parallel agents skills

101 tagged parallel agents, measured the same way as everything else here.

Browse within: git-worktree 76Multi-Agent 59claude-code-skill 58agent-orchestration 18codex-cli 9spec-driven-development 8test-driven-development 8codex-plugin 6

backprop

01

JuliusBrussee/cavekit

Skill Claude CodeCodex

Bug → spec protocol. When a bug is found or a test fails, trace the cause, decide whether a new §V invariant would catch recurrence, append to §B. This is the one non-obvious thing SDD does that plan-then-execute doesn't. Triggers on test failure, bug report, post-mortem, or explicit user ask.

1.1k 18d ago A 76 tokens original MIT

caveman

02

JuliusBrussee/cavekit

Skill Claude CodeCodex

Caveman encoding for SPEC.md and spec-adjacent writes. Loaded by /spec, /build, /check. Cuts tokens 75% vs prose while staying precise. Triggers on any write to SPEC.md or when user says "caveman", "compress this", "be brief".

1.1k 18d ago A 65 tokens original MIT

review

03

JuliusBrussee/cavekit

Skill Claude CodeCodex

Adversarial senior review of the spec before any code is written. Constructs a skeptical reviewer whose authority comes from the codebase, §R research, and live best-practice — then tries to REFUTE the spec, not rubber-stamp it. Every finding cites evidence (file:line or source); unverifiable ones are flagged.…

1.1k 18d ago A 139 tokens original MIT

om-prepare-test-env

04

open-mercato/cezar

Skill Claude CodeCodex

Cezar is a parallel coding agents orchestrator. Type a task, pick a workflow and an agent — Claude Code, Codex or OpenCode, or a mix of them per step — and watch it work live: steps, tool calls ... or: fire and forget, PR will land and issue will be fixed. Run ot locally (Linux, Mac, WSL2) or on VPS!

174 2d ago A 0 tokens original MIT

launch

05

workstream-labs/workstreams

Skill Claude CodeCodex

Launch and automate VS Code (Code OSS) using agent-browser via Chrome DevTools Protocol. Use when you need to interact with the VS Code UI, automate the chat panel, test UI features, or take screenshots of VS Code. Triggers include 'automate VS Code', 'interact with chat', 'test the UI', 'take a screenshot', 'launch…

77 4mo ago A 80 tokens

accessibility

06

workstream-labs/workstreams

Skill Claude CodeCodex

Primary accessibility skill for VS Code. REQUIRED for new feature and contribution work, and also applies to updates of existing UI. Covers accessibility help dialogs, accessible views, verbosity settings, signals, ARIA announcements, keyboard navigation, and ARIA labels/roles.

77 4mo ago A 54 tokens

component-fixtures

07

workstream-labs/workstreams

Skill Claude CodeCodex

Use when creating or updating component fixtures for screenshot testing, or when designing UI components to be fixture-friendly. Covers fixture file structure, theming, service setup, CSS scoping, async rendering, and common pitfalls.

77 4mo ago A 47 tokens

backend-launcher

08

procoders/superpowers-v

Skill Claude CodeCodex

Use when Compound V's dispatcher needs to run one file-scoped job on a chosen backend (Claude subagent, headless Codex worker, headless Antigravity worker, headless Cursor worker, headless Devin worker, or headless opencode worker) and get back a canonical jobresult. The single jobspec → jobresult contract every…

35 2d ago A 91 tokens original MIT

compound-v

09

procoders/superpowers-v

Skill Claude CodeCodex

Use when superpowers:brainstorming is about to begin (pre-brainstorm recon), OR has produced a spec, OR when superpowers:writing-plans has produced a plan, OR when about to invoke superpowers:subagent-driven-development or superpowers:executing-plans. Sidekick that intercepts these four Superpowers transitions — runs…

35 2d ago A 103 tokens original MIT

pr-review

10

procoders/superpowers-v

Skill Claude CodeCodex

Use when the user wants to deeply review a pull/merge request or a local diff — "review this PR", "grill the MR", "stress-test this diff", "deep-dive code review", "code review before merge", or when they name a PR/MR URL, number, or feature branch. Works on GitHub (gh), GitLab (glab), or a plain local branch with no…

35 2d ago A 96 tokens original MIT

multi-gpt

11

hehee9/Multi-GPT

Skill Claude CodeCodex

Run local parallel-reasoning Multi GPT through the async multigptstart, multigptstatus, and multigptcancel MCP tools. Use when the user asks for Multi GPT, Super GPT, GPT Pro-style multi-agent reasoning, multiple independent approaches with merge/judge/refine, complex design comparison, deep code or architecture…

18 2mo ago A 127 tokens original MIT

recheck

12

kojott/claude-replan

Skill Claude CodeCodex

Post-implementation review — validates that code matches the original plan and launches parallel subagents for quality, security, and test coverage checks. Use after completing implementation or when user invokes /recheck. Primary value is plan-compliance verification plus multi-perspective parallel validation.

15 3mo ago A 56 tokens

replan

13

kojott/claude-replan

Skill Claude CodeCodex

Review and validate an existing implementation plan by launching parallel subagents that check it from multiple angles — codebase alignment, best practices, code standards, feasibility, and fresh perspectives. Use whenever you have a plan ready and want to validate it before execution, or when the user invokes…

15 3mo ago B 84 tokens

tauri-v2

14

SoftwareSavants/verun

Skill Claude CodeCodex

Tauri v2+ cross-platform app development with Rust backend. Use when configuring tauri.conf.json, implementing Rust commands (#[tauri::command]), setting up IPC patterns (invoke, emit, channels), configuring permissions/capabilities, troubleshooting build issues, or deploying desktop/mobile apps. Triggers on Tauri…

9 24d ago A 80 tokens AGPL-3.0

wan-huiyan/agent-traffic-control

Skill Claude CodeCodex

Diagnose "I deployed a new Cloud Run / Docker image but a bunch of recently merged fixes regressed in production." Use when: (1) the deploy script does gcloud builds submit ... "${SCRIPTDIR}" or docker build (build context = local filesystem, NOT a git ref), (2) the user has many git worktrees / multiple checkouts of…

3 15d ago A 405 tokens original MIT

wan-huiyan/agent-traffic-control

Skill Claude CodeCodex

Diagnose "I merged my PR + CI is green but the live service still doesn't show my changes." Use when: (1) a code-bearing PR has been squash-merged into main with all required status checks passing, (2) the user reports the change is still missing from the deployed environment minutes-to-hours later, (3) the repo has a…

3 15d ago A 401 tokens original MIT

wan-huiyan/agent-traffic-control

Skill Claude CodeCodex

Diagnose and fix silent compression of MANDATORY phases in multi-agent orchestrator skills (review panels, debate workflows, multi-reviewer pipelines). Use when: (1) a skill spec lists 10+ phases including parallel reviewer dispatch but the actual run "compresses Phase 4 (reflection) / Phase 5 (debate) / Phase 7…

3 15d ago A 313 tokens original MIT

delegate

21

aayoawoyemi/Delegate-Skill

Skill Claude CodeCodex

Parallel code implementation orchestrator. Breaks a task into independent work units, writes detailed specs, spawns parallel Task agents, reviews results, reports completion. Triggers on "/delegate", "/delegate [task]", "delegate this", "parallel implement".

2 6mo ago A 52 tokens original Apache-2.0

good-bad-ugly

22

XyndoX/good-bad-ugly

Skill Claude CodeCodex

Use when the user asks to "orchestrate", "conduct", invoke "good bad ugly" / "gbu", or tackle a large multi-part coding task (audits, refactor sweeps, multi-feature sessions, "clean this up and fix everything") — anything too big for one linear pass. Runs the tiered orchestration workflow: The Good (brain) plans and…

1 1mo ago A 131 tokens original MIT