running-a-pipeline

running-a-pipeline is a skill for Claude Code from gustavo-meilus/superpipelines. It costs 20 tokens per session (13,260 once invoked), scanned A, original, MIT.

A procedure for starting, resuming, or listing registered Superpipelines workflows. It defines the required order of workflow phases and the checks before execution.

In plain words
What is it for?
Use it to select a pipeline, check compatibility and safety, initialize its state, run its entry skill, and complete cleanup.
Why use it?
It prevents phases from being skipped, reordered, or started without the required setup and safety checks.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions subagents; names the TodoWrite tool; mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the superpipelines plugin — 54 skills, 10 commands, 14 agents, 4 hooks shipped together

Good fit Use it to select a pipeline, check compatibility and safety, initialize its state, run its entry skill, and complete cleanup.

Compare 6 skills from other repositories ↓
Install

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.

Claude Code
/plugin marketplace add gustavo-meilus/superpipelines
Claude Code
/plugin install superpipelines

Made for: Claude Code.

Or install superpipelines, the plugin that ships this one along with the rest of its 54 skills, 10 commands, 14 agents, 4 hooks.

Wrote 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.

agentmods badge for running-a-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/gustavo-meilus/superpipelines/running-a-pipeline/github.svg)](https://agentmods.dev/skills/gustavo-meilus/superpipelines/running-a-pipeline)
Your own site
<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.

agentmods 80×15 button for running-a-pipeline

Your own site · 80×15
<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>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 13,260 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 8d ago against content hash a647611e76e7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

plugins/superpipelines/skills/running-a-pipeline/SKILL.md · 463 lines

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.

Read the full file on GitHub · 463 lines

Changes

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.

  1. 8d ago First seen · 463 lines · 20 tokens per session scan A a647611e76e7

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

agent-swarm

Agent skill for swarm - invoke with $agent-swarm.

ruvnet/ruflo · 15 tokens

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.

modu-ai/moai-adk · 41 tokens

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.

a5c-ai/babysitter · 69 tokens

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…

modu-ai/moai-adk · 76 tokens

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.

agentrq/agentrq · 33 tokens

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.

modu-ai/moai-adk · 55 tokens