#460 · Primary category: AI Coding Assistants
commands
A collection of production-ready slash commands for Claude Code
Project last updated:10/12/25
GitHub Stars
2.6K
Forks
289
Contributors
2
License
MIT
Why we included this project
Anyone who runs Claude Code day to day will recognize the problem this solves: you keep typing the same multi-step prompts. The repo ships 57 slash commands, split into 15 workflows that delegate parts of a task to specialized agents and 42 tools for narrower jobs like security scans and API scaffolding. The commands are plain Markdown files you clone into your Claude configuration directory, so they're easy to read and edit, and your changes stay under version control. Teams already leaning on agent-based workflows will save time by starting from a pre-coordinated command instead of writing orchestration from scratch. The same author also maintains a plugin marketplace if you want a more modern install mechanism than copying command files.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.