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 ulpi-io/autonomous-engineering --skill autonomous-pipelinegit clone --depth 1 https://github.com/ulpi-io/autonomous-engineeringWrote 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/ulpi-io/autonomous-engineering/autonomous-pipeline)<a href="https://agentmods.dev/skills/ulpi-io/autonomous-engineering/autonomous-pipeline"><img src="https://agentmods.dev/badge/skills/ulpi-io/autonomous-engineering/autonomous-pipeline.svg" alt="Measured on agentmods" 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.00215 | $0.08628 |
| Opus 5 | $0.00108 | $0.04314 |
| Sonnet 5 | $0.00043 | $0.01726 |
| Haiku 4.5 | $0.00021 | $0.00863 |
Grade A, and why
autonomous-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 8d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
27 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.
- references/authorization-contract.md 8.0 KB
- references/budget-contract.md 6.8 KB
- references/cli-contract.md 7.0 KB
- references/pipeline-state.md 14 KB
- references/pipeline-workflow.js 46 KB runs code
- scripts/capture-intake.mjs 3.1 KB runs code
- scripts/lib/authorization.mjs 26 KB runs code
- scripts/lib/budget-ledger.mjs 25 KB runs code
- scripts/lib/build-engine.mjs 26 KB runs code
- scripts/lib/cli-contract.mjs 12 KB runs code
- scripts/lib/codex-executor.mjs 9.6 KB runs code
- scripts/lib/delegation-config.mjs 17 KB runs code
- scripts/lib/delegation-receipts.mjs 22 KB runs code
- scripts/lib/git-integration.mjs 32 KB runs code
- scripts/lib/git-workspaces.mjs 22 KB runs code
- scripts/lib/handoff-contract.mjs 35 KB runs code
- scripts/lib/handoff-executor.mjs 11 KB runs code
- scripts/lib/intake-scope.mjs 11 KB runs code
- scripts/lib/phase-engine.mjs 27 KB runs code
- scripts/lib/pipeline-engine.mjs 50 KB runs code
- scripts/lib/pipeline-state.mjs 18 KB runs code
- scripts/lib/process-runner.mjs 8.5 KB runs code
- scripts/lib/review-panel.mjs 21 KB runs code
- scripts/lib/runtime-prompts.mjs 20 KB runs code
- scripts/lib/runtime-wiring.mjs 23 KB runs code
- scripts/lib/validation-contract.mjs 5.5 KB runs code
- scripts/pipeline.mjs 9.6 KB runs code
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.
- 8d ago First seen · 464 lines · 215 tokens per session scan A 3c047160846f
autonomous-pipeline is a skill published in the GitHub repository ulpi-io/autonomous-engineering (2 stars, last pushed 21d ago), with no licence file. It adds 215 tokens to every session and 8,628 once invoked, about $0.0011 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.
Other skills, from other repositories
agent-loop-ext
Crash-resilient external agent loop with state persistence and CI/CD integration.
gh-ci-analyzer
A guide for using GitHub’s command-line tool to investigate failed GitHub Actions runs. GitHub Actions is GitHub’s system for automatically building, testing, and deploying code.
dxkit-uninstall
Cleanly and non-intrusively remove dxkit from a repo, restoring its exact pre-dxkit state — reverse every additive merge (settings.json, CLAUDE.md, .gitignore, package.json), delete every file dxkit created, and clean up hooks + CI + the .dxkit/ tree. Dry-run first. Use when the user says "remove dxkit", "uninstall…
deploy-website
Deploy the markmhendrickson website: sync markdown edits to Neotoma, export website data, regenerate cache, update the CI export secret, push the website repo, and verify GitHub Actions.
repo-quality-maksimalisasi
Evaluate and maximize GitHub repo quality from 7/10 to 10/10 perfect.
ci-cd-pipeline
Use when setting up CI for a new project, refactoring existing pipelines, migrating between platforms, or standardising deployment workflows. Triggers on "set up CI/CD", "GitHub Actions", "GitLab CI", "pipeline for this repo", "deployment workflow", or "why is CI slow".