CLI Commands
Slash commands for managing skills and tracking.
Available Commands
| Command | Description |
|---|---|
/skilltrace-skills | List all skills with descriptions, versions, and project info |
/skilltrace-dashboard | Open the interactive HTML dashboard in your browser |
/skilltrace-start | Enable or resume skill tracking |
/skilltrace-stop | Stop skill tracking for this project |
/skilltrace-history | Show version history of a specific skill |
/skilltrace-reindex | Rebuild skill registry from files on disk |
Usage Examples
Listing Skills
> /skilltrace-skills
Found 12 skills across 3 projects:
nextjs-clerk-auth (v2) ·www-myapp
drizzle-orm-setup (v1) ·www-myapp
github-actions-ci (v3) ·api-backend
mcp-server-config (v1) ·skilltraceChecking Status
> /skilltrace-skills
Found 4 skills in www-myapp:
nextjs-clerk-auth v2 Set up Clerk authentication in Next.js 14
drizzle-orm-setup v1 Configure Drizzle ORM with PostgreSQL
tailwind-config v1 Custom Tailwind theme and plugins
api-error-handling v3 Standardized API error responses