fastskill sync
Writes installed skills into the agent metadata file (Claude Code / compatible layouts). Agent and file path are auto-detected when omitted.| Option | Description |
|---|---|
-y, --yes | Non-interactive: include all installed skills |
-a, --agent <AGENT> | Target agent (optional; auto-detected) |
--agents-file <PATH> | Override metadata file path |
fastskill marketplace
marketplace create
Scans a directory for skills (folders withSKILL.md) and writes marketplace.json.
| Option | Description |
|---|---|
-p, --path <DIR> | Root to scan (default: .) |
-o, --output <FILE> | Output path (default under .claude-plugin/ in the scan directory) |
--base-url <URL> | Base URL for download links |
--name <NAME> | Required. Marketplace name |
--owner-name, --owner-email, --description, --version | Optional metadata |
fastskill analyze
Requires a running service context (installed skills and index) like other service commands.analyze matrix
Pairwise similarity between indexed skills.| Option | Description |
|---|---|
--format <FORMAT> | table, json, grid, xml |
--json | Shorthand for --format json |
--threshold <0..1> | Minimum similarity to show (default 0.0) |
-l, --limit <N> | Similar skills per skill (default 10) |
--full | Show all pairs instead of condensed view |
analyze cluster
Groups skills by semantic similarity.| Option | Description |
|---|---|
-k, --num-clusters <N> | Number of clusters (default 5) |
--min-size <N> | Hide smaller clusters (default 1) |
--format, --json | Output selection |
analyze duplicates
Finds near-duplicate skills.| Option | Description |
|---|---|
--threshold <0..1> | Minimum similarity (default 0.88) |
--limit <N> | Max pairs to show (default 20) |
--severity <LEVEL> | all, medium, high, or critical |
--format, --json | Output selection |
See also
- Discovery commands (search, reindex)
- Repository command (
repos)