api-endpoint-creator

Create API endpoints with Handler, Service, and Repository layers.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/taku-o/go-webdb-template --skill api-endpoint-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-endpoint-creator
Source: https://github.com/taku-o/go-webdb-template/tree/main/.claude/skills/api-endpoint-creator
Command: npx skills add https://github.com/taku-o/go-webdb-template --skill api-endpoint-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes the creation of new API endpoints using Handler/Service/Repository, with Echo/Huma patterns and router registrations.

Core Features & Use Cases

  • 3-layer architecture: Handler → Service → Repository
  • OpenAPI/Huma: Endpoint definitions and input/output types
  • Router wiring: Automatic endpoint registration

Quick Start

Request a new endpoint (e.g., /api/entities) and Claude will generate the Handler, Service, Repository setup and router registrations.