By agent-sh
Learn from your workflow patterns and suggest skills, hooks, and agents to automate repetitive work
npx claudepluginhub agent-sh/skillers --plugin skillersExtract workflow patterns from conversation transcripts and compact into themed knowledge files. Reads transcripts from Claude Code, Codex, and OpenCode. Identifies recurring patterns, clusters by theme, and writes weighted knowledge.
Analyze accumulated knowledge and suggest skills, hooks, and agents to automate repetitive work. Checks existing ecosystem before recommending.
Learn from your workflow patterns and suggest skills, hooks, and agents to automate repetitive work.
/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 |
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
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Uses power tools
Uses Bash, Write, or Edit tools
Complete collection of battle-tested Claude Code configs agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement