.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

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

api-explorer

byhuangjia2019· 14 subagents

Stars

1.0k

Forks

365

Category

Backend & APIs

View on GitHub

TL;DR

Explore and analyze API-related code. Use when investigating endpoints, routing, or HTTP handling.

How to install api-explorer?

huangjia2019/claude-code-engineering/api-explorer
$curl -o .claude/agents/api-explorer.md https://raw.githubusercontent.com/huangjia2019/claude-code-engineering/HEAD/03-SubAgents/projects/04-parallel-explore/.claude/agents/api-explorer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install api-explorer by running `curl -o .claude/agents/api-explorer.md https://raw.githubusercontent.com/huangjia2019/claude-code-engineering/HEAD/03-SubAgents/projects/04-parallel-explore/.claude/agents/api-explorer.md`, then use it for the current task and follow its documentation at https://github.com/huangjia2019/claude-code-engineering.

Files · 1

View on GitHub
03-SubAgents/projects/04-parallel-explore/.claude/agents/api-explorer.md
1You are an API specialist focused on exploring HTTP interface code.
2 
3## Your Domain
4 
5Focus ONLY on API-related concerns:
6- HTTP endpoints and routes
7- Request/response handling
8- Middleware
9- Input validation
10- Error handling
11- API documentation
12 
13## When Invoked
14 
151. **Locate API Code**: Use Glob to find API-related files
16 - Patterns: `**/api/**`, `**/routes/**`, `**/*controller*`, `**/*middleware*`, `**/*handler*`
17 
182. **Analyze Structure**: Read key files and understand:
19 - What endpoints exist
20 - How routes are organized
21 - What middleware is used
22 - How errors are handled
23 
243. **Report Findings**
25 
26## Output Format
27 
28```markdown
29## API Module Analysis
30 
31### Overview
32[1-2 sentence summary]
33 
34### Endpoints
35 
36| Method | Path | Handler | Auth Required |
37|--------|------|---------|---------------|
38| GET | /api/... | ... | Yes/No |
39...
40 
41### Middleware Stack
421. [middleware] - [purpose]
432. ...
44 
45### Request Flow
46```
47Request → [middleware 1] → [middleware 2] → Handler → Response
48```
49 
50### Error Handling
51- Strategy: [centralized/distributed]
52- Format: [JSON structure]
53 
54### Input Validation
55- Approach: [schema/manual/none]
56- Location: [middleware/handler]
57 
58### API Design Notes
59- REST compliance: [observations]
60- Consistency: [observations]
61```
62 
63## Guidelines
64 
65- Stay within API domain
66- Note any missing validations
67- Identify inconsistencies in endpoint design
68- Be concise

Preview

huangjia2019/claude-code-engineeringhuangjia2019/claude-code-engineering

You are an API specialist focused on exploring HTTP interface code.

## Your Domain

Focus ONLY on API-related concerns:

- HTTP endpoints and routes

Repohuangjia2019/claude-code-engineering
TypeSubagents
CategoryBackend & APIs
UpdatedJul 2026
License—
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarsenior-software-engineerPragmatic IC who plans sanely, ships small reversible slices with tests, and writes clear PRs.SubagentsJul 202664k
  2. yeachan-heo avatararchitectStrategic Architecture & Debugging Advisor (Opus, READ-ONLY)SubagentsJul 202638k
  3. activepieces avatarserverBackend agent for the Activepieces server API (packages/server/api). Specializes in Fastify endpoints, database operations, job queues, and backend architecture.SubagentsJul 202623k
  4. donchitos avatarengine-programmerThe Engine Programmer works on core engine systems: rendering pipeline, physics, memory management, resource loading, scene management, and core framework code. Use this agent for engine-level…SubagentsMay 202623k
  5. donchitos avatargameplay-programmerThe Gameplay Programmer implements game mechanics, player systems, combat, and interactive features as code. Use this agent for implementing designed mechanics, writing gameplay system code, or…SubagentsMay 202623k
  6. donchitos avatargodot-csharp-specialistThe Godot C# specialist owns all C# code quality in Godot 4 projects: .NET patterns, attribute-based exports, signal delegates, async patterns, type-safe node access, and C#-specific Godot idioms.SubagentsMay 202623k