Main
Start with workflows, not one-off tools: pick a few orchestration commands you repeat weekly, then expand once the naming/output conventions stabilize.
Keep the namespace clean: README includes an option to invoke commands without directory prefixes by copying selected files to the root command dir.
Treat it like shared engineering surface: review changes like code, and align output formats so chained commands stay predictable.
Source-backed notes
- README states the collection includes 57 slash commands total (15 workflows + 42 tools).
- README notes the repo uses the slash-commands pattern and points to a plugin marketplace alternative at
wshobson/agents. - README documents the command directory layout with
workflows/andtools/subfolders.
FAQ
- Do I need to install all commands at once?: No. Start with a small subset of workflows, then expand once your team agrees on conventions.
- Can I avoid directory prefixes?: Yes. README includes a copy-to-root option so you can invoke commands without subdirectory paths.
- Is this only for Claude Code?: It targets Claude Code; other assistants may require different command wiring and paths.