Documentation

Quickstart

Initialize your harbor and sync your fleet in 3 easy steps.

🚀 Quickstart

Initialize your harbor and sync your fleet in record time.

1. Installation

Install Skill Harbor globally via your preferred package manager:

# Using bun (Recommended)
bun add -g skill-harbor

# Using npm
npm install -g skill-harbor

2. Initialize your Harbor

Navigate to your project root and dock your first skill:

skill-harbor dock https://github.com/my-org/my-react-rules

This creates a .harbor/ directory and updates your project manifest.

3. Sync your Fleet

Run the up command to fetch, adapt, and berth the skills:

skill-harbor up

Your agents are now equipped with specialized skills.


🏗️ Next Steps

Note

Upgrading from an older version? If your project has harbor-manifest.json at the root, run skill-harbor migrate to move to the new .harbor/ layout. See Migrating from Root-Level Manifests.