command-creator
Installation
SKILL.md
Contains Hooks
This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.
Command Creator
Claude Code commands are markdown files that become /slash-commands. A file at .claude/commands/deploy.md or .claude/skills/deploy/SKILL.md both create /deploy and work identically. Skills (directory form) are preferred because they support supporting files.
File placement
| Scope | Path | Available to |
|---|---|---|
| Personal | ~/.claude/skills/<name>/SKILL.md |
All your projects |
| Project | .claude/skills/<name>/SKILL.md |
This project only |
| Legacy command | .claude/commands/<name>.md |
This project only |
The directory name becomes the slash-command name unless overridden by the name frontmatter field.