Skill Detail

Manage parallel coding agent sessions and worktrees with CCManager

Run Claude Code, Codex CLI, Gemini CLI, Cursor Agent, Copilot CLI, Cline CLI, OpenCode, Kimi CLI, and related coding assistants from one worktree-aware terminal manager.

Developer ToolsMulti-Framework
Developer Tools Multi-Framework Security Reviewed
⭐ 1.2k GitHub stars ⬇ 2.5k/wk npm
COPY SKILL INSTRUCTIONS (OPTIONAL)
npx skills add agentskillexchange/skills --skill manage-parallel-coding-agent-sessions-and-worktrees-with-ccmanager Copy
Uses the third-party skills CLI, not an ASE-owned installer. Check your agent’s compatibility. This copies instructions; complete the upstream tool setup below separately.
At a glance
Tools required
Node.js, npm or npx, one or more supported coding-agent CLIs such as claude, codex, gemini, cursor-agent, copilot, cline, opencode, or kimi
Install & setup
Install with npm install -g ccmanager and run ccmanager, or run without installing with npx ccmanager. Configure command presets and optional per-project .ccmanager.json settings when managing multiple assistants or worktrees.
Author
Kodai Kabasawa
Publisher
Individual
Last updated
Aug 30, 2026
Quick brief

Use CCManager when an operator needs to supervise several coding-agent sessions across projects and Git worktrees without relying on tmux. The workflow is to launch `ccmanager` or `npx ccmanager`, create or select project worktrees, start the right assistant command, watch each session’s idle, busy, or waiting state, and use hooks, presets, copied session context, and `.worktreeinclude` files to keep parallel branches usable. Invoke it when normal product UIs or separate terminal tabs make it hard to see which agent needs input, preserve context across worktrees, or coordinate multiple repository tasks. The scope is multi-session coding-agent operations and worktree lifecycle management, not a generic SDK, model framework, or broad terminal replacement.

How it works

What this skill actually does

Inputs and prerequisites: Node.js, npm or npx, one or more supported coding-agent CLIs such as claude, codex, gemini, cursor-agent, copilot, cline, opencode, or kimi.

Setup notes: Install with npm install -g ccmanager and run ccmanager , or run without installing with npx ccmanager . Configure command presets and optional per-project .ccmanager.json settings when managing multiple assistants or worktrees.

Source and verification boundary: use https://github.com/kbwo/ccmanager as the canonical reference before running the workflow; keep commands, API calls, CLI usage, and generated outputs reviewable against that upstream source.

Framework fit: publish this as a Multi-Framework workflow only when the operator can invoke the documented toolchain directly, rather than treating the upstream project as a generic product listing.