Claude-Slash-Commands (danielrosehill)
A curated personal library of 350+ Claude Code slash commands organized by domain category, maintained by Daniel Rosehill as both a personal productivity toolkit and a public sharing index. The repository is unique in also functioning as a meta-index pointing to a constellation of related standalone command repos (Linux desktop, file organiser, etc.). Commands are stored in a nested directory hierarchy (commands/<category>/<subcategory>/) and a Bash sync script flattens them into ~/.claude/commands on demand. A Python script (auto-tag-projects.py) provides ancillary VS Code Project Manager integration, and a slash-commands.json index file enables programmatic discovery.
The project differs from spec-kit (which mirrors every command with a skill and pairs hooks) and from openspec (which has a matched skill per command): danielrosehill's repo is a pure command-pack with no skills, no hooks, no MCP, and no subagents. Its closest seed archetype is spec-kit's "command-pack" half minus the orchestration layer.
differs_from_seeds: Closest to spec-kit's command format, but ships zero skills, zero hooks, zero MCP — it is the purest "flat command library" in the batch. Unlike superpowers (skills-only, no commands) or BMAD (mixed commands + persona agents), this repo's value is breadth of coverage across 25 domain categories rather than any orchestration or behavioral methodology.