CLI Commands

Slash commands for managing skills and tracking.

Available Commands

CommandDescription
/skilltrace-skillsList all skills with descriptions, versions, and project info
/skilltrace-dashboardOpen the interactive HTML dashboard in your browser
/skilltrace-startEnable or resume skill tracking
/skilltrace-stopStop skill tracking for this project
/skilltrace-historyShow version history of a specific skill
/skilltrace-reindexRebuild 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) ·skilltrace

Checking 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