Reusable workflows for planning, building, reviewing, and shipping with Claude Code and Codex.
$ npx -y skills add tobihagemann/turbo --agent claude-code
What's inside
Turbo gives Claude Code and Codex a repeatable development process, packaged as Markdown skills. Use a skill for a single task, or combine them into a workflow that takes a change from idea to pull request.
Claude Code: production-tested · Codex: experimental, with skill parity but less real-world use
Get started · What you can do · Browse the guides
Plan → Implement → Finalize
Start with a change you want to make:
/turboplan add password reset to the app
Turbo assesses the scope and helps you settle the approach. Clear-scope changes proceed to implementation after you agree on the shape. When the approach needs a written plan, Turbo drafts and reviews one; you then run /implement-plan in a fresh session.
Once a plan's steps are complete, /finalize runs checks, reviews and polishes the changes, updates documentation and the changelog, captures lessons, and takes you through shipping. For work without a plan file, /implement offers full finalization, a quicker close, or stopping. You can also run /finalize on work you built yourself.
Examples use Claude Code's /skill-name syntax. In Codex, use $skill-name:
$turboplan add password reset to the app
Paste this into Claude Code or Codex:
Walk me through the Turbo setup. Read SETUP.md from the tobihagemann/turbo repo and follow the guide for your edition.
The agent selects your edition, installs the skills, and walks you through tools and configuration interactively.
Prefer to read the steps first? Open the Claude Code setup or Codex setup guide.
Pipeline workflows are context-heavy. Peer review uses the other coding agent, so access to both gives you the full workflow. You can replace those review skills to suit your setup. See access and prerequisites for details.
You can start with any of these skills; you don't need to learn the whole pipeline first.
| I want to… | Claude Code | Codex |
|---|---|---|
| Plan and build a change | /turboplan | $turboplan |
| Understand a failing test or bug | /investigate | $investigate |
| Review a pull request | /review-pr | $review-pr |
| Finish and ship a change | /finalize | $finalize |
| Check project health | /audit | $audit |
| Get oriented in a new codebase | /onboard | $onboard |
Skills also work naturally in a request: tests are failing in the auth module, can you please /investigate?
See more prompt examples for dependency updates, UI testing, PR feedback, and other everyday tasks.
/self-improve captures corrections and project conventions in instructions, memory, and skills, so future sessions can build on what you've learned.You stay involved in choosing the approach and reviewing the result. Turbo works best alongside the checks and engineering judgment you already bring to a project.
If Turbo helps you ship, consider sponsoring my open source work.
Distributed under the MIT License.
FAQ
turbo is a Claude Code plugin with 79 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes answer-reviewer-questions, apply-findings, assess-technical-debt. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it