claude-code-slash-commands
Installation
SKILL.md
Slash Command Development
Create custom slash commands for Claude Code.
Quick Reference
You MUST read these references for detailed guidance:
- Official Documentation - Anthropic's slash command guide
Command Structure
Commands are Markdown files in specific locations:
| Scope | Location | Description suffix |
|---|---|---|
| Project | .claude/commands/ |
(project) |
| Personal | ~/.claude/commands/ |
(user) |
| Plugin | commands/ in plugin root |
(plugin) |