From ccx
CLI tool for running and managing multiple background Claude Code sessions. Use when you need to: (1) Start background Claude Code sessions with prompts (2) Monitor status and progress of running sessions (3) List all active sessions (4) Stop or attach to existing sessions (5) View session logs for debugging failed or past sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ccx:ccx-basicsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
CLI tool for running and managing multiple background Claude Code sessions.
CLI tool for running and managing multiple background Claude Code sessions.
# Start a new Claude Code session with a prompt
ccx start "fix the login bug"
# Start a session in a specific directory
ccx start "implement new feature" --cwd /path/to/project
# List all sessions with their titles
ccx status
# Show detailed output for a specific session (last 10 lines)
ccx status <session-name>
# List all active sessions with attachment status
ccx list
# Stop a specific session
ccx stop <session-name>
# Attach to an existing session interactively
ccx attach <session-name>
Session events are logged to ~/.ccx/logs/<session-name>.log for debugging.
# List all log files
ccx logs list
# Show log for a specific session
ccx logs show <session-name>
# Clean up logs older than 7 days (default)
ccx logs clean
# Clean up logs older than N days
ccx logs clean --days 30
ccx start "your prompt" to start a background Claude Code sessionccx status to see all sessions and their current titlesccx status <session> to see recent output from a sessionccx attach <session> to attach and interact with the sessionccx stop <session> when done to clean upnpx claudepluginhub camerondavison/ccx --plugin ccxManages Claude Code sessions using /rename, /resume, and CLI commands for naming, checkpointing, and resuming workflows in debugging, feature development, PR reviews, and investigations.
Unified session management for Claude Code: list active sessions, check inbox, and broadcast messages across sessions. Explicit /session invocation only.
Spawns and manages persistent tmux-based Claude Code CLI sessions with bidirectional communication. Subcommands: spawn, send, read, status, list, kill for parallel peer orchestration and multi-turn steering.