go-create-chi-handler
Installation
SKILL.md
Go Create Chi Handler
Generate Chi HTTP handler implementations for a Go backend.
Handler Structure
Location: internal/modules/<module>/http/chi/handler/<resource>_handler.go
package handler
import (
"net/http"
"strconv"