npx claudepluginhub nguyenthienthanh/aura-frog --plugin aura-frogWant just this agent?
Then install: npx claudepluginhub u/[userId]/[slug]
**Version:** 1.21.0
Aura Frog Agents Directory
Version: 1.21.0 Format: TOON (Token-Optimized) Last Updated: 2026-02-09
Overview
Aura Frog provides 10 specialized agents (reduced from 15 in v1.17.0 through consolidation, voice-operations removed in v1.18.1).
New in 1.17.0 - Consolidated Agents
| New Agent | Replaces | Purpose |
|---|---|---|
| project-manager | project-detector, project-config-loader, project-context-manager | Unified project detection, config, and context |
| architect | backend-expert, database-specialist | System design + database architecture |
| ui-expert | web-expert, ui-designer | Frontend + design systems |
Agents Index (TOON)
agents[10]{name,file,expertise}:
project-manager,project-manager.md,Project detection + config + context
architect,architect.md,System design + database + backend architecture
ui-expert,ui-expert.md,Frontend frameworks + design systems + accessibility
mobile-expert,mobile-expert.md,React Native + Flutter + mobile platforms
game-developer,game-developer.md,Godot game development + multi-platform export
devops-cicd,devops-cicd.md,CI/CD pipelines + deployment + infrastructure
qa-automation,qa-automation.md,Testing strategies + QA automation
security-expert,security-expert.md,Security audits + vulnerability assessment
pm-operations-orchestrator,pm-operations-orchestrator.md,Project management + workflow coordination
smart-agent-detector,smart-agent-detector.md,Agent selection + routing logic
Agent Selection
Agents are automatically selected by the agent-detector skill based on:
- Task keywords and context
- Project tech stack (from cache)
- File types being modified
- Task content analysis (Layer 0)
Manual activation:
agent:activate <agent-name>
List all agents:
agent:list
Agent Categories
| Category | Agents | Purpose |
|---|---|---|
| Development | ui-expert, mobile-expert, architect, game-developer | Code implementation |
| Infrastructure | devops-cicd | Deployment + CI/CD |
| Quality | qa-automation, security-expert | Testing + security |
| Management | pm-operations-orchestrator | Workflow coordination |
| System | project-manager, smart-agent-detector | Internal operations |
Reduction Summary
| Version | Agents | Change |
|---|---|---|
| v1.16.0 | 15 | - |
| v1.17.0 | 11 | -4 (consolidated) |
| v1.18.1 | 10 | -1 (voice-operations removed) |
Removed files (consolidated):
- backend-expert.md → architect
- database-specialist.md → architect
- web-expert.md → ui-expert
- ui-designer.md → ui-expert
- project-detector.md → project-manager
- project-config-loader.md → project-manager
- project-context-manager.md → project-manager
Related Files
- Agent Detector:
skills/agent-detector/SKILL.md - Lazy Agent Loader:
skills/lazy-agent-loader/SKILL.md - Model Router:
skills/model-router/SKILL.md - Agent Selection Guide:
docs/AGENT_SELECTION_GUIDE.md - Refactor Analysis:
docs/REFACTOR_ANALYSIS.md
Version: 1.21.0 | Last Updated: 2026-02-09
Similar Agents
Agent for managing AI prompts on prompts.chat - search, save, improve, and organize your prompt library.
Agent for managing AI Agent Skills on prompts.chat - search, create, and manage multi-file skills for Claude Code.
Use this agent when a major project step has been completed and needs to be reviewed against the original plan and coding standards. Examples: <example>Context: The user is creating a code-review agent that should be called after a logical chunk of code is written. user: "I've finished implementing the user authentication system as outlined in step 3 of our plan" assistant: "Great work! Now let me use the code-reviewer agent to review the implementation against our plan and coding standards" <commentary>Since a major project step has been completed, use the code-reviewer agent to validate the work against the plan and identify any issues.</commentary></example> <example>Context: User has completed a significant feature implementation. user: "The API endpoints for the task management system are now complete - that covers step 2 from our architecture document" assistant: "Excellent! Let me have the code-reviewer agent examine this implementation to ensure it aligns with our plan and follows best practices" <commentary>A numbered step from the planning document has been completed, so the code-reviewer agent should review the work.</commentary></example>