pipeline

pipeline is a skill for Claude Code, Codex from kardebadas/claude-plugin. It costs 80 tokens per session (12,659 once invoked), scanned A, original, Apache-2.0.

An autonomous orchestration skill that combines product discovery, planning, implementation, and code review to take a feature idea to a finished branch. It manages saved run state, approval gates, parallel work, reviewer feedback, and recursive fixes.

In plain words
What is it for?
Use it when you want an idea clarified, planned, implemented, reviewed, and fixed in one pipeline, including parallel tasks with dependencies and separate worktrees.
Why use it?
It coordinates the handoffs between separate development stages so a long feature run can resume and continue without repeatedly rebuilding context.

Skill for Claude CodeCodex

Part of the superb plugin — 2 skills shipped together

Install

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.

agentmods
npx agentmods add skills/kardebadas/claude-plugin/pipeline
Any agent
npx skills add kardebadas/claude-plugin --skill pipeline
Clone the repo
git clone --depth 1 https://github.com/kardebadas/claude-plugin

Made for: Claude Code, Codex.

Or install superb, the plugin that ships this one along with the rest of its 2 skills.

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 pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/kardebadas/claude-plugin/pipeline.svg)](https://agentmods.dev/skills/kardebadas/claude-plugin/pipeline)
Your own site
<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>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 12,659 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00080 $0.12659
Opus 5 $0.00040 $0.06330
Sonnet 5 $0.00016 $0.02532
Haiku 4.5 $0.00008 $0.01266

Measured 4d ago against content hash 8d4b19726a87, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

plugins/superb/skills/pipeline/SKILL.md · 812 lines

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.

Read the full file on GitHub · 812 lines

Files

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.

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. 4d ago First seen · 812 lines · 80 tokens per session scan A 8d4b19726a87

Subscribe to this mod's changes

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.

Related

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.

GaZmagik/iso-24495 · 55 tokens

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.

GaZmagik/iso-24495 · 40 tokens

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.

GaZmagik/iso-24495 · 61 tokens

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.

GaZmagik/iso-24495 · 31 tokens

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…

GaZmagik/iso-24495 · 69 tokens

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.

XTSoftwareLabs/neatcontext-plugins · 54 tokens