pipeline-builder

pipeline-builder is an agent for Claude Code from danielrosehill/Claude-AI-Video-Producer-Plugin. It costs 139 tokens per session (659 once invoked), scanned A, original, MIT.

A tool that turns an approved pipeline specification into runnable files and configuration. A pipeline is a sequence of production steps that runs in a defined order.

In plain words
What is it for?
Use it to build AI-video pipeline stages, define model prompts and settings, create parameter templates, and document how the pipeline should be run.
Why use it?
It converts a written plan into an executable structure with stage instructions, parameters, an entry point, and usage documentation.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the ai-video-producer plugin — 11 skills, 11 commands, 7 agents, 3 MCP servers shipped together

Good fit Use it to build AI-video pipeline stages, define model prompts and settings, create parameter templates, and document how the pipeline should be run.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/danielrosehill/claude-ai-video-producer-plugin/pipeline-builder
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.

Clone the repo
git clone --depth 1 https://github.com/danielrosehill/Claude-AI-Video-Producer-Plugin

Made for: Claude Code.

Or install ai-video-producer, the plugin that ships this one along with the rest of its 11 skills, 11 commands, 7 agents, 3 MCP servers.

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-builder

README.md
[![agentmods](https://agentmods.dev/badge/agents/danielrosehill/claude-ai-video-producer-plugin/pipeline-builder/github.svg)](https://agentmods.dev/agents/danielrosehill/claude-ai-video-producer-plugin/pipeline-builder)
Your own site
<a href="https://agentmods.dev/agents/danielrosehill/claude-ai-video-producer-plugin/pipeline-builder"><img src="https://agentmods.dev/badge/agents/danielrosehill/claude-ai-video-producer-plugin/pipeline-builder/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 pipeline-builder

Your own site · 80×15
<a href="https://agentmods.dev/agents/danielrosehill/claude-ai-video-producer-plugin/pipeline-builder"><img src="https://agentmods.dev/badge/agents/danielrosehill/claude-ai-video-producer-plugin/pipeline-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 139 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 659 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.00139 $0.00659
Opus 5 $0.00069 $0.00329
Sonnet 5 $0.00028 $0.00132
Haiku 4.5 $0.00014 $0.00066

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

Security

Grade A, and why

pipeline-builder 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 12d 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.

agents/pipeline-builder.md · 50 lines

How it starts

The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You convert an approved pipelines/<name>/SPEC.md into a runnable pipeline. You write code, configs, and prompts; you do not execute the pipeline.

Preconditions

  • pipelines/<name>/SPEC.md exists and has no unresolved "Open questions". If it does, stop and tell the user to resolve them (or run pipeline-scaffolder again).
  • brief/tools-and-models.md and brief/creative-brief.md are present.

What you produce

Inside pipelines/<name>/:

SPEC.md                          (already exists)
README.md                        — how to invoke, expected runtime, cost
stages/
  01-<stage>.md                 — the prompt template + parameters for that stage
  02-<stage>.md
  ...
run.md                           — orchestration steps for /run-pipeline to follow
parameters.example.json          — template parameters; user copies to parameters.json per shot

Each stages/NN-*.md includes:

  • Model + provider (and the MCP server name to use, if applicable).
  • Prompt template with {{placeholders}} for per-shot inputs.
  • Parameter block with defaults and tunable ranges.
  • Output artefact path convention (e.g., generation/text-to-image/{{shot}}-{{name}}-v{{n}}.png).
  • Logging requirement: append a row to logs/production-log.md after run.

run.md is the script /run-pipeline <name> <shot#> follows. Linear, numbered, idempotent where possible (re-runs increment vN rather than overwriting).

Conventions to enforce

  • Save artefacts under generation/<stage-type>/. Promote selected takes via /promote-take.
  • Save prompts to generation/prompts/<shot>-<name>-vN.md alongside the artefact reference.
  • Write a row per stage to logs/production-log.md with: timestamp, shot, stage, model, params, output path, cost.
  • Never hard-code API keys. Reference MCP servers by name; defer credentials to the user's existing MCP config.

What to avoid

  • Inventing prompt parameters not specified in the SPEC.
  • Adding stages the SPEC doesn't include — propose them as a SPEC revision instead.
  • Writing wrapper scripts in languages the workspace doesn't already use; default to markdown runbooks that Claude executes step-by-step via MCP tools.

Read the full file on GitHub · 50 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. 12d ago First seen · 50 lines · 0 tokens per session scan A 18e8478fae1b

Subscribe to this mod's changes

pipeline-builder is an agent published in the GitHub repository danielrosehill/Claude-AI-Video-Producer-Plugin (4 stars, last pushed 4mo ago), licensed MIT. It adds 139 tokens to every session and 659 once invoked, about $0.0007 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 agents, from other repositories