claude-command-authoring
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Claude Command Authoring
Create custom slash commands that extend Claude Code with reusable prompts and workflows.
Commands vs Skills
Critical distinction:
| Aspect | Commands (This Skill) | Skills |
|---|---|---|
| Purpose | Reusable prompts invoked by users | Capability packages auto-triggered |
| Invocation | Explicit: /command-name args |
Automatic (model-triggered by context) |
| Location | commands/ directory |
skills/ directory with SKILL.md |
| Structure | Single .md file |
Directory with resources |
| Arguments | $1, $2, $ARGUMENTS |
No argument system |
Commands are user-initiated. Skills are model-initiated.