The most powerful plugin for Claude Code β 10 agents, 5-phase TDD workflow, self-healing memory, and multi-agent orchestration. One kernel. Zero untested code.
LLM OS architecture. Memory that heals itself. TDD that never skips.
You open Claude Code. You type a prompt. Claude writes code. You hope it works.
No structure. No tests. No quality gates. Every session starts from scratch. Every complex feature turns into prompt spaghetti.
You're the project manager, QA lead, and architect β all while trying to code.
Aura Frog treats Claude Code as an Operating System β Claude is the kernel, agents are processes, and the context window is managed RAM. You describe the feature. Aura Frog dispatches the right agent, enforces a 5-phase TDD workflow, and compresses context automatically so you never lose decisions.
You approve twice. Aura Frog handles the rest.
| β Without Aura Frog | β With Aura Frog |
|---|---|
|
|
Result: Production-ready code with tests, security review, and documentation β from a single prompt.
# In Claude Code (takes 30 seconds):
/plugin marketplace add nguyenthienthanh/aura-frog
/plugin install aura-frog@aurafrogStart your first workflow:
workflow:start "Your task here"Optional: Install the af CLI for health checks outside Claude Code
# In Claude Code:
setup:cli
# Or manually:
sudo ln -sf "$HOME/.claude/plugins/marketplaces/aurafrog/scripts/af" /usr/local/bin/afThen use anywhere: af doctor, af setup remote, af measure.
Works on other platforms (skills-only mode)
| Platform | Install | What Works |
|---|---|---|
| Claude Code | /plugin marketplace add nguyenthienthanh/aura-frog |
Everything |
| OpenAI Codex | cp -r aura-frog/skills/* ~/.codex/skills/ |
Skills + commands |
| Gemini CLI | cp -r aura-frog/skills/* ~/.gemini/skills/ |
Skills + commands |
| OpenCode | cp -r aura-frog/skills/* .opencode/skills/ |
Skills + commands |
Hooks, agent detection, and MCP servers are Claude Code exclusive.
No more "write code and hope." Every feature follows RED β GREEN β REFACTOR automatically:
β Phase 1: Understand + Design β You approve the plan
β‘ Phase 2: Test RED β Failing tests written
β Phase 3: Build GREEN β You approve the implementation
β‘ Phase 4: Refactor + Review β Auto quality + security check
β‘ Phase 5: Finalize β Docs + notifications
Two approvals. Five phases. Zero untested code.
10 specialized agents activate automatically β no configuration:
"Build a React dashboard" β frontend
"Optimize the SQL queries" β architect
"Set up CI/CD pipeline" β devops
"Fix the login screen crash" β mobile
"Run a security audit" β security
All 10 agents
| Agent | When it activates |
|---|---|
lead |
Coordinates workflows, team orchestration |
architect |
System design, databases, backend (Node, Python, Laravel, Go) |
frontend |
React, Vue, Angular, Next.js + design systems |
mobile |
React Native, Flutter, Expo, NativeWind |
strategist |
ROI evaluation, MVP scoping, scope creep detection |
security |
OWASP audits, vulnerability scanning, SAST |
tester |
Jest, Cypress, Playwright, Detox, coverage |
devops |
Docker, K8s, CI/CD, monitoring |
scanner |
Project detection, config, context |
router |
Agent + model selection |
For deep tasks, 4 agents independently analyze your plan β then challenge each other:
π Architect β "How to build it"
π Tester β "How it can fail"
π€ Frontend β "How users experience it"
πΌ Strategist β "Should we even build this?"
Plans survive 4 rounds of scrutiny before a single line of code. Catches scope creep and wasted effort before it happens.
Run project:init once. Every future session instantly understands your codebase β conventions, architecture, patterns, file relationships. 12 pattern detections. 7 context files generated.
No more re-explaining your project every session.
For complex work, Aura Frog spins up a real team working in parallel:
lead
βββ architect β Designs the system
βββ frontend β Builds the UI
βββ tester β Writes tests
βββ security β Reviews for vulnerabilities
All cross-reviewing each other's work.
Only activates when needed. Simple tasks stay single-agent (saves ~3x tokens).
6 bundled servers auto-invoke when Claude needs them:
"Build with MUI" β context7 fetches current MUI docs
"Test the login page" β playwright launches a browser
"Check test coverage" β vitest runs your suite
"Deploy to Firebase" β firebase manages the project
Plus Figma design fetching and Slack notifications.
More features
Detects your patterns, remembers corrections, creates rules that persist across sessions. Optional Supabase sync for teams.
Automatically matches effort to task size β typos get direct edits, features get full workflows, architecture gets collaborative planning. No configuration.
Workflow crashed? workflow:resume. Context full? Decisions preserved across /compact. Need to pause? workflow:handoff saves everything.
All cached context is treated as a hint β agents verify against actual files before acting. State only updates after confirmed success (Strict Write Discipline). No stale assumptions propagate.
MicroCompact (free, every 10 turns) β AutoCompact (one /compact call at 80%) β ManualCompact (full session snapshot). Context stays lean. Decisions survive.
3-tier rule loading (~75% less context), conditional hooks (~40% fewer executions), agent detection caching, session start caching (<1s repeat sessions).
| Component | Count | Why it matters |
|---|---|---|
| Agents | 10 | Right expert auto-selected per task |
| Skills | 44 | 8 auto-invoke on context, 36 on-demand |
| Commands | 90 | 5 bundled menus β discoverability built in |
| Rules | 45 | 3-tier loading β only what's needed per phase |
| Hooks | 35 | Conditional β skip processing for non-code files |
| MCP Servers | 6 | Zero-config, auto-invoked |
Full workflow target: β€30K tokens across all 5 phases.
| Mode | Command | Best for |
|---|---|---|
| Full Workflow | workflow:start "task" |
New features, production code |
| Fast-Track | fasttrack: <specs> |
Pre-approved specs |
| Quick Fix | bugfix:quick "fix" |
Small bugs with TDD |
| Refactor | refactor "file" |
Code cleanup |
| All Documentation | docs/README.md |
| Getting Started | GET_STARTED.md |
| First Workflow Tutorial | FIRST_WORKFLOW_TUTORIAL.md |
| All Commands (90) | commands/README.md |
| All Skills (44) | skills/README.md |
| Agent Teams Guide | AGENT_TEAMS_GUIDE.md |
| MCP Setup | MCP_GUIDE.md |
| Hooks & Lifecycle | hooks/README.md |
| Troubleshooting | TROUBLESHOOTING.md |
| Changelog | CHANGELOG.md |
Claude = Kernel Context Window = RAM Project Files = Disk
Agents = Processes 5-Phase TDD = Scheduler MCP = Device Drivers
TOON = Compression Approval Gates = Interrupts Handoffs = IPC
aura-frog/
βββ agents/ 10 processes (auto-dispatched per task)
βββ skills/ 44 skills (8 auto-invoke + 36 on-demand)
βββ commands/ 90 commands (5 bundled menus)
βββ rules/ 45 rules (13 core + 15 agent + 17 workflow)
βββ hooks/ 35 lifecycle hooks (conditional execution)
βββ scripts/ 43 utility scripts
βββ docs/ AI reference docs (phases, TOON refs)
βββ .mcp.json 6 device drivers (MCP servers)
We welcome contributions β especially new MCP integrations, agents, skills, and bug fixes. See CONTRIBUTING.md or submit an issue.
Godot and SEO/GEO modules available as separate addons.
MIT β See LICENSE
Install Now Β· Tutorial Β· Report Issue
Built by @nguyenthienthanh Β· Changelog