
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Claude Code Custom Commands Control - A CLI tool for managing Claude Code Custom slash commands.
Claude Code Custom Commands Control - A CLI tool for managing Claude Code Custom slash commands.
ccccctl
is a CLI tool that allows you to easily manage custom commands for Claude Code. You can add, remove, and list commands from a registry, supporting both local and GitHub registries.
npm install -g ccccctl
# Display all commands in the registry
ccccctl list
# Using npx
npx ccccctl list
# Add a command from registry to project
ccccctl add history
npx ccccctl add history
# Add a command with a custom name
ccccctl add history --name my-history
npx ccccctl add history --name my-history
# Add a command to user directory
ccccctl add history --user
npx ccccctl add history --user
# Remove a command from project
ccccctl remove history
npx ccccctl remove history
# Remove a command from user directory
ccccctl remove history --user
npx ccccctl remove history --user
# Update a command (remove then add)
ccccctl remove history
ccccctl add history
ccccctl --version
# Using npx
npx ccccctl --version
ccccctl --help
ccccctl add --help
# Using npx
npx ccccctl --help
npx ccccctl remove --help
{cwd}/.claude/commands/
~/.claude/commands/
If you want to contribute to ccccctl
or develop with a local registry:
# Clone the repository
git clone https://github.com/codemountains/ccccctl.git
cd ccccctl
# Install dependencies
npm install
# Set up local development registry
npm run setup:dev
# This will:
# - Create a .registry/ directory with sample commands
# - Download the latest registry data from GitHub
# - Enable development mode for testing
# Build the project
npm run build
# Run in development mode (with watch)
npm run dev
# Run tests
npm test
# Run tests with coverage
npm run test:coverage
# Lint and fix code
npm run lint:fix
# Clean up development registry
npm run reset:dev
# Set up again if needed
npm run setup:dev
.registry/
directory when availableThe tool automatically detects the mode based on the presence of .registry/registry.yml
.
FAQs
Claude Code Custom Commands Control - A CLI tool for managing Claude Code Custom slash commands.
We found that ccccctl demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.