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 agentmods add skills/spielewoy/autoprompt-skill/codexnpx skills add Spielewoy/autoprompt-skill --skill codexgit clone --depth 1 https://github.com/Spielewoy/autoprompt-skillWrote 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/spielewoy/autoprompt-skill/codex)<a href="https://agentmods.dev/skills/spielewoy/autoprompt-skill/codex"><img src="https://agentmods.dev/badge/skills/spielewoy/autoprompt-skill/codex.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.00056 | $0.02577 |
| Opus 5 | $0.00028 | $0.01288 |
| Sonnet 5 | $0.00011 | $0.00515 |
| Haiku 4.5 | $0.00006 | $0.00258 |
Grade A, and why
autoprompt 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Autoprompt
Autoprompt is a useful-first orchestration loop. It stores the mission once, produces one independently approved executable roadmap, dispatches implementation-ready lanes directly, and proves the delivered behavior with real tests and fresh review.
1. Start contract
The invocation authorizes the mission. Do not ask the user to restate, narrow, or approve it.
Loading the skill or invoking it without a mission never starts or resumes a run, regardless of leftover artifacts. A bare invocation performs only the section-10 frontier check, reports the result, and stops.
Before spawning, resolve only undefined operator knobs:
- Concurrency:
tokensaver(default, up to six live),wide/billionaire(all ready disjoint work up to the global ceiling), orcustom max_subs=N. - Agent selection:
off/inherit,auto, or an explicit model list. First state effort capability as exactlyselectable,inherited-only,unsupported, orunknown; name the verified maximum only when selectable.
In an attended session, ask all undefined knobs in one question before repository/tool work. In an unattended supervisor run, do not ask: default to tokensaver and agents=off and record the assumptions. A permission-bypass flag is not unattendedness.
After the chooser, dispatch the L1 scope coordinator ap-scope-coordinator; it dispatches the useful-first roadmap author. There is no separate intake round trip and no mandatory preflight agent.
An invoked mission always enters orchestration: the bounded scope topology is the minimum topology, and the main agent never silently self-triages an invoked mission into direct execution. Skipping or narrowing dispatch is an explicit decision recorded in GATELOG.md with its rationale, never a silent one.
2. Capability fast path
A supervisor may provide a versioned capability attestation bound to provider/runtime, CLI version, permission profile, agent selector, agent-definition hash, casting hash, effort status/source, and exact RUN/READ/WRITE success. Use it only when every binding matches the live launch. Missing, malformed, stale, unknown, or contradictory values are safe misses.
What ships with it
55 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.
- agents/ap-arbiter.toml 3.0 KB
- agents/ap-depth-prober.toml 3.5 KB
- agents/ap-execharness-resolver.toml 3.6 KB
- agents/ap-feature-coordinator.toml 3.6 KB
- agents/ap-framework-generator.toml 3.5 KB
- agents/ap-framework-validator.toml 3.3 KB
- agents/ap-fresh-verifier.toml 2.5 KB
- agents/ap-goal-checker.toml 4.5 KB
- agents/ap-implementer.toml 4.4 KB
- agents/ap-intake.toml 2.2 KB
- agents/ap-janitor.toml 2.7 KB
- agents/ap-juror.toml 2.8 KB
- agents/ap-manager.toml 4.3 KB
- agents/ap-planner.toml 2.6 KB
- agents/ap-preflight-probe.toml 2.4 KB
- agents/ap-re-anchor.toml 2.4 KB
- agents/ap-researcher.toml 4.0 KB
- agents/ap-reviewer.toml 2.7 KB
- agents/ap-scope-coordinator.toml 4.0 KB
- agents/ap-scoper.toml 3.8 KB
- agents/ap-scribe.toml 2.9 KB
- agents/ap-sweep-coordinator.toml 3.1 KB
- agents/ap-sweeper.toml 2.5 KB
- agents/ap-synthesizer.toml 2.5 KB
- agents/ap-verifier.toml 2.7 KB
- agents/openai.yaml 43 B
- agents/README.md 978 B
- frameworks/apply.md 5.0 KB
- frameworks/backend-build.md 5.5 KB
- frameworks/backend-fix.md 8.7 KB
- frameworks/backend-implement.md 5.5 KB
- frameworks/composition.md 4.2 KB
- frameworks/docs.md 4.8 KB
- frameworks/frontend-build.md 5.0 KB
- frameworks/frontend-fix.md 6.1 KB
- frameworks/frontend-implement.md 5.1 KB
- frameworks/frontend-review.md 6.8 KB
- frameworks/generation.md 5.0 KB
- frameworks/plan-design.md 3.5 KB
- frameworks/plan-research.md 4.1 KB
- frameworks/plan-scope.md 4.6 KB
- frameworks/polish.md 5.2 KB
- frameworks/QUICKSTART.md 3.7 KB
- frameworks/README.md 9.1 KB
- frameworks/refactor.md 5.8 KB
- GATES.md 17 KB
- MODES.md 8.7 KB
- PLAYBOOKS.md 7.3 KB
- README.md 530 B
- VERSION 6 B
- workflow/codex-agent-casting.js 14 KB runs code
- workflow/codex-agent-profile.js 7.5 KB runs code
- workflow/phase-budget.js 5.6 KB runs code
- workflow/supervisor.ps1 74 KB runs code
- workflow/supervisor.sh 61 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.
- 6d ago First seen · 121 lines · 56 tokens per session scan A 3ca83c779450
autoprompt is a skill published in the GitHub repository Spielewoy/autoprompt-skill (996 stars, last pushed today), licensed MIT. It adds 56 tokens to every session and 2,577 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-30.
Other skills, from other repositories
espalier-migrate
Migrate an existing harness/espalier install to the current Espalier version — auto-detects which of v0.1→v0.2, v0.3→v0.4, v0.4→v0.5, the v0.5.3 coder-agent patch, v0.5→v0.6 (Stage 1 grill), v0.6→v0.7 (read-only /espalier-ask lane), v0.7→v0.8 (requirements approval gate), the v0.8.1 impact-analysis agent patch, the…
orchestration-team
Operating manual for the orchestration pod. Covers lead vs peer roles, monitoring with rig commands, permission handling, implementation pair gating, dogfood loops, review routing, agent behavioral models, intervention discipline, and communication culture.
design-engineering
Apply interface craft when building or reviewing UI - motion, easing, timing, springs, component feel, and visual foundations. Use when building a component, animation, transition, hover or press state, modal, drawer, toast, or when polishing an interface so it feels right. Says "make this feel better", "add an…
skill-router
The index of every pro-workflow skill and command, grouped by job, with when to reach for each and whether it is human-run or auto-triggered. Use when you are not sure which skill fits, want the full map, or ask "what can this do", "which skill for X", "list the workflow".
wiki-research-loop
Auto-grow a pro-workflow wiki by running a budget-capped BFS research loop over pluggable source fetchers (web, arXiv, GitHub). Each iteration pops a seed from the queue, fetches sources, drafts a wiki page, dedupes claims against existing pages, enqueues follow-up seeds. Halts on budget cap, depth cap, or…
mcp-audit
Audit connected MCP servers for token overhead, redundancy, and security. Use when sessions feel slow or before adding new MCPs.