Learn from your workflow patterns and suggest skills, hooks, and agents to automate repetitive work.
- Work normally - your AI tool saves conversation transcripts automatically (Claude Code, Codex, OpenCode)
/skillers compact- Analyze transcripts and extract recurring patterns into weighted knowledge/skillers recommend- Get actionable suggestions for automation
| Command | Description |
|---|---|
/skillers show |
Show status, transcript stats, and knowledge themes |
/skillers compact [--days=N] |
Analyze transcripts and extract patterns |
/skillers recommend |
Suggest skills, hooks, and agents to create |
- Pain points ("this auth flow is broken again")
- Repeated requests ("run tests after editing auth/")
- Task themes ("refactoring the login module")
- Wishes ("I wish the AI knew our API patterns")
- Workflow sequences (multi-step patterns you follow consistently)
- API keys, passwords, or secrets
- One-off tasks that won't recur
- Normal productive work without friction
Transcripts (Claude Code, Codex CLI, OpenCode)
↓ /skillers compact (auto-detects installed tools)
Knowledge themes (weighted JSON, frequency + recency + cross-session)
↓ /skillers recommend (ecosystem-aware)
Ranked suggestions → user picks → scaffold via existing tools