Code Assistant Manager banner
Chat2AnyLLM Chat2AnyLLM

Code Assistant Manager

Development community

Description

code-assitant-manager allows you to manage the code assistants like claude code, codex, gemini on a single interface.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Code Assistant Manager (CAM)

[![License](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Code Quality](https://img.shields.io/badge/code%20quality-A+-brightgreen.svg)](https://github.com/Chat2AnyLLM/code-assistant-manager/actions)

**One CLI to Rule Them All.**
Tired 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.


Installation

Quick Install (Recommended)

Since CAM is not yet published to PyPI, install it locally:

# Clone the repository
git clone https://github.com/Chat2AnyLLM/code-assistant-manager.git
cd code-assistant-manager

# Run the install script
./install.sh

Or use pipx (Works on MacOS)

  # Install pipx if not present                                                                                                                                          
  brew install pipx                                               
                                                                                                                                                                         
  # Clone the repository                                          
  git clone https://github.com/Chat2AnyLLM/code-assistant-manager.git
  cd code-assistant-manager                                          
                                                                                                                                                                         
  # Install using pipx
  pipx install . 

Alternative Methods

# Install using the install scrip