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 skills add stevesolun/micro-skills --skill micro-pipelinegit clone --depth 1 https://github.com/stevesolun/micro-skillsWrote 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/stevesolun/micro-skills/micro-pipeline)<a href="https://agentmods.dev/skills/stevesolun/micro-skills/micro-pipeline"><img src="https://agentmods.dev/badge/skills/stevesolun/micro-skills/micro-pipeline/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.
<a href="https://agentmods.dev/skills/stevesolun/micro-skills/micro-pipeline"><img src="https://agentmods.dev/badge/skills/stevesolun/micro-skills/micro-pipeline.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00074 | $0.00347 |
| Opus 5 | $0.00037 | $0.00173 |
| Sonnet 5 | $0.00015 | $0.00069 |
| Haiku 4.5 | $0.00007 | $0.00035 |
Grade A, and why
micro-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 10d 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.
What it actually says
Micro-Skill Pipeline
When this skill triggers, execute the following gated pipeline. One step at a time. Do NOT skip ahead.
Pipeline
- Scope -- Read
references/01-scope.md. Extract constraints from the request. - Plan -- Read
references/02-plan.md. Design the approach. Map components. - Build -- Read
references/03-build.md. Execute with micro-checks per component. - Check -- Read
references/04-check.md. Answer every gate question YES or NO. Any NO = fix before proceeding. - Deliver -- Read
references/05-deliver.md. Finalize and present output.
Failure Log
Look for a failure-log.md in the current project root or skill directory.
If it exists, read it before starting. Every listed pattern is a mandatory check constraint.
Rules
- Read each reference file when you reach that step, not all at once.
- Step 4 (Check) is the hard gate. "Mostly yes" counts as NO.
- On Check failure: fix, re-run full checklist, then append a one-line pattern to
failure-log.md. - For simple single-component tasks, collapse Scope+Plan into one step but never skip Check.
What ships with it
5 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.
- 10d ago First seen · 30 lines · 74 tokens per session scan A 710aee52283e
micro-pipeline is a skill published in the GitHub repository stevesolun/micro-skills (11 stars, last pushed 5mo ago), licensed MIT. It adds 74 tokens to every session and 347 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.
Other skills, from other repositories
pace-change
A change-management skill for handling changes to planned product work, such as adding, pausing, resuming, reprioritising, or modifying requirements.
pace-release
A release-management workflow for coordinating software versions from preparation through deployment and closure. A release is a planned delivery of changes to users or an environment.
pace-retro
An iteration review and measurement tool for examining project progress, delivery results, quality, defects, and related trends. An iteration is a fixed period of development work.
pace-guard
A risk-checking and tracking skill for software development work. It scans planned changes before coding, monitors risks during development, analyzes patterns across work items, and updates risk states.
pace-sync
A skill that synchronizes development-planning records with GitHub Issues. GitHub Issues are task and discussion entries attached to a software project.
pace-next
A next-step recommender for a development project.