CCM
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):
...
Related Skills
Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Google Workspace Alert Center
Manage security alerts
Security Related Agents
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,
Accessibility Audit
| You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive tec... | -