Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add gustavo-meilus/superpipelines/plugin install superpipelinesWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/gustavo-meilus/superpipelines/running-a-pipeline)<a href="https://agentmods.dev/skills/gustavo-meilus/superpipelines/running-a-pipeline"><img src="https://agentmods.dev/badge/skills/gustavo-meilus/superpipelines/running-a-pipeline/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/gustavo-meilus/superpipelines/running-a-pipeline"><img src="https://agentmods.dev/badge/skills/gustavo-meilus/superpipelines/running-a-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00020 | $0.13260 |
| Opus 5 | $0.00010 | $0.06630 |
| Sonnet 5 | $0.00004 | $0.02652 |
| Haiku 4.5 | $0.00002 | $0.01326 |
Grade A, and why
running-a-pipeline scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 463 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Running a Pipeline — Execution Workflow
Workflow Phases
PHASE ORDERING CONTRACT (read first — non-negotiable)
0 → 0.25 → 0.4 → 0.45 → 0.5 → 0.6 → 0.7 → 1 → 2 → 3 → 4
Phase numbers are decimals because phases were inserted over time — they are NOT optional, NOT reorderable, and NONE may be skipped or renamed. There is no "soft gate", "no-active-run gate", or any phase not listed above; inventing a phase name or running phases from memory instead of from this body is the known phase-drift failure mode. Execute each phase by reading its section below, in this exact order.
Mandatory phase manifest. Before executing Phase 0, create a TodoWrite list with exactly these 11 items, in this order, each as a separate todo:
Phase 0 — Discovery & Selection, Phase 0.25 — Tier Detect & Dispatch Load, Phase 0.4 — Model Migration Check, Phase 0.45 — Model Resolution, Phase 0.5 — Version Compatibility Advisory, Phase 0.6 — Portability Validation, Phase 0.7 — Pre-Run Safety Tripwire, Phase 1 — Resume Check, Phase 2 — State Initialization, Phase 3 — Entry Skill Dispatch, Phase 4 — Completion & Cleanup.
Mark a todo completed ONLY after its phase has actually run. A skipped or out-of-order todo is a visible defect — the user can see it and intervene. Maintain an in-session phase ledger (the set of phases marked completed); Phase 3 asserts against it before any dispatch.
What ships with it
6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- fixtures/worktree-gating/artifact-only-pattern-3/agents/artifact-reviewer.md 235 B
- fixtures/worktree-gating/artifact-only-pattern-3/agents/artifact-writer.md 236 B
- fixtures/worktree-gating/artifact-only-pattern-3/topology.json 271 B
- fixtures/worktree-gating/tracked-code-pattern-3/agents/code-reviewer.md 221 B
- fixtures/worktree-gating/tracked-code-pattern-3/agents/code-writer.md 211 B
- fixtures/worktree-gating/tracked-code-pattern-3/topology.json 268 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 463 lines · 20 tokens per session scan A a647611e76e7
running-a-pipeline is a skill published in the GitHub repository gustavo-meilus/superpipelines (4 stars, last pushed 1mo ago), licensed MIT. It adds 20 tokens to every session and 13,260 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
agent-swarm
Agent skill for swarm - invoke with $agent-swarm.
moai-workflow-worktree
Git worktree management for parallel SPEC development with isolated workspaces, automatic branch registration, and seamless MoAI-ADK integration. Use when setting up parallel development environments.
babysit-babysitter-issues
This skill should be used when the user asks to "babysit issues", "work on assigned issues", "check a5c-agent issues", "process babysitter issues", or wants to find and work on open GitHub issues assigned to a5c-agent in the babysitter repo.
moai-kanban-foreman
One unattended kanban foreman iteration: watch the backlog queue, dispatch the next operator-picked card to an isolated worker, collect completion evidence on read (not on claims), and report. This is the body the project's loop.md driver invokes each iteration of a bare /loop; it can also be invoked directly to test…
agentrq
Execute tasks assigned by humans or supervisor agents within a specific AgentRQ workspace. Use when you receive channel messages or need to report progress on tasks.
moai-workflow-project
Integrated project management system covering documentation, language initialization, template optimization, docs generation, and JIT document loading. Absorbed from moai-workflow-templates, moai-docs-generation, and moai-workflow-jit-docs.