**Version:** 1.8.0
Comprehensive command directory for Aura Frog's 74 specialized commands across 20 categories. Use this to discover and execute workflows for bug fixing, testing, deployment, and project management.
/plugin marketplace add nguyenthienthanh/ccpm-team-agents/plugin install nguyenthienthanh-aura-frog-aura-frog-2@nguyenthienthanh/ccpm-team-agentsVersion: 1.8.0 Format: TOON (Token-Optimized) Last Updated: 2025-12-26
Commands are organized by category with naming convention: category/action.md
commands/
āāā agent/ # Agent management (4 commands)
āāā api/ # API operations (2 commands)
āāā bugfix/ # Bug fixing workflows (3 commands)
āāā db/ # Database operations (2 commands)
āāā deploy/ # Deployment & CI/CD (3 commands)
āāā design/ # Design workflows (2 commands) - NEW
āāā logs/ # Log analysis (1 command)
āāā mcp/ # MCP server management (1 command)
āāā monitor/ # Monitoring setup (2 commands)
āāā perf/ # Performance optimization (4 commands)
āāā planning/ # Planning & execution (3 commands)
āāā project/ # Project operations (6 commands)
āāā quality/ # Code quality (3 commands)
āāā review/ # Code review (1 command)
āāā security/ # Security scanning (3 commands)
āāā setup/ # Setup & configuration (2 commands)
āāā skill/ # Skill management (1 command)
āāā test/ # Testing commands (4 commands)
āāā workflow/ # Core workflow commands (23 commands)
āāā document.md # document (standalone)
āāā execute.md # execute (standalone)
āāā help.md # help (standalone)
āāā refactor.md # refactor (standalone)
commands[74]{category,command,file,description}:
agent,agent:list,agent/list.md,List all available agents
agent,agent:activate,agent/activate.md,Activate specific agent
agent,agent:deactivate,agent/deactivate.md,Deactivate agent
agent,agent:info,agent/info.md,Show agent details
bugfix,bugfix,bugfix/fix.md,Full 9-phase bug fix workflow
bugfix,bugfix:quick,bugfix/quick.md,Quick bug fix (grouped phases)
bugfix,bugfix:hotfix,bugfix/hotfix.md,Emergency production hotfix
design,design:stitch,design/stitch.md,Generate Stitch AI design prompts
design,design:stitch-review,design/stitch-review.md,Review Stitch export and integrate
planning,planning,planning/plan.md,Create execution plan
planning,planning:list,planning/list.md,List all saved plans
planning,planning:refine,planning/refine.md,Update existing plan
project,project:init,project/init.md,Initialize Aura Frog for project
project,project:detect,project/detect.md,Auto-detect project type
project,project:list,project/list.md,List indexed projects
project,project:regen,project/regen.md,Re-generate project context
project,project:reload-env,project/reload-env.md,Load/reload .envrc variables
project,project:switch,project/switch.md,Switch between projects
review,review:fix,review/fix.md,Auto-fix review issues
setup,setup:integrations,setup/integrations.md,Configure JIRA/Confluence/Slack/Figma
setup,setup:activate,setup/activate.md,Activate project configuration
skill,skill:create,skill/create.md,Create reusable skill
test,test:unit,test/unit.md,Generate unit tests
test,test:e2e,test/e2e.md,Generate E2E tests
test,test:coverage,test/coverage.md,Check coverage + gaps
test,test:document,test/document.md,Generate test documentation
workflow,workflow:start,workflow/start.md,Start workflow
workflow,workflow:status,workflow/status.md,Show workflow status
workflow,workflow:approve,workflow/approve.md,Approve phase
workflow,workflow:reject,workflow/reject.md,Reject phase
workflow,workflow:modify,workflow/modify.md,Modify deliverables
workflow,workflow:handoff,workflow/handoff.md,Save for session continuation
workflow,workflow:resume,workflow/resume.md,Resume workflow
workflow,workflow:tokens,workflow/tokens.md,Show token usage
workflow,workflow:progress,workflow/progress.md,Show progress
workflow,workflow:metrics,workflow/metrics.md,Show metrics
workflow,workflow:predict,workflow/predict.md,Predict token usage
workflow,workflow:phase-2,workflow/phase-2.md,Execute Phase 2 (Design)
workflow,workflow:phase-3,workflow/phase-3.md,Execute Phase 3 (UI)
workflow,workflow:phase-4,workflow/phase-4.md,Execute Phase 4 (Test Plan)
workflow,workflow:phase-5a,workflow/phase-5a.md,Execute Phase 5a (RED)
workflow,workflow:phase-5b,workflow/phase-5b.md,Execute Phase 5b (GREEN)
workflow,workflow:phase-5c,workflow/phase-5c.md,Execute Phase 5c (REFACTOR)
workflow,workflow:phase-6,workflow/phase-6.md,Execute Phase 6 (Review)
workflow,workflow:phase-7,workflow/phase-7.md,Execute Phase 7 (QA)
workflow,workflow:phase-8,workflow/phase-8.md,Execute Phase 8 (Docs)
workflow,workflow:phase-9,workflow/phase-9.md,Execute Phase 9 (Share)
standalone,document,document.md,Generate documentation
standalone,execute,execute.md,Execute saved plan
standalone,refactor,refactor.md,Code refactoring workflow
stats[20]{category,count}:
workflow,23
project,6
agent,4
test,4
perf,4
bugfix,3
deploy,3
planning,3
quality,3
security,3
api,2
db,2
design,2
monitor,2
setup,2
logs,1
mcp,1
review,1
skill,1
standalone,4
total,74
Format: category:action
examples[8]{command,file}:
agent:list,agent/list.md
bugfix:quick,bugfix/quick.md
test:unit,test/unit.md
workflow:start,workflow/start.md
project:init,project/init.md
document,document.md
execute,execute.md
refactor,refactor.md
# List all agent commands
ls commands/agent/
# List all test commands
ls commands/test/
# Find specific command
cat commands/bugfix/quick.md
# List all commands
find commands -name "*.md" -type f | sort
category/action.md.claude-plugin/plugin.jsonVersion: 1.4.1 | Format: TOON