nguyenthienthanh/aura-frog
Aura Frog — AI-powered structured development plugin for Claude Code Turn Claude Code into a full-fledged dev platform: Aura Frog brings 24 specialized agents, a 9-phase TDD workflow, built-in quality gates and 70+ commands so your team doesn’t need to manually draft prompts — just call the right command and follow guided instructions.
npx skills add nguyenthienthanh/aura-frogREADME

Aura Frog
A Plugin for Claude Code
Code with main character energy
AI-powered development plugin for Claude Code with 11 specialized agents, 9-phase TDD workflow, auto model routing (Haiku/Sonnet/Opus), self-improving learning system, and bundled MCP servers.
At a Glance
| Agents | Bundled Commands | Auto Skills | Rules | MCP Servers |
|---|---|---|---|---|
| 11 | 6 | 13 | 50 | 6 |
What's Inside:
- 11 Specialized Agents — Consolidated: architect, ui-expert, mobile-expert, game-developer, qa, security, devops
- 6 Bundled Commands —
/workflow,/test,/project,/quality,/bugfix,/seo(each with submenus) - 13 Auto-Invoking Skills — Agent detection, model routing, workflow, testing, SEO bundles
- 32 Reference Skills — Framework experts, SEO experts, loaded on-demand by bundles
- 6 MCP Servers — Context7, Playwright, Vitest, Firebase, Figma, Slack
- 50 Quality Rules — System, code quality, architecture, workflow, UI, SEO
- 9-Phase Workflow — From requirements to deployment with only 2 approval gates
- Model Routing — Auto-select Haiku/Sonnet/Opus for 30-50% cost savings
- Learning System — Self-improvement via local storage or Supabase
Quick Start
Prerequisites
- Claude Code — Install Anthropic's CLI first
- Git — Version control
- Node.js 18+ or your project's runtime
Installation
In Claude Code terminal:
# Step 1: Add Aura Frog Marketplace (one-time)
/plugin marketplace add nguyenthienthanh/aura-frog
# Step 2: Install Aura Frog Plugin
/plugin install aura-frog@aurafrog
# Step 3: Create local settings (required)
cd ~/.claude/plugins/marketplaces/aurafrog/aura-frog/
cp settings.example.json settings.local.json
Updating
# Update to latest version
/plugin marketplace update aurafrog
First Workflow
# Initialize your project (recommended)
project:init
# Start your first workflow
workflow:start "Implement user authentication"
Follow the Flow
At each phase, review and respond:
approveoryes— Continue to next phasereject: <reason>— Restart current phasemodify: <changes>— Adjust deliverables
See: aura-frog/QUICKSTART.md for quickstart | aura-frog/GET_STARTED.md for full guide
Overview
Aura Frog is a plugin for Claude Code (Anthropic's official CLI for Claude) that transforms it into a structured development platform with specialized agents, enforced TDD, and quality gates at every step.
What is Claude Code? Claude Code is Anthropic's agentic coding tool that operates in your terminal, understands your codebase, and helps you code faster through natural conversation. Aura Frog extends Claude Code with structured workflows and specialized agents.
Why Aura Frog?
| Traditional Development | With Aura Frog |
|---|---|
| Manual task management | AI-powered 9-phase workflow |
| Generic AI responses | 15 specialized agents auto-selected |
| Testing as afterthought | TDD enforced (RED → GREEN → REFACTOR) |
| Ad-hoc code review | Multi-agent cross-review built-in |
| Context switching | CLI-first with 82 commands |
| Manual documentation | Auto-generated docs |
| Manual integrations | Bundled MCP servers (Figma, Slack, etc.) |
Result: 60-70% reduction in PM overhead while improving code quality.
Key Features
11 Specialized Agents (Consolidated in v1.17.0)
Agents auto-activate based on your prompt context. v1.17.0 consolidated 15 agents into 11 for better routing:
Development (4)
| Agent | Specialization |
|---|---|
architect | System design, database, backend (Node.js, Python, Laravel, Go) — NEW: replaces backend-expert + database-specialist |
ui-expert | Frontend (React, Vue, Angular, Next.js) + design systems — NEW: replaces web-expert + ui-designer |
mobile-expert | React Native, Flutter — Expo, cross-platform, NativeWind |
game-developer | Godot game development, |
...