Agent Skills: api-endpoint-create

Standard procedure for creating robust API endpoints

UncategorizedID: cpa03/blueprintify/api-endpoint-create

Install this agent skill to your local

pnpm dlx add-skill https://github.com/cpa03/blueprintify/tree/HEAD/.opencode/skill/api-endpoint-create

Skill Files

Browse the full folder contents for api-endpoint-create.

Download Skill

Loading file tree…

.opencode/skill/api-endpoint-create/SKILL.md

Skill Metadata

Name
api-endpoint-create
Description
Standard procedure for creating robust API endpoints

Procedure

  1. Define the Request/Response schema (Zod/OpenAPI).
  2. Create the route handler/controller.
  3. Implement business logic in a service layer.
  4. Add authentication/authorization middleware.
  5. Write an integration test for the endpoint.