octomux
01Plugin Claude Code
Skills and agent roles for orchestrating autonomous Claude Code agents with octomux.
Plugin Claude Code
Skills and agent roles for orchestrating autonomous Claude Code agents with octomux.
Agent Claude Code
Coordinates autonomous Claude Code agents via the octomux CLI. Creates tasks, monitors progress, manages agent lifecycles.
Agent Claude Code
Reads a codebase and produces a concrete implementation plan from a feature request, bug report, or Jira ticket.
Agent Claude Code
Comprehensive code reviewer. Use when asked to review a PR, diff, branch, or specific files/folders. Spawns 7 specialized sub-reviewers in parallel, then synthesizes findings into a prioritized verdict.
Instructions file
Instructions for ShreyPaharia/octomux, covering octomux, tech stack, commands, architecture and logging.
Plugin Claude Code
Octomux vendored skills and agent definitions.
Agent
Interviews you about your workflow, inspects this octomux instance (schedules, kinds, settings, learnings, tasks), and recommends — then creates — schedules, loops, and automation.
Skill Claude CodeCodex
Use when you need to attach a new Claude Code agent (new tmux window) to an existing running octomux task, sharing the task's worktree and cwd.
Skill Claude CodeCodex
Use when installing, disabling, enabling, or troubleshooting a third-party octomux plugin — the manifest row shape, octomux plugins list/disable/enable, reading octomux doctor output, and recovering a broken boot with --safe-mode.
Skill Claude CodeCodex
Use when configuring which coding-agent harness octomux launches — per-task --model, harness selection, settings.harnesses. , resolveFlags/validateSettings, and registering an additional harness via a plugin.
Skill Claude CodeCodex
Use when authoring a new octomux plugin package — package layout, the apply(ctx) export, choosing a registrar, shipping kind presets, testing locally, and confirming with octomux doctor.
Skill Claude CodeCodex
Use when creating a pull request, opening a PR, or pushing and creating a PR for an octomux task.
Skill Claude CodeCodex
Use when creating an octomux task to dispatch autonomous Claude Code agents for building features, fixing bugs, or any code changes.
Skill Claude CodeCodex
Implement a Jira ticket — fetches ticket, checks for existing plan, creates worktree branch, runs implementation with verification. Usage - /implement IN-XXX.
Skill Claude CodeCodex
Use when you notice something durable and evidenced while working an octomux loop/scheduled task — a fix, a gotcha, a convention you had to discover the hard way — and want to save it via octomux learn for future runs.
Skill Claude CodeCodex
Use when running a scheduled learnings-digest session — report what the agentlearnings store gained this week, what looks safe to prune, and whether seeding learnings is actually helping, then submit via submitresult.
Skill Claude CodeCodex
Weekly planning session — AI interviews you about goals, breaks them into Jira tickets with lightweight plans, creates them after approval. Use when starting the week or planning a batch of work.
Skill Claude CodeCodex
Deep planning for a specific Jira ticket — codebase deep-dive, interview on ambiguous points, update ticket with detailed approach. Use before implementing large or unclear tickets. Usage - /plan IN-XXX.
Skill Claude CodeCodex
Use before assuming you're the first to hit something in an octomux loop/scheduled task — pull what past runs learned about the thing you're touching via octomux recall --query.
Skill Claude CodeCodex
Drive the deep-review phase of an automated PR review. Consumes the walkthrough, runs the deterministic deep-review workflow (parallel lenses → adversarial validation → code-enforced threshold/caps), drafts the surviving findings, and completes the review run.
Skill Claude CodeCodex
Extract reusable learnings from completed octomux agent sessions and append to .claude/rules/learnings.md. Use when reviewing what agents learned, or to manually add a learning.
Skill Claude CodeCodex
Drive an automated PR review. Produces a structured walkthrough plus inline draft comments via the octomux review CLI. NEVER posts to GitHub directly — publishing is human-gated.
Skill Claude CodeCodex
Use when reviewing a pull request, posting PR review comments, or when user says /review-pr. Reviews code with parallel agents and posts a pending GitHub review with inline comments.
Skill Claude CodeCodex
Drive the walkthrough phase of an automated PR review. Produces a structured walkthrough JSON only — no inline comment drafts. The deep-review agent is attached automatically by the server after this agent finishes.