Armory
Source
Browse
Skills

command-creator

This skill should be used when creating a Claude Code slash command. Use when users ask to "create a command", "make a slash command", "add a command", or want to document a workflow as a reusable command. Essential for creating optimized, agent-executable slash commands with proper structure and best practices.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install command-creator --cli claude

writes the skill into.claude/skills/command-creator/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/command-creator/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

This skill should be used when creating a Claude Code slash command. Use when users ask to "create a command", "make a slash command", "add a command", or want to document a workflow as a reusable command. Essential for creating optimized, agent-executable slash commands with proper structure and best practices.

When to use it

This skill should be used when creating a Claude Code slash command. Use when users ask to "create a command", "make a slash command", "add a command", or want to document a workflow as a reusable command. Essential for creating optimized, agent-executable slash commands with proper structure and best practices.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/command-creator/SKILL.md -o .claude/skills/command-creator/SKILL.md

Notes

Extracted from davila7/claude-code-templates, command-creator category.