Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/kardebadas/claude-plugin/pipelinenpx skills add kardebadas/claude-plugin --skill pipelinegit clone --depth 1 https://github.com/kardebadas/claude-pluginWrote 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/kardebadas/claude-plugin/pipeline)<a href="https://agentmods.dev/skills/kardebadas/claude-plugin/pipeline"><img src="https://agentmods.dev/badge/skills/kardebadas/claude-plugin/pipeline.svg" alt="Measured on agentmods" 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 | $0.00080 | $0.12659 |
| Opus 5 | $0.00040 | $0.06330 |
| Sonnet 5 | $0.00016 | $0.02532 |
| Haiku 4.5 | $0.00008 | $0.01266 |
Grade A, and why
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 4d 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 — 812 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Superpipeline
Overview
pipeline drives a feature from idea to a finished branch by composing
existing superpowers skills — it never reimplements brainstorming, planning,
implementation, or review. It calls those skills and manages the seams between
them, plus an autonomous per-phase implement → review → recursive-fix loop.
Core principle: compose, don't reimplement. Every stage delegates to the canonical skill for that job. This skill's only original logic is the orchestration: the zero-assumption rule, the on-disk run state, the gates, the reviewer fan-out math, and the fix loop.
Reference files — read at the stage that needs them:
references/run-state.md (file formats, task-line grammar, cold-start resume,
dispatch contract), references/fix-loop.md (Stage 4's loop and guard rails)
and references/parallel.md (Rule 6: dependency annotations, waves, lanes,
worktrees and merges, and the Brain-Agent mode). templates/ holds the three run-state file templates.
Invocation
Dispatch on the argument ($0) before doing anything else:
| Invocation | Behavior |
|---|---|
/pipeline (no argument) |
Full mode — current behavior: start at Stage 1, step 0. |
/pipeline resume |
Run the Resume Protocol in references/run-state.md. Never start a new run in this mode — if no run directory exists, say so and stop. |
/pipeline status |
Strictly read-only report (below). No writes, no dispatches, no fixes. |
/pipeline <anything else> |
Ask the user what they meant. Never guess a verb. fix-mode in particular is internal-only — set exclusively by this skill's own fix loop, never a user argument; if the user passes it, refuse and explain that. |
status: locate the run directory (same candidate logic as the Resume
Protocol — if more than one qualifies, ask which); read progress.md,
register.md, findings.md; and report:
- the Current State block;
- per-phase task counts (
[x]/[~]/[ ]); - open register entries;
- open blocking F-IDs;
- fix-loop iteration counts from the Counters table.
What ships with it
7 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.
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.
- 4d ago First seen · 812 lines · 80 tokens per session scan A 8d4b19726a87
pipeline is a skill published in the GitHub repository kardebadas/claude-plugin (1 stars, last pushed 4d ago), licensed Apache-2.0. It adds 80 tokens to every session and 12,659 once invoked, about $0.0004 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-08-31.
Other skills, from other repositories
iso-24495-5
Provisional sector-specific Plain Language standard for document design (based on ISO/WD 24495-5, under development). Applied when structuring complex documents so readers can find and navigate content through layout, visual hierarchy, and navigation aids.
iso-24495-style
Hold every response to the ISO 24495 plain-language rules, and route to the sector skills. Codex has no output style, so these rules are a skill.
iso-24495-code
Plain language applied to source code (ISO 24495-1:2023 principles). Governs the parts of code a person reads: the order units appear in, their names, comments, and error messages. Applied when writing or restructuring code, not when explaining it.
iso-24495-text-audit
Audit user-selected Markdown or text files for deterministic plain-language findings. Use only when the user explicitly invokes this skill.
iso-24495-4
Provisional task skill for organisational plain language implementation (based on ISO/CD 24495-4, committee draft). Activates for plain language gap analysis, policy drafting, review workflow design, and organisational readiness for the future published standard. Does not activate for ordinary writing, rewriting, or…
import
Import a self-contained NeatContext context bundle shared by another person, or reconcile a newer copy of a context already on this machine, leaving the source bundle unchanged. Use only when the user explicitly invokes this skill or asks to import a NeatContext bundle.