go-chi-handler
Installation
SKILL.md
Go Chi Handler
Generate Chi HTTP handler implementations for a Go backend.
When to Use
- Create HTTP endpoint handlers for REST operations
- List, Create, Update, Delete, Get handlers
- Request/response DTO mapping with use case orchestration
- Swagger-annotated endpoints
Handler Structure
Location: internal/modules/<module>/http/chi/handler/<resource>_handler.go
package handler