en un clic
api
// API design and management — design endpoints, detect breaking changes, validate specs, generate mock servers and clients
// API design and management — design endpoints, detect breaking changes, validate specs, generate mock servers and clients
API test automation — generate REST/GraphQL/gRPC endpoint tests, contract tests (Pact), schema validation, load tests (k6/Locust), and mock servers (MSW/WireMock)
Backend test automation — generate unit, integration, DB, queue, worker, and contract tests for Java, Python, Go, Rust, TypeScript backends
Frontend test automation — generate component tests, E2E browser tests, visual regression, accessibility audits, hook/composable tests for React, Vue, Svelte, Angular
Test orchestrator — generate unit/integration/E2E tests, analyze coverage, diagnose flaky tests, design test strategy. Routes to /test-backend, /test-frontend, /test-api for specialized automation.
Authentication and authorization — design auth flows, JWT setup, RBAC models, OAuth integration, session management
Data modeling — design schemas, plan migrations, review entity relationships, generate seed data, optimize queries
| name | api |
| description | API design and management — design endpoints, detect breaking changes, validate specs, generate mock servers and clients |
| disable-model-invocation | false |
| user-invocable | true |
| allowed-tools | Read, Grep, Glob, Bash, Edit, Write |
| argument-hint | <action: design|breaking|validate|mock|client|docs> <target> |
Action: $ARGUMENTS
design Design an API from requirements:
breaking Detect breaking API changes:
validate Validate OpenAPI specification:
mock Generate mock server or responses:
client Generate API client code:
docs Generate API documentation: