go-chi-router
Installation
SKILL.md
Go Chi Router
Generate Chi router implementations for Go backend HTTP transport layer.
When to Use
- Register HTTP routes for a module
- CRUD route setup (GET, POST, PUT, DELETE)
- Custom action endpoints (e.g., /activate, /deactivate)
- Route groups with middleware
- Versioned API routes
Location: internal/modules/<module>/http/chi/router/<resource>_router.go
Router Implementation
package router