CCManager is a CLI tool for managing AI coding assistant sessions. It supports Claude Code, Gemini CLI, Codex CLI, and others. Developers can switch between agents, manage sessions, and integrate with IDEs like Cursor and GitHub Copilot.
git clone https://github.com/kbwo/ccmanager.githttps://github.com/Piebald-AI/awesome-gemini-cli
Manage multiple AI coding assistant sessions across different Git repositories from a single interface.
Copy session data between worktrees to maintain context when switching branches during feature development.
Set up automated notifications for session state changes to stay informed about when input is needed.
Integrate with Devcontainer for a seamless development experience across various environments.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/kbwo/ccmanagerCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I need to manage multiple AI coding assistant sessions for my [COMPANY] in the [INDUSTRY] sector. Can you provide guidance on setting up the CCManager with [DATA] to streamline my workflow?
### CCManager Setup for Effective Session Management To optimize your coding workflow at **Tech Innovations Inc.**, follow these steps: 1. **Initialize CCManager**: Start by running `ccmanager init` in your project directory. This will create a configuration file that stores your session details. 2. **Add Sessions**: Use `ccmanager add-session --name 'Session1' --cli 'Claude'` to add your first coding assistant session. Repeat for other sessions. 3. **Switch Between Sessions**: Simply run `ccmanager switch --name 'Session1'` to activate the desired session. This allows you to seamlessly manage your coding tasks. By implementing these steps, your team can enhance collaboration and efficiency in coding projects, ensuring that all AI sessions are effectively managed.