Main
Install once, then curate: after running
scripts/install.sh, pick a handful of commands/agents to adopt before enabling everything.Use the repo's own numbers as guardrails: README lists 141 agents (8 core + 133 subagents) and 19 slash commands; scope adoption deliberately.
Treat the install as a sync step: keep your canonical version in Git and re-run the installer when you update to avoid drift in
~/.claude.
Source-backed notes
- README lists v2.7.0 highlights, including 10 new orchestration commands and a workflow framework.
- README states there are 19 slash commands total and 141 agents (8 core + 133 subagents).
- README includes an install script
scripts/install.shplus manual copy steps into~/.claude/skills,~/.claude/commands, and~/.claude/agents.
FAQ
- Is this too big to adopt?: It can be. Start small: adopt a few commands/agents that match your stack, then expand after you see wins.
- Where does it install things?: README shows copying into
~/.claude/skills/,~/.claude/commands/, and~/.claude/agents/. - Can I customize the library?: Yes. Keep a fork and re-run the install script to sync your changes.