create the plans, run the agents, ship the fixes
run turbo-improve in this repo
- Creates one goal for the whole run.
- Uses
improveto read the repo, find improvement opportunities, and write execution-ready plans. - Uses
make-interfaces-feel-betterto add UI/interface polish plans when the repo has a frontend. - Uses
ponytailto keep plans and implementation simple, readable, and low-bloat. - Implements the plans, including existing open plans, with parallel agents when possible.
- Reviews diffs, runs checks, updates plan status, and stops only when every plan is done or deliberately retired.
Full loop:
run turbo-improve in this repo
Plan only:
run turbo-improve in this repo, but only create plans; do not implement yet
Implement existing plans:
run turbo-improve in this repo and implement the plans that already exist
Ask your agent to install it:
install this skill https://github.com/Fakamoto/turbo-improve
Agent Skills-compatible tools:
npx skills add Fakamoto/turbo-improveCodex local skill install from a cloned checkout:
git clone https://github.com/Fakamoto/turbo-improve.git
cd turbo-improve
mkdir -p "$HOME/.codex/skills"
ln -s "$PWD/skills/turbo-improve" "$HOME/.codex/skills/turbo-improve"Codex plugin metadata is included at .codex-plugin/plugin.json for setups that
package skills through Codex plugin marketplaces.
| Agent/tool | Status |
|---|---|
| Codex | Native skill folder and optional Codex plugin metadata |
| Agent Skills tools | skills/turbo-improve/SKILL.md layout |
| Claude Code | Usable as an agent skill if your setup supports Agent Skills |
| Other agents | Copy the skill folder or ask the agent to install the repo |
This repo intentionally ships no hooks. It is just instructions, so it stays portable.
skills/turbo-improve/SKILL.md # the skill
skills/turbo-improve/agents/ # UI metadata
.codex-plugin/plugin.json # optional Codex plugin metadata
assets/turbo-improve.png # README/plugin visual
