Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
futuregerald
/
futuregerald-claude-plugin
home
/
subagents
/
futuregerald
/
futuregerald-claude-plugin
futuregerald/futuregerald-claude-plugin
9 subagents
View on GitHub
Subagent
code-quality-reviewer
Reviews code quality for correctness, architecture, defensive coding, and testing. Use after spec compliance is verified.
code-simplifier
Analyzes recently modified code for simplification opportunities, then spawns a Staff Engineer sub-agent to critically review suggestions before presenting final recommendations. Use after coding sess
codebase-searcher
Use this subagent for comprehensive codebase exploration and search tasks.
context-finder
Read-only, memory- and index-aware codebase search. Use for any investigation — "where is X", "how does Y work", "what calls Z", "is W still used", "where is V configured", "does this event/pattern ge
debugger
Use this subagent for systematic debugging of any technical issues.
implementer
Use this subagent when implementing tasks from a plan.
security-reviewer
Performs security-focused code audit using OWASP Top 10 checklist. Use for security-sensitive code changes (auth, payments, user data, API endpoints, file uploads).
spec-reviewer
Use this subagent to verify an implementation matches its specification.
sql-reviewer
Audits database queries, mutations, and ORM usage for performance, security, and defensive coding. Use after code review passes (Phase 7), before commit (Phase 9).