Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By gantisstorm
One-shot swarm commands with Codex CLI planning. Scouts gather context in parallel, planner synthesizes XML architectural instructions for Codex (gpt-5.2), parallel coders execute. No iterative loops - fast parallel execution.
npx claudepluginhub GantisStorm/claude-code-repoprompt-codex-plugins --plugin codex-swarmInvestigates codebase and returns raw context for planner agents.
Researches external documentation and returns raw context for planner agents.
Implements a single file by parsing full plan for its instructions, then verifies and fixes errors.
Synthesizes context into XML architectural instructions for Codex CLI. Returns full plan for coders.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Haiku-agent bridge β Claude Code spawns Haiku subagents that run OpenCode via CLI (opencode run). No tmux required. Workers stream colored logs to /tmp/swarm-code-logs/. Saves 70-80% tokens.
Delegate plan execution to Codex CLI via ASP. Part of cc-multi-cli-plugin. Requires the `multi` plugin.
Launch agent teams for any kind of work β coding, writing, diagnosis, and more
Orchestrate OpenAI Codex agents from Claude Code via tmux sessions
Leverage OpenAI Codex (GPT-5/GPT-5.1) for non-interactive automation mode and hands-off task execution
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
One-shot swarm commands for planning and coding. Scouts gather context in parallel, planner synthesizes structured narrative (task, architecture, context, relationships, implementation notes), parallel coders execute.
Multi-agent orchestration for complex coding tasks with RepoPrompt. Scouts gather raw context, planners synthesize XML architectural instructions with structured sections: task, architecture, selected_context, relationships, implementation_notes, ambiguities. RepoPrompt creates detailed plans with minimal ambiguity. Parallel coders execute with self-verification.
One-shot swarm commands with Codex CLI planning. Scouts gather context in parallel, planner synthesizes XML architectural instructions for Codex (gpt-5.2), parallel coders execute. No iterative loops - fast parallel execution.
Multi-agent orchestration for complex coding tasks. Scouts gather raw context with user checkpoints, planner synthesizes structured narrative (task, architecture, context, relationships, implementation notes, ambiguities) into per-file instructions. Parallel coders execute with self-verification.
Multi-agent orchestration for complex coding tasks with Codex CLI (gpt-5.2). Scouts gather raw context, planners synthesize XML architectural instructions. Returns full plan with per-file instructions. Iterative discovery with user checkpoints and parallel execution. Session continuation via codex resume.
A pluggable multi-agent planning framework for Claude Code. Swap planning engines (Claude, RepoPrompt, Codex, Gemini) while keeping the same discovery agents and execution patterns.
The Core Insight: All planning engines follow the same meta-pattern: Discovery β Planning β Execution. The framework standardizes discovery (code-scout, doc-scout) and execution (plan-coder) while making the planning layer pluggable. This means you can switch between Claude's speed, RepoPrompt's file intelligence, Codex's reasoning depth, or Gemini's stateless simplicity - all using identical workflows.
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β PAIR PLANNING FRAMEWORK β
β β
β DISCOVERY (same for all) PLANNING (choose one) β
β ββββββββββββββββββββββββ βββββββββββββββββββββ β
β β
β βββββββββββββββ βββββββββββββββββββββββββββββββ β
β β code-scout β β Claude (pair-*) β β
β β (codebase) β βββββββββββββββββββββββββββββββ€ β
β ββββββββ¬βββββββ CONTEXT β RepoPrompt (repoprompt-*)β β
β β ββββββββββΊ βββββββββββββββββββββββββββββββ€ β
β ββββββββ΄βββββββ β Codex (codex-*) β β
β β doc-scout β βββββββββββββββββββββββββββββββ€ β
β β (external) β β Gemini (gemini-*) β β
β βββββββββββββββ ββββββββββββββββ¬βββββββββββββββ β
β β β
β β PLAN β
β βΌ β
β β
β EXECUTION (same for all) β
β ββββββββββββββββββββββββ β
β β
β βββββββββββββββ βββββββββββββββ βββββββββββββββ β
β β plan-coder β β plan-coder β β plan-coder β (parallel) β
β β file 1 β β file 2 β β file 3 β β
β βββββββββββββββ βββββββββββββββ βββββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
The framework provides:
The framework offers two execution patterns that work with any planning engine.
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β ITERATIVE DISCOVERY LOOP β
β β
β code-scout ββββΊ CHECKPOINT ββββΊ doc-scout ββββΊ CHECKPOINT ββββΊ ... β
β (background) β (background) β β
β β User decides β User decides β
β βΌ "Add research" βΌ "Complete" β
β TaskOutput β TaskOutput β β
β β β β β β
β βββββββββββββββββ΄ββββββββββββββββ΄βββββββββββββββ β
β β β
β context_package β
βββββββββββββββββββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββ
β
βΌ
ββββββββββββββββββββββ
β PLANNER β
β (pluggable) β
βββββββββββ¬βββββββββββ
β
βββββββββββββββββΌββββββββββββββββ
βΌ βΌ βΌ
ββββββββββββββ ββββββββββββββ ββββββββββββββ
β plan-coder β β plan-coder β β plan-coder β (background)
β file1 β β file2 β β file3 β
ββββββββ¬ββββββ ββββββββ¬ββββββ ββββββββ¬ββββββ
β β β
βββββββββββββββββΌββββββββββββββββ
βΌ
TaskOutput
(collect all)