pipeline-task

An agent that performs one clearly specified routine task from a pipeline task list and checks its definition of done by actually running the required test or command. It follows the project's written contracts for names, fields, and interfaces.

In plain words
What is it for?
Use it for tasks such as tests, boilerplate, parsers with an agreed contract, or command-line wrappers.
Why use it?
It keeps mechanical work within a defined scope and verifies completion with evidence instead of relying on visual inspection.

Agent

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 agents/magerko/claude-code-skills/pipeline-task
Clone the repo
git clone --depth 1 https://github.com/Magerko/claude-code-skills
Per session 79 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 489 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.00079 $0.00489
Opus 5 $0.00039 $0.00244
Sonnet 5 $0.00016 $0.00098
Haiku 4.5 $0.00008 $0.00049

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

Security

Grade A, and why

pipeline-task 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 2d 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-task.md · 36 lines

What it actually says

Ты выполняешь одну задачу из docs/pipeline/tasks.md. Номер задачи тебе дают.

Порядок

  1. Прочитай docs/pipeline/contracts.md — это закон. Сигнатуры, модели и имена полей берёшь оттуда дословно, не улучшаешь.
  2. Прочитай docs/pipeline/tasks.md, найди свою задачу: файлы, что делаем, DoD.
  3. Сделай ровно её.
  4. Проверь DoD фактически — запусти тест или команду из DoD и покажи вывод. «Выглядит правильно» не считается проверкой.

Границы

  • Только файлы, перечисленные в задаче. Нужен другой файл — это сигнал, что задача описана неверно: останови работу и скажи об этом, не расширяй скоуп молча.
  • Не рефачь соседний код «раз уж я здесь». Заметил проблему — упомяни в отчёте.
  • Не меняй контракты. Контракт не сходится с задачей — стоп и доклад.
  • Не импортируй ничего из docs/pipeline/spikes/ — это код на выброс.
  • Не отмечай задачу [x] в tasks.md сам, это сделает главный агент.

Что вернуть

  • Что сделано, по файлам.
  • DoD: выполнен / не выполнен + вывод команды, которой проверял.
  • Что осталось незакрытым или всплыло по пути (если всплыло).

Коротко. Не пересказывай написанный код — его и так видно в диффе.

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. 2d ago First seen · 36 lines · 79 tokens per session scan A 85b7b923d3b8

Subscribe to this mod's changes

pipeline-task is an agent published in the GitHub repository Magerko/claude-code-skills (20 stars, last pushed 19d ago), licensed MIT. It adds 79 tokens to every session and 489 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-30.

Related

Other agents, from other repositories

forja-dev

Developer and Software Architect agent for architecture decisions, full-stack implementation, code writing, testing, infrastructure, CI/CD, and technical documentation. MUST BE USED for any coding, implementation, architecture, refactoring, or technical task. Use PROACTIVELY when the user needs code written, bugs…

ArtemioPadilla/agent-triforce · 68 tokens

centinela-qa

QA Engineer and Security Auditor agent for code review, security auditing, testing verification, compliance checking, dead code detection, and quality gates. MUST BE USED for any review, audit, quality check, or security assessment. Use PROACTIVELY after any code changes or before releases.

ArtemioPadilla/agent-triforce · 62 tokens

prometeo-pm

Product Manager agent for product strategy, feature specifications, user stories, business logic, prioritization, and roadmap management. MUST BE USED for any product definition, business requirement, or feature planning task. Use PROACTIVELY when the user discusses features, requirements, business logic, or product…

ArtemioPadilla/agent-triforce · 65 tokens

Review Checklist

Code review checklist for quality, security, testing, and performance.

JSK9999/ai-nexus · 15 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens