cmux terminal integration for Claude Code — status bar, notifications, pane management, and agent orchestration inside cmux workspaces
A Claude Code plugin that integrates cmux — a native macOS terminal for AI coding agents built on the Ghostty engine — with Claude Code sessions.
When installed, this plugin automatically:
Active on session start, Idle on stop)cmux CLI commands| Event | Behavior |
|---|---|
SessionStart | Injects rules/cmux-integration.md into context; sets status to "Active" |
Stop | Sets status to "Idle"; clears progress bar |
Notification | Forwards Claude Code notifications to cmux notify |
First, register the marketplace:
/plugin marketplace add KyleJamesWalker/cc-cmux-plugin
Then install the plugin:
claude plugin install cmux-integration@KyleJamesWalker-cc-cmux-plugin
You can also register and enable it manually in ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"KyleJamesWalker-cc-cmux-plugin": {
"source": {
"source": "github",
"repo": "KyleJamesWalker/cc-cmux-plugin"
}
}
},
"enabledPlugins": {
"cmux-integration@KyleJamesWalker-cc-cmux-plugin": true
}
}
Load the plugin directly from a local checkout (for the current session only):
git clone https://github.com/KyleJamesWalker/cc-cmux-plugin.git
claude --plugin-dir ./cc-cmux-plugin
Plugins are cached locally and keyed by the version field in plugin.json. To pick up new changes:
claude plugin update cmux-integration@KyleJamesWalker-cc-cmux-plugin
.claude-plugin/
marketplace.json # Marketplace registry metadata
plugin.json # Plugin manifest (name, version, permissions, hooks ref)
hooks/
hooks.json # Hook definitions (SessionStart, Stop, Notification)
rules/
cmux-integration.md # Context injected into every session
$CMUX_WORKSPACE_ID set)Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub kylejameswalker/cc-cmux-plugin --plugin cmux-integrationSkill for operating cmux terminal multiplexer. Pane splitting, sub-agent spawning/monitoring/result collection, command sending, screen reading, and notifications.
cmux terminal integration: topology control, browser automation, markdown viewer, notifications
Deterministic Claude Code → wmux notifications via PostToolUse / Stop / SubagentStop / SessionStart hooks. Replaces wmux's regex-based agent detector with 100%-accurate hook signals when this plugin is installed.
cmux terminal automation skills for Claude Code — workspace layouts, session snapshot/restore, surface organizer, and more.
Tmux session awareness and pane interaction
Control Codex and Gemini from your phone. Coordinate AI agents across CLIs via tmux.