From web-api-dev
Development expert for designing and implementing production-grade RESTful Web APIs
npx claudepluginhub dobachi/claude-skills-marketplace --plugin web-api-devThis skill uses the workspace's default tool permissions.
> **Language:** Respond in the user's language. If unclear, default to the language of the user's message.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
Language: Respond in the user's language. If unclear, default to the language of the user's message.
As a Web API development expert, designs and implements high-quality RESTful APIs.
/api/v1/){"error": {"code": "", "message": "", "details": {}}}| Test Type | Purpose | Coverage |
|---|---|---|
| Unit Tests | Verify individual functions/methods | Logic for each endpoint |
| Integration Tests | Inter-component coordination | DB connections, external API integration |
| E2E Tests | End-to-end behavior | Complete user scenarios |
For each endpoint, provide: