CCM banner
dr5hn dr5hn

CCM

Security community intermediate

Description

> The power-user toolkit for Claude Code — manage accounts, sessions, environments, and health from one CLI. No Node, no Python, just bash. Works on macOS, Linux, and WSL.

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

 ██████╗ ██████╗███╗   ███╗
██╔════╝██╔════╝████╗ ████║
██║     ██║     ██╔████╔██║
██║     ██║     ██║╚██╔╝██║
╚██████╗╚██████╗██║ ╚═╝ ██║
 ╚═════╝ ╚═════╝╚═╝     ╚═╝

[](https://github.com/dr5hn/ccm/stargazers) [](LICENSE) [](https://www.gnu.org/software/bash/) [](#requirements)

CCM — Claude Code Manager

The power-user toolkit for Claude Code — manage accounts, sessions, environments, and health from one CLI. No Node, no Python, just bash. Works on macOS, Linux, and WSL.

Why CCM?

Claude Code has no built-in multi-account support ([10+ open issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue+is%3Aopen+multi+account)). Your `~/.claude` directory can grow to [500GB+ without warning](https://github.com/anthropics/claude-code/issues/26911). Your settings.json accumulates dead permission rules you don't know about.

CCM is a single bash script that fixes all of this — and it's the only tool that auto-switches accounts when you `cd` into a project directory.

How CCM compares

Feature CCM Cloak aisw Usage Monitor Native CC
Multi-account management
Concurrent sessions
Project-account bindings
Auto rate-limit switch
Per-account usage tracking
Session cleanup (9 targets) Buggy
Health checks (13 checks) MCP only
Environment snapshots
Permissions audit
Session archive/restore
.claudeignore generation
Orphan process cleanup
Zero runtime dependencies ✅ (bash+jq) ❌ (Node) ❌ (Rust) ❌ (Python) N/A

Problems CCM Solves

CCM addresses the most upvoted feature requests in [anthropics/claude-code](https://github.com/anthropics/claude-code/issues):

...