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.

3 stars2 forksUpdated Jan 22, 2026
npx skills add nguyenthienthanh/aura-frog

README

Aura Frog

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.

Version License Claude Code PRs Welcome

Quick Start | Features | Documentation | Contributing


At a Glance

AgentsBundled CommandsAuto SkillsRulesMCP Servers
11613506

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:

  • approve or yes — Continue to next phase
  • reject: <reason> — Restart current phase
  • modify: <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 DevelopmentWith Aura Frog
Manual task managementAI-powered 9-phase workflow
Generic AI responses15 specialized agents auto-selected
Testing as afterthoughtTDD enforced (RED → GREEN → REFACTOR)
Ad-hoc code reviewMulti-agent cross-review built-in
Context switchingCLI-first with 82 commands
Manual documentationAuto-generated docs
Manual integrationsBundled 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)
AgentSpecialization
architectSystem design, database, backend (Node.js, Python, Laravel, Go) — NEW: replaces backend-expert + database-specialist
ui-expertFrontend (React, Vue, Angular, Next.js) + design systems — NEW: replaces web-expert + ui-designer
mobile-expertReact Native, Flutter — Expo, cross-platform, NativeWind
game-developerGodot game development,

...

Read full README