{"id":29806283,"url":"https://github.com/kiliczsh/claude-cmd","last_synced_at":"2025-09-05T06:44:28.778Z","repository":{"id":304787916,"uuid":"1019954781","full_name":"kiliczsh/claude-cmd","owner":"kiliczsh","description":"Claude Code Commands Manager","archived":false,"fork":false,"pushed_at":"2025-07-25T06:39:53.000Z","size":960,"stargazers_count":206,"open_issues_count":1,"forks_count":18,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-02T01:59:42.305Z","etag":null,"topics":["claude","claude-code","commands"],"latest_commit_sha":null,"homepage":"http://claudecmd.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kiliczsh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-15T06:06:15.000Z","updated_at":"2025-08-31T20:52:42.000Z","dependencies_parsed_at":"2025-07-15T15:19:49.481Z","dependency_job_id":"335fdd00-d71d-4b54-a7b9-64c496aa073a","html_url":"https://github.com/kiliczsh/claude-cmd","commit_stats":null,"previous_names":["kiliczsh/claude-cmd"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/kiliczsh/claude-cmd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiliczsh%2Fclaude-cmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiliczsh%2Fclaude-cmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiliczsh%2Fclaude-cmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiliczsh%2Fclaude-cmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiliczsh","download_url":"https://codeload.github.com/kiliczsh/claude-cmd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiliczsh%2Fclaude-cmd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273723196,"owners_count":25156303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude","claude-code","commands"],"created_at":"2025-07-28T14:05:56.209Z","updated_at":"2025-09-05T06:44:28.752Z","avatar_url":"https://github.com/kiliczsh.png","language":"TypeScript","funding_links":[],"categories":["HarmonyOS","Custom Commands \u0026 Frameworks","claude-code","其他工具与实用程序","Harnesses \u0026 orchestration"],"sub_categories":["Windows Manager","Agent infrastructure"],"readme":"\u003cimg width=\"680\" height=\"494\" alt=\"image\" src=\"https://github.com/user-attachments/assets/785f74e6-99a5-40bd-bd9c-b17cb66476d5\" /\u003e\n\n\n\n# claude-cmd\n\nA 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.\n\n## Features\n\n- 🎯 **Interactive CLI**: Easy-to-use command-line interface with intuitive menus\n- 📝 **CLAUDE.md Management**: Create and manage project-specific Claude configuration files\n- 🔍 **Command Discovery**: Search and install commands from online repositories (184+ commands available)\n- 🛡️ **Security Management**: Configure permissions and security profiles\n- ☁️ **MCP Integration**: Manage Model Context Protocol servers\n- 🚀 **Project Initialization**: Quick setup for different project types\n- ⚙️ **Settings Management**: Centralized configuration management\n- 🌐 **Local \u0026 Remote**: Works with both local command repositories and remote GitHub sources\n\n## Installation\n\n### Global Installation\n\n```bash\nnpm install -g claude-cmd@latest\n```\n\n## Usage\n\n### Interactive Mode\n\nStart the interactive CLI:\n\n```bash\nclaude-cmd\n```\n\n### Command Line Options\n\n```bash\n# Show help\nclaude-cmd --help\nclaude-cmd -h\n\n# List installed commands\nclaude-cmd list\n\n# Search for commands (remote repository)\nclaude-cmd search git\n\n# Search for commands (local repository)\nclaude-cmd --local search api\n\n# Install a command\nclaude-cmd install git-helper\nclaude-cmd --local install api-docs\n\n# Show version\nclaude-cmd --version\n```\n\n## Features Overview\n\n### 📋 Command Management\n- Browse and install commands from online repositories (184+ commands)\n- Search commands by name, description, or tags\n- Manage local command collections\n- Dynamic content loading for optimal package size\n- Support for both local and remote command sources\n\n### 🎯 CLAUDE.md Configuration\n- Create project-specific Claude instructions\n- Templates for different project types (Node.js, React, Python, etc.)\n- Support for local overrides with CLAUDE.local.md\n\n### 🛡️ Security \u0026 Permissions\n- Configure security profiles (strict, moderate, permissive)\n- Manage allowed tools and operations\n- Best practices guidance\n\n### ☁️ MCP Server Management\n- List locally configured MCP servers\n- View server configurations and status\n- Integration with Claude Code settings\n\n### 🚀 Project Initialization\n- Quick setup for new projects\n- Automatic project type detection\n- Integrated security configuration\n\n## File Structure\n\n```\n~/.claude/\n├── commands/           # Installed Claude commands\n├── settings.json       # Global configuration\n└── CLAUDE.md          # Global Claude instructions\n\nProject files:\n├── CLAUDE.md          # Project-specific instructions\n├── CLAUDE.local.md    # Local overrides (gitignored)\n└── .claude/           # Project-specific configurations\n```\n\n## Configuration\n\nThe tool uses a hierarchical configuration system:\n\n1. **Global settings**: `~/.claude/settings.json`\n2. **Project settings**: `./.claude/settings.json`\n3. **Local overrides**: `./.claude/settings.local.json`\n\n## Contributing\n\nWe 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.\n\nPlease read our [Contributing Guidelines](CONTRIBUTING.md) to get started.\n\nThank you to all the contributors who have helped make this project possible! 🙏\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Links\n\n- **Repository**: https://github.com/kiliczsh/claude-cmd\n- **Issues**: https://github.com/kiliczsh/claude-cmd/issues\n- **NPM Package**: https://www.npmjs.com/package/claude-cmd\n\n## Support\n\nIf you encounter any issues or have questions, please:\n\n1. Check the [documentation](https://github.com/kiliczsh/claude-cmd#readme)\n2. Search existing [issues](https://github.com/kiliczsh/claude-cmd/issues)\n3. Create a new issue with detailed information\n\n## Author\n\n**Muhammed Kılıç** (@kiliczsh)\n- GitHub: [kiliczsh](https://github.com/kiliczsh)\n- Email: hi@muhammedkilic.com\n\n---\n\nMade with ❤️ for the Claude AI community\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiliczsh%2Fclaude-cmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiliczsh%2Fclaude-cmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiliczsh%2Fclaude-cmd/lists"}