Agent skill

generate-endpoint

Generate a single API endpoint with controller action, service method, and test

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/generate-endpoint

SKILL.md

Generate API Endpoint

Generate a single controller action with corresponding service and repository methods.

What To Do

  1. Add controller action matching the HTTP verb and path
  2. Add service method with business logic
  3. Add repository method if data access needed
  4. Add test for the new endpoint
  5. Update Swagger docs with proper attributes

Arguments

  • <verb>: HTTP verb (GET, POST, PUT, DELETE, PATCH)
  • <path>: Route path (e.g., /api/candidates/{id}/skills)
  • --entity=<name>: Associated entity name

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results