claude-code-commands
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Claude Code Commands - Meta Reference
This skill provides the definitive reference for creating Claude Code slash commands. Use this when building new commands or improving existing command patterns.
2026 note: Custom slash commands have been merged into skills. Prefer .claude/skills/<name>/SKILL.md for new work; .claude/commands/<name>.md remains supported for legacy single-file commands.
When to Use This Skill
Use this skill when you need to:
- Create a new slash command for repeated workflows
- Add
$ARGUMENTShandling to commands - Invoke agents from commands
- Include file context or bash output in commands
- Organize commands for team sharing