.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/huangjia2019/claude-code-engineering
home/subagents/huangjia2019/claude-code-engineering
huangjia2019 avatar

huangjia2019/claude-code-engineering

14 subagents

View on GitHub
Subagent
api-doc-generatorGenerate comprehensive API documentation by scanning Express route files.api-explorerExplore and analyze API-related code. Use when investigating endpoints, routing, or HTTP handling.auth-explorerExplore and analyze authentication-related code. Use when investigating auth flows, session management, or security.bug-analyzerAnalyze root cause of bugs after location is identified. Second step in bug investigation.bug-fixerImplement bug fixes after analysis is complete. Third step in bug fix pipeline.bug-locatorLocate the source of bugs in the codebase. First step in bug investigation.bug-verifierVerify bug fixes by running tests. Final step in bug fix pipeline.code-reviewerReview code changes for quality, security, and best practices. Proactively use this after code modifications.db-explorerExplore and analyze database-related code. Use when investigating data models, queries, or persistence.doc-writerPipeline Stage 2 - Generate API documentation from a route manifest.log-analyzerAnalyze log files and extract actionable insights. Use when troubleshooting issues or investigating incidents.quality-checkerPipeline Stage 3 - Validate generated API documentation against quality standards.route-scannerPipeline Stage 1 - Scan Express routes and produce a route manifest.test-runnerRun tests and report results concisely. Use this after code changes to verify everything works.