Skip to content

claude-commands/command-create-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

/create-command

Interactively create a new Claude Code slash command with best practices.

Installation

Clone and symlink:

git clone git@github.com:claude-commands/command-create-command.git ~/projects/command-create-command
ln -s ~/projects/command-create-command/create-command.md ~/.claude/commands/create-command.md

Or use the /claude-commands manager.

Usage

/create-command    # Start the interactive wizard

What It Does

  1. Choose preset - Select from Git Workflow, Code Analysis, Code Modification, Daily Workflow, or Custom
  2. Gather details - Name, description, arguments, integrations needed
  3. Research best practices - Searches web for current patterns relevant to your command type
  4. Generate files - Creates properly structured command and README
  5. Finalize - Option to init git repo and push to GitHub

Presets

Preset Best For Tools Included
Git Workflow Branch, PR, merge operations Bash, Read, Write, Glob, Grep, AskUserQuestion
Code Analysis Read-only inspection, reports Bash, Read, Glob, Grep
Code Modification Refactoring, fixing, generating Bash, Read, Write, Edit, Glob, Grep, AskUserQuestion
Daily Workflow Status, summaries, reports Bash, Read, Glob, Grep
Custom Build from scratch You choose

Output

Creates in your current directory:

command-{name}/
├── {name}.md    # The command with proper frontmatter
└── README.md    # Installation and usage docs

Requirements

  • Claude Code
  • Internet access (for best practices research)
  • GitHub CLI (optional, for full setup workflow)

About

Interactively create a new Claude Code slash command with best practices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •