home/categories/backend/abyssparanoia-rapid-go-claude-skills-add-api-endpoint-skill-md
backenddevelopment

add-api-endpoint

Create API layer components for a new entity. Includes usecase interactors (internal/usecase/), proto definitions (schema/proto/), gRPC handlers (internal/infrastructure/grpc/), and DI registration. Use when adding CRUD endpoints or Step 3 of CRUD workflow (after add-domain-entity).

abyssparanoia
maintainer
abyssparanoia
更新於 1/20/2026
星標
18
分支
2
quick start

Installation and usage

Create API layer components for a new entity. Includes usecase interactors (internal/usecase/), proto definitions (schema/proto/), gRPC handlers (internal/infrastructure/grpc/), and DI registration. Use when adding CRUD endpoints or Step 3 of CRUD workflow (after add-domain-entity).

安裝
$ install --globalskills.sh
使用

安裝後,您可以透過在終端機執行以下指令來使用此技能:

skills use add-api-endpoint