{
  "markdown": "<h1 align=\"center\">cmux-ultimate</h1>\n\n<p align=\"center\">\n<strong>Complete cmux integration for Claude Code — workspace management, browser automation, multi-agent orchestration, sidebar metadata, and lifecycle hooks in one plugin.</strong>\n</p>\n\n<p align=\"center\">\n<a href=\"LICENSE\"><img src=\"https://img.shields.io/badge/License-MIT-blue.svg\" alt=\"License: MIT\"></a>\n<a href=\"CHANGELOG.md\"><img src=\"https://img.shields.io/badge/version-1.0.0-green.svg\" alt=\"Version\"></a>\n<a href=\"https://github.com/anthropics/claude-code\"><img src=\"https://img.shields.io/badge/Claude_Code-Plugin-orange.svg\" alt=\"Claude Code\"></a>\n<a href=\"https://github.com/manaflow-ai/cmux\"><img src=\"https://img.shields.io/badge/cmux-Terminal-blue.svg\" alt=\"cmux\"></a>\n<a href=\"https://www.apple.com/macos/\"><img src=\"https://img.shields.io/badge/macOS-14.0+-999999.svg\" alt=\"macOS\"></a>\n</p>\n\n## Features\n\n- Single `/cmux` skill with progressive disclosure via 4 reference docs\n- Full CLI reference (~130 commands, verified against cmux v0.63.1)\n- Browser automation (~40 subcommands with element ref workflow, templates, auth patterns)\n- Multi-agent orchestration (pane layouts, agent launch, monitoring, sync, common mistakes)\n- Notification decision matrix (cmux notify vs osascript)\n- Auto workspace naming (SessionStart hook renames tab to git repo)\n- Active/idle sidebar status (session lifecycle hooks)\n- Completion notifications (Stop hook)\n- `/cmux:status` and `/cmux:open-browser` slash commands\n- Always-on rules file for proactive cmux awareness\n\n## Installation\n\n```bash\nclaude plugin marketplace add AndrewPalet/cmux-ultimate\nclaude plugin install cmux-ultimate\n```\n\n## Requirements\n\n- macOS 14.0+\n- cmux terminal installed and running\n- Claude Code CLI\n- jq (for notification hook)\n\n## What Happens Automatically\n\n- Workspace tab renames to git repo name on session start\n- Sidebar shows branch info\n- Status updates to active/idle as Claude works\n- Completion notification when session ends\n\n## What You Can Invoke\n\n- `/cmux` — full CLI reference and skill guide\n- `/cmux:status` — current workspace overview\n- `/cmux:open-browser [url]` — open browser split and report contents\n\n## File Structure\n\n```\ncmux-ultimate/\n├── .claude-plugin/\n│   ├── marketplace.json\n│   └── plugin.json\n├── commands/\n│   ├── open-browser.md\n│   └── status.md\n├── hooks/\n│   └── hooks.json\n├── rules/\n│   └── cmux-guide.md\n├── scripts/\n│   ├── notification.sh\n│   ├── session-start.sh\n│   └── session-stop.sh\n├── skills/\n│   └── cmux/\n│       ├── references/\n│       │   ├── browser-automation.md\n│       │   ├── complete-cli.md\n│       │   ├── notifications.md\n│       │   └── orchestration.md\n│       └── SKILL.md\n├── CHANGELOG.md\n├── LICENSE\n└── README.md\n```\n\n## Credits\n\nBuilt by combining the best from:\n\n- [goddaehee/cmux-claude-skill](https://github.com/goddaehee/cmux-claude-skill) — verified CLI reference, tmux migration\n- [ph3on1x/claude-cmux-skill](https://github.com/ph3on1x/claude-cmux-skill) — orchestration patterns, hooks, common mistakes\n- [hopchouinard/cmux-plugin](https://github.com/hopchouinard/cmux-plugin) — workspace naming, slash commands, restraint guidelines\n- [mangledmonkey/cmux-skills](https://github.com/mangledmonkey/cmux-skills) — browser templates, auth patterns, markdown viewer\n\n## License\n\nMIT License - see LICENSE file for details\n",
  "bytes": 3344,
  "sha": "0860fdead98c76c5991816a82919f39488899476275b65c4655d12db17dddc0f",
  "repo_slug": "andrewpalet/cmux-ultimate",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_andrewpalet_cmux_ultimate_cmux_ultimate_dca8c8a7/readme"
}