turbo

Installation
SKILL.md

Turbo

Direct code generation via hosted LLM. Claude writes the contract, Cerebras implements the code, files are written directly to disk.

Announce: "I'm using speed-run:turbo for hosted code generation."

When to Use

Use turbo for:

  • Algorithmic code (rate limiters, parsers, state machines)
  • Multiple files (3+)
  • Boilerplate-heavy implementations
  • Token-constrained sessions

Use Claude direct instead for:

  • CRUD/storage operations (Claude is cheaper due to no fix overhead)
  • Single implementation with complex coordination
  • Speed-critical tasks where fix cycles are costly
Related skills

More from 2389-research/claude-plugins

Installs
5
GitHub Stars
31
First Seen
Mar 9, 2026