# Add to your Claude Code skills
git clone https://github.com/kiliczsh/claude-cmdLast scanned: 5/30/2026
{
"issues": [
{
"type": "npm-audit",
"message": "@inquirer/editor: Vulnerability found",
"severity": "low"
},
{
"type": "npm-audit",
"message": "@inquirer/prompts: Vulnerability found",
"severity": "low"
},
{
"type": "npm-audit",
"message": "diff: jsdiff has a Denial of Service vulnerability in parsePatch and applyPatch",
"severity": "low"
},
{
"type": "npm-audit",
"message": "external-editor: Vulnerability found",
"severity": "low"
},
{
"type": "npm-audit",
"message": "js-yaml: js-yaml has prototype pollution in merge (<<)",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "tmp: tmp allows arbitrary temporary file / directory write via symbolic link `dir` parameter",
"severity": "high"
}
],
"status": "WARNING",
"scannedAt": "2026-05-30T15:03:55.824Z",
"npmAuditRan": true,
"pipAuditRan": true
}claude-cmd is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by kiliczsh. Claude Code Commands Manager. It has 310 GitHub stars.
claude-cmd returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/kiliczsh/claude-cmd" and add it to your Claude Code skills directory (see the Installation section above).
claude-cmd is primarily written in TypeScript. It is open-source under kiliczsh on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-cmd against similar tools.
No comments yet. Be the first to share your thoughts!
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
A 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 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