Skip to content

ccccctlClaude Code Custom Slash Commands Control

A CLI tool for managing Claude Code Custom slash commands.

ccccctl

Quick Start

Install ccccctl globally:

bash
npm install -g ccccctl

List available commands:

bash
ccccctl list

Add a command to your project:

bash
ccccctl add history

Example Usage

bash
# 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

Command Storage

  • Project scope (default): {cwd}/.claude/commands/
  • User scope (with --user flag): ~/.claude/commands/

Released under the MIT License.