pipeline-optimizer

pipeline-optimizer is an agent for Claude Code from gustavo-meilus/superpipelines. It costs 66 tokens per session (158 once invoked), scanned A, original, MIT.

A helper for examining an existing pipeline—a series of automated steps—for ways to improve its structure and model choices.

In plain words
What is it for?
Use it to assess whether pipeline steps should be combined, split, run in parallel, reordered, or assigned different model tiers.
Why use it?
It helps reveal unnecessary steps, poor ordering, unsuitable model sizes, and problems seen in earlier runs.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

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

Good fit Use it to assess whether pipeline steps should be combined, split, run in parallel, reordered, or assigned different model tiers.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/gustavo-meilus/superpipelines/pipeline-optimizer
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/gustavo-meilus/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 pipeline-optimizer

README.md
[![agentmods](https://agentmods.dev/badge/agents/gustavo-meilus/superpipelines/pipeline-optimizer/github.svg)](https://agentmods.dev/agents/gustavo-meilus/superpipelines/pipeline-optimizer)
Your own site
<a href="https://agentmods.dev/agents/gustavo-meilus/superpipelines/pipeline-optimizer"><img src="https://agentmods.dev/badge/agents/gustavo-meilus/superpipelines/pipeline-optimizer/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-optimizer

Your own site · 80×15
<a href="https://agentmods.dev/agents/gustavo-meilus/superpipelines/pipeline-optimizer"><img src="https://agentmods.dev/badge/agents/gustavo-meilus/superpipelines/pipeline-optimizer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 158 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.00066 $0.00158
Opus 5 $0.00033 $0.00079
Sonnet 5 $0.00013 $0.00032
Haiku 4.5 $0.00007 $0.00016

Measured 9d ago against content hash 328766b0ce98, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

pipeline-optimizer 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 9d 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-optimizer.md · 17 lines

The source is not reproduced here

Licensed MIT

The repository is licensed MIT, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 9d ago First seen · 17 lines · 66 tokens per session scan A 328766b0ce98

Subscribe to this mod's changes

pipeline-optimizer is an agent published in the GitHub repository gustavo-meilus/superpipelines (4 stars, last pushed 1mo ago), licensed MIT. It adds 66 tokens to every session and 158 once invoked, about $0.0003 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

historical-context-reviewer

Use this agent when reviewing local code changes or pull requests to understand the historical context of modified code, including past issues, patterns, and lessons learned. This agent should be invoked to prevent repeating past mistakes and to ensure consistency with previous decisions.

NeoLabHQ/context-engineering-kit · 54 tokens

forge-pr

Create draft PR/MR via tool skills (gh/glab) and ensure template usage.

ulises-jeremias/agentic-workstation · 21 tokens

mle-reviewer

Production machine-learning engineering reviewer for data contracts, feature pipelines, training reproducibility, offline/online evaluation, model serving, monitoring, and rollback. Use when ML, MLOps, model training, inference, feature store, or evaluation code changes.

masrisystems/dot-agents · 55 tokens

gtd-code-fixer

Applies fixes to code review findings from REVIEW.md. Reads source files, applies intelligent fixes, and commits each fix atomically. Spawned by /gtd:code-review --fix.

ai-is-gonna/get-tasks-done · 44 tokens

pr-creator

Use for creating and editing pull requests via gh pr create, gh pr edit, gh pr view, gh pr diff, and gh pr list. Does NOT merge or mark ready (use pr-merger for that). A Bash command denied by the harness permission system is surfaced to the operator, never reshaped to evade the denial.

axiomantic/spellbook · 75 tokens

reviewer

Use proactively to review code for correctness, security, and quality against the kit rules. Read-only; reports findings by severity with file:line evidence.

mnzralee/claude-multi-agent-architecture · 33 tokens