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
No comments yet. Be the first to share your thoughts!
~/.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 hierarchical configuration system:
~/.claude/settings.json./.claude/settings.json./.claude/settings.local.jsonWe welcome contributions from the community! Whether you're fixing bugs, adding new features, improving documentation, or sharing command templates, your help makes this project better for everyone.
Please read our Contributing Guidelines to get started.
Thank you to all the contributors who have helped make this project possible! π
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have questions, please:
Muhammed KΔ±lΔ±Γ§ (@kiliczsh)
Made with β€οΈ for the Claude AI community