Orchestration skill: make the current session a controller that spawns Codex/Claude/Hermes worker agents in tmux, tracks them in a TSV registry, tails logs, sends input, and reviews output.
A tmux-based orchestration skill for Codex / Claude Code. The current AI session
becomes an orchestrator that spawns separate Codex/Claude/Hermes worker agents in
tmux, tracks them in a TSV registry, tails their logs, sends them input, and
reviews their output. No daemon, no database — just bash, tmux, and files under
~/.agent-swarm/.
This repo is both a Claude Code plugin and a single-plugin marketplace.
Claude Code
/plugin marketplace add noahljungberg/agent-swarm
/plugin install agent-swarm@agent-swarm
Codex
codex plugin marketplace add noahljungberg/agent-swarm
codex
A SessionStart hook symlinks the bundled CLI to ~/.local/bin/agent-swarm, so
make sure ~/.local/bin is on your PATH. Verify with agent-swarm doctor.
Manual (no marketplace)
git clone https://github.com/noahljungberg/agent-swarm ~/agent-swarm
~/agent-swarm/install.sh
agent-swarm spawn --name api-tests --engine codex --cwd ~/repo -- 'Add auth tests. Commit. Do not push.'
agent-swarm list
agent-swarm log api-tests 120
agent-swarm send api-tests 'Use option B and continue.'
agent-swarm stop api-tests
agent-swarm rm api-tests
Engines: codex (default), claude, hermes, shell. Full orchestration
workflow and safety rules are in skills/agent-swarm/SKILL.md.
tmux (required); codex / claude / hermes as needed for those engines.
.claude-plugin/ marketplace.json + plugin.json (Claude Code)
.codex-plugin/ plugin.json (Codex)
hooks/ SessionStart hook that puts the CLI on PATH
skills/agent-swarm/
SKILL.md orchestration workflow
scripts/agent-swarm the CLI
agents/openai.yaml Codex agent interface
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 noahljungberg/agent-swarm --plugin agent-swarmMemory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Unified status line for Claude Code with multi-CLI (Claude, Codex, Gemini, z.ai) usage monitoring, context, rate limits, and cost tracking
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses