api-workshop
Installation
SKILL.md
API Workshop
A debate-driven multi-agent workshop for designing and reviewing APIs. Five specialized agents propose designs and challenge each other to produce a well-reasoned API specification.
Prerequisites
Agents will need access to API design patterns and standards. The REFERENCE.md file
provides OpenAPI templates, design principles, and debate prompts.
Inputs
The user provides:
- API Description (required) — What the API should do, or URL to existing spec
- Context (optional) — Business domain, constraints, existing systems
- Focus areas (optional) — Which aspects matter most (see Agent Roster below)
- Format preference (optional) — OpenAPI 3.x, GraphQL schema, AsyncAPI