turbo-boost

Orchestrates parallel coding agents with blind testing and adversarial verification.

Updated Sep 17, 2026
One-click install
npx skills add https://github.com/Kabirsharmasans/antigravity-boost-skills --skill turbo-boost-kabirsharmasans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: turbo-boost
Source: https://github.com/Kabirsharmasans/antigravity-boost-skills/tree/main/turbo-boost
Command: npx skills add https://github.com/Kabirsharmasans/antigravity-boost-skills --skill turbo-boost-kabirsharmasans

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Single-agent coding and investigation workflows are slow and lack verification, so errors and weak solutions reach the user unchecked. This Skill races multiple parallel agents with competing approaches and adversarially verifies the winner before applying it. ## Core Features & Use Cases - Parallel Racing: Spawns 3-5 Flash workers (Trio or Squad mode) that implement genuinely different approaches to the same coding or investigation task simultaneously. - Blind Test Designer: Writes a full test suite without ever seeing any proposed solution, covering happy paths, edge cases, hostile inputs, and concurrency. - Tournament Selection & Breaker Agent: Scores competing solutions against weighted criteria, then a Breaker Agent runs hostile input fuzzing and mutation testing to destroy the winner before it ships. - Use Case: Ask it to fix a tricky bug or implement a feature; it races five coders, blind-tests the approaches, picks a winner, attacks it with a Breaker Agent, polishes any critical issues, and applies the verified solution to your project. ## Quick Start Run /turbo-boost on my task to refactor the authentication module and choose Squad mode when prompted.

Frequently Asked Questions about turbo-boost

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run parallel coding agents on a task?

Invoke /turbo-boost with your task and pick Trio mode (3 coders) or Squad mode (5 coders). A conductor agent spawns the workers, each implementing a different approach, then scores and verifies the results before applying the winner.

What is blind test generation in multi-agent coding?

A Blind Test Designer writes tests based only on the task requirements, never seeing any proposed solution. This prevents tests from being biased toward a particular implementation and exposes gaps that solution-aware tests would miss.

Can turbo-boost handle investigation tasks instead of coding?

Yes, it auto-detects investigation tasks and spawns parallel investigators instead of coders. Findings are cross-compared for corroboration, and a Devil's Advocate agent attempts to disprove each conclusion before the final report.

What happens when all parallel coding approaches fail?

A circuit breaker triggers when every solution scores below 50 percent in tournament selection. No code is applied; instead you receive a failure report recommending a deeper serial approach with higher-capability models.

When should I not use parallel agent swarms for coding?

Skip it for trivial changes like typo fixes or single-line edits; the conductor handles those directly without spawning workers. Very complex tasks may also exceed Flash worker capability, in which case serial reasoning is recommended.