command-creator
Installation
SKILL.md
Command Creator
Create Claude Code custom slash commands with proper structure and best practices.
Understanding Commands
Claude Code commands are Markdown files with YAML frontmatter that define reusable workflows invoked via /command-name. They live in specific locations depending on scope:
- Project-level:
.claude/commands/in the project root (shared via git) - User-level:
~/.claude/commands/(personal, available everywhere) - Categorized: Nest under subdirectories for namespacing (e.g.,
gh/review-pr.mdbecomes/gh:review-pr)