Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub srstomp/pokayokay --plugin pokayokayHow this command is triggered — by the user, by Claude, or both
Slash command
/pokayokay:api <task-description>Files this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
# API Design Workflow Design or review API for: `$ARGUMENTS` ## Steps ### 1. Understand Requirements - What data/operations are needed? - Who are the consumers (frontend, mobile, third-party)? - Performance/scale requirements? ### 2. Design Resources - Identify nouns (resources) - Define URL structure - Map CRUD to HTTP methods ### 3. Define Contracts - Request schemas - Response schemas - Error responses ### 4. Document - OpenAPI/Swagger spec - Example requests/responses - Authentication requirements ### 5. Create Implementation Tasks ## Covers - Resource identification and URL st...
/api-designApplies contract-first API design guidelines to specified endpoints or services, producing stable, evolvable interface contracts.
/apiDesigns, implements, and applies best practices for REST or GraphQL APIs based on a required requirement and optional API type (rest or graphql).
/designDesigns RESTful or GraphQL APIs for a feature, generating OpenAPI 3.0 specs or GraphQL schemas with endpoints and request/response models. Also supports --graphql and --from-db flags.
/design-apiDesigns RESTful or GraphQL API from project domain model and requirements, producing endpoint table with paths, request/response shapes, auth, and curl examples.
Share bugs, ideas, or general feedback.
Design or review API for: $ARGUMENTS
npx @stevestomp/ohno-cli create "Implement [endpoint]" -t feature
/pokayokay:arch - Broader architecture review/pokayokay:work - Implement designed API/pokayokay:audit --dimension security - Security review of APIWhen API design involves:
database-design skillsecurity-audit skillci-cd for deploymentobservability skill/pokayokay:integrate instead