← all repositories
Spielewoy/autoprompt-skill

A skill that makes coding agents review their own work

Autoprompt is a pluggable skill that routes coding agents through a multi-agent review loop, cutting Terminal-Bench 2.1 failures by 45% at the cost of heavier time and token use.

autoprompt-skill
Collecting fresh signals — velocity needs a few days of history.
collecting data…
star history

What it does Autoprompt wraps popular coding agents—Claude Code, Codex, OpenCode, and six others—in a structured workflow. You give it a goal, and it spins up subagents to plan, implement, test, review, and sign off before anything lands. The project claims a 45% drop in failures on the Terminal-Bench 2.1 benchmark, though the README admits the extra time and token costs are planning estimates, not measured results.

The interesting bit The architecture deliberately separates coordinators, managers, execution lanes, and independent checks so no single agent plans, approves, and verifies its own output. That is essentially a bureaucratic layer sold as a feature, which feels honest.

Key highlights

  • Supports nine coding-agent hosts, from mainstream tools like VS Code Copilot and Codex to newer entrants like Prime Agent and Reasonix.
  • Run controls let you cap concurrency (mode=tokensaver limits active subagents to six) or open every lane (mode=wide), with custom model routing available on only four of the nine supported hosts.
  • Benchmark evidence is published for Terminal-Bench 2.1, showing 73/89 tasks solved versus 60/89 without the skill.
  • Requires Node.js 20+, Python 3.11+, and Bash 4.3+; it is not a pure-JavaScript deployment.

Caveats

  • The 3× time and 2× token costs are planning estimates based on user reports, not retained benchmark logs.
  • Custom model routing via agents= is unavailable on five of the nine supported providers, which inherit the parent model instead.
  • It stops cold for choices that change the result or actions needing your authority, so “autonomous” is a stretch.

Verdict Worth a look if you already live inside Claude Code, Codex, or OpenCode and are tired of watching your agent confidently ship broken code. Skip it if you need fast, cheap iterations or a fully hands-off coding robot.

Frequently asked

What is Spielewoy/autoprompt-skill?
Autoprompt is a pluggable skill that routes coding agents through a multi-agent review loop, cutting Terminal-Bench 2.1 failures by 45% at the cost of heavier time and token use.
Is autoprompt-skill open source?
Yes — Spielewoy/autoprompt-skill is open source, released under the MIT license.
What language is autoprompt-skill written in?
Spielewoy/autoprompt-skill is primarily written in JavaScript.
How popular is autoprompt-skill?
Spielewoy/autoprompt-skill has 708 stars on GitHub.
Where can I find autoprompt-skill?
Spielewoy/autoprompt-skill is on GitHub at https://github.com/Spielewoy/autoprompt-skill.

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.