Create Command
Create a new command file matching repo style and structure.
Steps
- •Choose a concise kebab-case name (e.g.,
create-command) - •Create file at
configs/commands/<name>.md - •Use clear title and short, actionable sections
- •Keep instructions minimal and consistent with existing commands
- •Use backticks for paths and tool names
- •If input is provided, state how to process the target
Template
md
# <Command name> ## Overview <One or two sentences describing intent and scope.> ## Steps 1. <Step one, imperative> 2. <Step two, imperative> 3. <Step three, imperative> ## Notes (optional) - <Constraints, assumptions, or out-of-scope items>
Install Locally
Copy the new command to your project or global tool folder:
bash
# Cursor (project) cp configs/commands/<name>.md .cursor/commands/ # Claude Code (project) cp configs/commands/<name>.md .claude/commands/