
Superpipelines Marketplace
- 4 repo stars
- Updated July 15, 2026
- gustavo-meilus/superpipelines
superpipelines-marketplace is a Claude Code plugin marketplace for designing and running multi-agent AI pipelines with isolated code review for developers who need spec-driven, crash-resumable agent orchestration.
About
superpipelines-marketplace (v2.1.3) distributes the superpipelines plugin for multi-agent orchestration across Claude Code, OpenCode, Codex, Cursor, Windsurf, Cline, and Antigravity CLI. A nine-phase lifecycle runs deconstruct → diagnose → develop → hard gate → implement → two-stage review → commit → done, with reviewer agents structurally blocked from Write/Edit/Bash on Tier-1 platforms. Nine slash commands include `/superpipelines:new-pipeline`, `/superpipelines:run-pipeline`, and `/superpipelines:audit-steps`. State persists to `pipeline-state.json` under scope temp dirs for crash recovery; iterative loops cap at 3 repair cycles. Install via `claude plugin install github:gustavo-meilus/superpipelines` or universal `curl | bash` installer. Six execution patterns cover sequential, parallel fan-out, iterative loop, human-gated, spec-driven dev, and 4D wrapper flows.
- Nine-phase lifecycle with 2-stage isolated spec and quality reviewers
- 9 slash commands including new-pipeline, run-pipeline, audit-steps
- 6 execution patterns: sequential, parallel, iterative, gated, SDD, 4D
- Crash-resumable pipeline-state.json with 3-iteration repair cap
- v2.1.3 scaffolds across 7 AI coding platforms via sk-platform-dispatch
Superpipelines Marketplace by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin marketplace add gustavo-meilus/superpipelinesAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 4 |
|---|---|
| Last updated | July 15, 2026 |
| Repository | gustavo-meilus/superpipelines ↗ |
How do you orchestrate multi-agent coding pipelines safely?
Run `/superpipelines:new-pipeline` then `/superpipelines:run-pipeline` to generate spec.md, plan.md, and tasks.md and execute them through isolated two-stage reviewer agents.
Who is it for?
Senior developers running spec-driven multi-agent builds who need permission-isolated reviewers, worktree isolation, and crash-resumable pipeline state.
Skip if: Quick one-file edits, Tier-2 platforms requiring advisory-only reviews, or teams unwilling to approve human gates at spec hardening.
What you get
spec.md, plan.md, tasks.md, pipeline-state.json checkpoints, reviewer verdicts, and merged integration-branch commits.
- spec.md and plan.md
- pipeline-state.json
- reviewer pass/fail verdicts
By the numbers
- 9-phase execution lifecycle from deconstruct through done
- 9 slash commands in the superpipelines command set
- 6 execution patterns plus hard cap of 3 iterative repair loops
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
How it compares
Choose superpipelines over single-agent skills when tasks need spec gates, isolated reviewers, and crash-resumable multi-step orchestration.
FAQ
What platforms does superpipelines support?
superpipelines v2.1.3 scaffolds pipelines across Claude Code (Tier 1), OpenCode, Codex, Antigravity CLI 2.0, and Tier-2 Cursor, Windsurf, and Cline via sk-platform-dispatch path rewriting without modifying pipeline topology.
How does superpipelines isolate reviewer agents?
superpipelines sets `disallowedTools: Write, Edit, Bash` on reviewer agents on Tier-1 platforms, enforcing read-only review structurally. Tier-2 platforms run the same protocol as advisory convention surfaced at run start.
What slash commands does superpipelines provide?
superpipelines exposes 9 commands including `/superpipelines:new-pipeline`, `/superpipelines:run-pipeline`, `/superpipelines:new-step`, `/superpipelines:audit-steps`, `/superpipelines:change-models`, and `/superpipelines:init-deep` for hierarchical PIPELINE-CONTEXT.md maps.