{"id":43221209,"url":"https://github.com/Chat2AnyLLM/code-assistant-manager","last_synced_at":"2026-02-12T08:01:27.621Z","repository":{"id":321553330,"uuid":"1072640379","full_name":"Chat2AnyLLM/code-assistant-manager","owner":"Chat2AnyLLM","description":"code-assitant-manager allows you to manage the code assistants like claude code, codex, gemini on a single interface.","archived":false,"fork":false,"pushed_at":"2026-01-22T05:09:49.000Z","size":1595,"stargazers_count":34,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-22T19:36:01.166Z","etag":null,"topics":["ai","ai-tools","claude-code","code-assistant","codebuddy","codex","droid","gemini","iflow","qwen","vibe-coding","vibecoding"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Chat2AnyLLM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/security-report.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-09T02:30:57.000Z","updated_at":"2026-01-22T05:09:57.000Z","dependencies_parsed_at":"2025-10-30T09:26:37.598Z","dependency_job_id":"30a9afc4-c00a-4ce3-ae58-7a9a413959be","html_url":"https://github.com/Chat2AnyLLM/code-assistant-manager","commit_stats":null,"previous_names":["chat2anyllm/code-assistant-manager"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Chat2AnyLLM/code-assistant-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chat2AnyLLM%2Fcode-assistant-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chat2AnyLLM%2Fcode-assistant-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chat2AnyLLM%2Fcode-assistant-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chat2AnyLLM%2Fcode-assistant-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chat2AnyLLM","download_url":"https://codeload.github.com/Chat2AnyLLM/code-assistant-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chat2AnyLLM%2Fcode-assistant-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29361810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"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":["ai","ai-tools","claude-code","code-assistant","codebuddy","codex","droid","gemini","iflow","qwen","vibe-coding","vibecoding"],"created_at":"2026-02-01T09:00:46.219Z","updated_at":"2026-02-12T08:01:27.615Z","avatar_url":"https://github.com/Chat2AnyLLM.png","language":"Python","readme":"# Code Assistant Manager (CAM)\n\n\u003cdiv align=\"center\"\u003e\n\n[![License](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n[![Code Quality](https://img.shields.io/badge/code%20quality-A+-brightgreen.svg)](https://github.com/Chat2AnyLLM/code-assistant-manager/actions)\n\n**One CLI to Rule Them All.**\n\u003cbr\u003e\nTired of juggling multiple AI coding assistants? **CAM** is a unified Python CLI to manage configurations, prompts, skills, and plugins for **17 AI assistants** including Claude, Codex, Gemini, Qwen, Copilot, Blackbox, Goose, Continue, and more from a single, polished terminal interface.\n\n\u003c/div\u003e\n\n---\n\n## Installation\n\nChoose your preferred installation method:\n\n### Quick Install (Recommended)\n\n```bash\n# Install via pip (Python 3.9+)\npip install code-assistant-manager\n```\n\n### Alternative Methods\n\n```bash\n# Install using the install script\n./install.sh\n\n# Or install directly from the web\ncurl -fsSL https://raw.githubusercontent.com/Chat2AnyLLM/code-assistant-manager/main/install.sh | bash\n\n# Install from source\ngit clone https://github.com/Chat2AnyLLM/code-assistant-manager.git\ncd code-assistant-manager\npip install -e \".[dev]\"\n```\n\n---\n\n## Quick Start\n\n1. **Set up your API keys** in a `.env` file:\n   ```env\n   ANTHROPIC_API_KEY=\"your-anthropic-key\"\n   GITHUB_TOKEN=\"your-github-token\"\n   GEMINI_API_KEY=\"your-gemini-key\"\n   ```\n\n2. **Launch the interactive menu:**\n   ```bash\n   cam launch\n   ```\n\n3. **Select your assistant and start coding!**\n\n---\n\n## Why CAM?\n\nIn the era of AI-driven development, developers often use multiple powerful assistants like Claude, GitHub Copilot, and Gemini. However, this leads to a fragmented and inefficient workflow:\n\n- **Scattered Configurations:** Each tool has its own setup, API keys, and configuration files.\n- **Inconsistent Behavior:** System prompts and custom instructions diverge, leading to different AI behaviors across projects.\n- **Wasted Time:** Constantly switching between different CLIs and UIs is a drain on productivity.\n\nCAM solves this by providing a single, consistent interface to manage everything, turning a chaotic toolkit into a cohesive and powerful development partner.\n\n---\n\n## Key Features\n\n### Core Capabilities\n\n- **Unified Management:** One tool (`cam`) to install, configure, and run all your AI assistants\n- **Centralized Configuration:** Manage all API keys and endpoint settings from a single `providers.json` file with environment variables in `.env`\n- **Interactive TUI:** A polished, interactive menu (`cam launch`) for easy navigation and operation with arrow-key navigation\n- **MCP Registry:** Built-in registry with **381 pre-configured MCP servers** ready to install across all supported tools\n- **Extensible Framework:** Standardized architecture for managing agents, prompts, skills, and plugins\n\n### Supported AI Assistants\n\nCAM supports **17 AI coding assistants**:\n\n| Assistant | Command | Install Method |\n| :--- | :--- | :--- |\n| **Claude** | `claude` | Shell script |\n| **Codex** | `codex` | npm |\n| **Gemini** | `gemini` | npm |\n| **Qwen** | `qwen` | npm |\n| **Copilot** | `copilot` | npm |\n| **CodeBuddy** | `codebuddy` | npm |\n| **Droid** | `droid` | Shell script |\n| **iFlow** | `iflow` | npm |\n| **Crush** | `crush` | npm |\n| **Cursor** | `cursor-agent` | Shell script |\n| **Blackbox** | `blackbox` | Shell script |\n| **Neovate** | `neovate` | npm |\n| **Qoder** | `qodercli` | npm |\n| **Zed** | `zed` | Shell script |\n| **Goose** | `goose` | Shell script |\n| **Continue** | `continue` | npm |\n| **OpenCode** | `opencode` | npm |\n\n---\n\n## Agents, Prompts \u0026 Skills\n\n### Agents\nManage standalone assistant configurations with markdown-based definitions and YAML front matter.\n\n### Prompts\nReusable system prompts with fancy name generation synced across assistants at user or project scope.\n\n### Skills\nCustom tools and functionalities for your agents (directory-based with SKILL.md).\n\n### Plugins\nMarketplace extensions for supported assistants (GitHub repos or local paths).\n\n---\n\n## Command Reference\n\n| Command | Alias | Description |\n| :--- | :--- | :--- |\n| `cam launch [TOOL]` | `l` | Launch interactive TUI or a specific assistant |\n| `cam doctor` | `d` | Run diagnostic checks on environment and API keys |\n| `cam agent` | `ag` | Manage agent configurations (list, install, fetch from repos) |\n| `cam prompt` | `p` | Manage and sync system prompts across assistants |\n| `cam skill` | `s` | Install and manage skill collections |\n| `cam plugin` | `pl` | Manage marketplace extensions (plugins) |\n| `cam mcp` | `m` | Manage MCP servers (add, remove, list, install) |\n| `cam upgrade [TARGET]` | `u` | Upgrade tools (default: all) with parallel execution |\n| `cam install [TARGET]` | `i` | Alias for upgrade |\n| `cam uninstall [TARGET]` | `un` | Uninstall tools and backup configurations |\n| `cam config` | `cf` | Manage CAM's internal configuration files |\n| `cam version` | `v` | Display current version |\n\n---\n\n## Governance \u0026 Quality\n\nCAM is governed by a speckit-driven development framework ensuring consistent, high-quality evolution with:\n- **Constitutional Principles:** Unified interface, security-first design, TDD practices, extensible architecture, quality assurance\n- **Enterprise Security:** Config-first approach eliminates shell injection vulnerabilities\n- **Comprehensive Testing:** Enterprise-grade test suite with 1,423+ tests\n- **Automated Quality Assurance:** Built-in complexity monitoring, file size limits, and CI/CD quality gates\n\n---\n\n## Community \u0026 Support\n\n- **Discord:** Join our community for discussions and support\n- **GitHub Issues:** Report bugs and request features\n- **Contributing:** See our [Contributing Guidelines](docs/CONTRIBUTING.md)\n\n---\n\n## License\n\nThis project is licensed under the MIT License.","funding_links":[],"categories":["Resources"],"sub_categories":["Development Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChat2AnyLLM%2Fcode-assistant-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FChat2AnyLLM%2Fcode-assistant-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChat2AnyLLM%2Fcode-assistant-manager/lists"}