📦
Easy Command Management
Add, remove, and list custom commands for Claude Code with simple CLI commands.
A CLI tool for managing Claude Code Custom slash commands.
Install ccccctl globally:
npm install -g ccccctl
List available commands:
ccccctl list
Add a command to your project:
ccccctl add history
# List all available commands
ccccctl list
# Add a command with custom name
ccccctl add history --name my-history
# Add to user directory
ccccctl add history --user
# Remove a command
ccccctl remove history
# Show version
ccccctl --version
{cwd}/.claude/commands/
~/.claude/commands/