Claude-skill-registry creating-slash-command

Creates a new custom slash command file. Use when: user wants to create a new command, add a slash command, or define a custom command.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/create-command" ~/.claude/skills/majiayu000-claude-skill-registry-creating-slash-command && rm -rf "$T"
manifest: skills/data/create-command/SKILL.md
source content

Create Command Skill

Execute

/create-command <description>
slash command.

See create-command.md for workflow.