Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
huangjia2019
/
claude-code-engineering
home
/
subagents
/
huangjia2019
/
claude-code-engineering
huangjia2019/claude-code-engineering
14 subagents
View on GitHub
Subagent
api-doc-generator
Generate comprehensive API documentation by scanning Express route files.
api-explorer
Explore and analyze API-related code. Use when investigating endpoints, routing, or HTTP handling.
auth-explorer
Explore and analyze authentication-related code. Use when investigating auth flows, session management, or security.
bug-analyzer
Analyze root cause of bugs after location is identified. Second step in bug investigation.
bug-fixer
Implement bug fixes after analysis is complete. Third step in bug fix pipeline.
bug-locator
Locate the source of bugs in the codebase. First step in bug investigation.
bug-verifier
Verify bug fixes by running tests. Final step in bug fix pipeline.
code-reviewer
Review code changes for quality, security, and best practices. Proactively use this after code modifications.
db-explorer
Explore and analyze database-related code. Use when investigating data models, queries, or persistence.
doc-writer
Pipeline Stage 2 - Generate API documentation from a route manifest.
log-analyzer
Analyze log files and extract actionable insights. Use when troubleshooting issues or investigating incidents.
quality-checker
Pipeline Stage 3 - Validate generated API documentation against quality standards.
route-scanner
Pipeline Stage 1 - Scan Express routes and produce a route manifest.
test-runner
Run tests and report results concisely. Use this after code changes to verify everything works.