fastskill sync has been removed. Agents read the skills directory directly; no metadata-file sync is needed.fastskill marketplace
marketplace create
Scans a directory for skills (folders withSKILL.md) and writes marketplace.json.
fastskill analyze
Requires a running service context (installed skills and index) like other service commands.analyze matrix
Pairwise similarity between indexed skills.analyze cluster
Groups skills by semantic similarity.analyze duplicates
Finds near-duplicate skills.fastskill doctor
Check environment readiness for fastskill. Reports the status of the skills directory,skill-project.toml, embedding provider, API key, and auth token. Exits 0 when no hard failures are found; exits 1 when the skills directory is inaccessible.
Example output:
See also
- Discovery commands (search, reindex)
- Repository command (
repos)