by kiliczsh
Claude Code Commands Manager
# Add to your Claude Code skills
git clone https://github.com/kiliczsh/claude-cmdA lightweight (~46kB) and comprehensive CLI tool for managing Claude commands, configurations, and workflows. This tool helps you organize and manage custom commands for Claude AI, create project-specific configurations, and handle MCP (Model Context Protocol) servers.
npm install -g claude-cmd@latest
Start the interactive CLI:
claude-cmd
# Show help
claude-cmd --help
claude-cmd -h
# List installed commands
claude-cmd list
# Search for commands (remote repository)
claude-cmd search git
# Search for commands (local repository)
claude-cmd --local search api
# Install a command
claude-cmd install git-helper
claude-cmd --local install api-docs
# Show version
claude-cmd --version
~/.claude/
āāā commands/ # Installed Claude commands
āāā settings.json # Global configuration
āāā CLAUDE.md # Global Claude instructions
Project files:
āāā CLAUDE.md # Project-specific instructions
āāā CLAUDE.local.md # Local overrides (gitignored)
āāā .claude/ # Project-specific configurations
The tool uses a hie...