by marcuspat
Agentic dev environment for DevPods, Codespaces & Rackspace Spot — one-command setup of Ruflo orchestration (215+ MCP tools, 60+ agents upstream).
# Add to your Claude Code skills
git clone https://github.com/marcuspat/turbo-flowLast scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:57:47.408Z",
"npmAuditRan": true,
"pipAuditRan": true
}turbo-flow is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by marcuspat. Agentic dev environment for DevPods, Codespaces & Rackspace Spot — one-command setup of Ruflo orchestration (215+ MCP tools, 60+ agents upstream). It has 172 GitHub stars.
Yes. turbo-flow passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/marcuspat/turbo-flow" and add it to your Claude Code skills directory (see the Installation section above).
turbo-flow is primarily written in Shell. It is open-source under marcuspat on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh turbo-flow against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Complete Agentic Development Environment — Ruflo v3.5 + Beads + Worktrees + Agent Teams
Built & Presented by Adventure Wave Labs
Quick Start • Installation • Plugins • Commands • Migration • Resources

A real, unedited run of the full onboarding chain — codespace_setup.sh →
setup.sh → post-setup.sh → tmux-workspace.sh (11 install steps, 6-plugin
verify: Claude Code, Ruflo v3.5, Dolt + Beads, GitNexus, OpenSpec) — sped up,
then a real reattach to the live tmux session it creates: a tour through all
four workspace windows (Claude-2, Claude-Monitor, a live htop), then the
real claude CLI launched through to its actual login screen. Not a mockup,
not a scripted animation — no API key on the recording box, so that's the
genuine first-run auth screen. Recorded with
VHS from demo/demo-a-setup.tape +
demo/demo-b-tmux-claude.tape (demo/build-demo.sh reproduces it end to end).
Adventure Wave Labs is the team behind Turbo Flow, a complete agentic development environment built for the Claude ecosystem. We design, build, and maintain the packaging, setup automation, plugin curation, and workflow integration that brings together orchestration, memory, codebase intelligence, and agent isolation into a single streamlined install. The orchestration core itself — the 215+ MCP tools and 60+ agents referenced throughout this README — is Ruflo v3.5, built by ruvnet ("rUv"); Turbo Flow integrates and configures it rather than building it from scratch.
| Metric | v3.4.1 | v4.0.0 | Change |
|---|---|---|---|
| Installation Steps | 15 | 10 | -5 (consolidated) |
| Core Packages | 4 separate | 1 (Ruflo) | -75% |
| MCP Tools | 175+ | 215+ | +23% |
| Agents | 60+ | 60+ | — |
| Plugins | 15 | 6 | -9 (redundant removed) |
| Cross-session Memory | None | Beads | New |
| Agent Isolation | None | Git Worktrees | New |
| Codebase Graph | None | GitNexus | New |
| UI/UX Skill | Yes | Yes | Kept |
| Statusline | Yes | Yes | Updated to 4.0 |
npx ruflo@latest init replaces 4 separate installsclaude-flow@alpha, @ruvector/cli, @ruvector/sona, @claude-flow/browser → bundled in Ruflo+------------------------------------------------------------------+
| TURBO FLOW v4.0 — Adventure Wave Labs |
+------------------------------------------------------------------+
| INTERFACE |
| +---------------+ +---------------+ +---------------+ |
| | Claude Code | | Open WebUI | | Statusline | |
| | CLI | | (4 instances)| | Pro v4.0 | |
| +---------------+ +---------------+ +---------------+ |
+------------------------------------------------------------------+
| ORCHESTRATION: Ruflo v3.5 |
| 60+ Agents | 215+ MCP Tools | Auto-activated Skills |
| AgentDB v3 | RuVector WASM | SONA | 3-Tier Model Routing |
| 59 MCP Browser Tools | Observability | Gating |
+------------------------------------------------------------------+
| PLUGINS (6) |
| +--------------------------------------------------------------+ |
| | Agentic QE | Code Intel | Test Intel | Perf | Teammate | Gas | |
| +--------------------------------------------------------------+ |
+------------------------------------------------------------------+
| CODEBASE INTELLIGENCE: GitNexus |
| Knowledge Graph | Blast Radius Detection | MCP Server |
+------------------------------------------------------------------+
| MEMORY (Three-Tier) |
| +---------------+ +---------------+ +---------------+ |
| | Beads | | Native Tasks | | AgentDB | |
| | project/git | | session | | + RuVector | |
| | JSONL | | ~/.claude/ | | WASM accel | |
| +---------------+ +---------------+ +---------------+ |
+------------------------------------------------------------------+
| ISOLATION |
| Git Worktrees per Agent | PG Vector Schema per Worktree |
| Auto GitNexus Indexing | Agent Teams (experimental) |
+------------------------------------------------------------------+
| SKILLS |
| UI UX Pro Max | OpenSpec | 36+ Ruflo Auto-activated Skills |
+------------------------------------------------------------------+
| INFRASTRUCTURE |
| DevPod | Codespaces | Rackspace Spot |
+------------------------------------------------------------------+
brew install loft-sh/devpod/devpod
choco install devpod
curl -L -o devpod "https://github.com/loft-sh/devpod/releases/latest/download/devpod-linux-amd64"
sudo install devpod /usr/local/bin
# DevPod (recommended)
devpod up https://github.com/marcuspat/turbo-flow --ide vscode
# Codespaces
# Push to GitHub → Open in Codespace → runs automatically
# Manual
git clone https://github.com/marcuspat/turbo-flow -b main
cd turbo-flow
chmod +x devpods/setup.sh
./devpods/setup.sh
source ~/.bashrc
turbo-status
The devpods/setup.sh script installs the complete stack in 10 automated steps:
| Package | Purpose |
|---|---|
build-essential |
C/C++ compiler (gcc, g++, make) |
python3 |
Python runtime |
git |
Version control |
curl |
HTTP client |
jq |
JSON processor (required for statusline) |
Node.js 20+ |
JavaScript runtime (required by Ruflo v3.5) |
| Component | Purpose |
|---|---|
Claude Code |
Anthropic's agentic coding CLI |
Ruflo v3.5 |
Orchestration engine — replaces claude-flow@alpha |
| Ruflo MCP | Registered as MCP server in Claude Code |
| Ruflo Doctor | Auto-diagnostic and fix pass |
Ruflo v3.5 bundles: AgentDB v3, RuVector WASM, SONA, 215 MCP tools, 60+ agents, skills system, 3-tier model routing, 59 browser automation MCP tools, observability, gating
| Plugin | Purpose |
|---|---|
| Agentic QE | 58 QE agents — TDD, coverage, security scanning, chaos engineering |
| Code Intelligence | Code analysis, pattern detection, refactoring suggestions |
| Test Intelligence | Test generation, gap analysis, flaky test detection |
| Perf Optimizer | Performance profiling, bottleneck detection |
| Teammate Plugin | Bridges Native Agent Teams with Ruflo swarms (21 MCP tools) |
| Gastown Bridge | WASM-accelerated orchestration, Beads sync (20 MCP tools) |
| OpenSpec | Spec-driven development (independent npm package) |
| Component | Purpose |
|---|---|
uipro-cli |
Design system skill — component patterns, accessibility, responsive layouts, design tokens |
| Component | Purpose |
|---|---|
GitNexus |
Indexes dependencies, call chains, execution flows |
| GitNexus MCP | Registered as MCP server — blast-radius detection |
| Component | Purpose |
|---|---|
@beads/bd |
Git-native JSONL project memo |