概要
This skill provides Claude with standardized implementation patterns for building robust HTTP APIs in Go. It focuses on clean code structure using the Chi router, featuring modular handler patterns, consistent JSON response helpers, request validation with struct tags, and essential middleware for logging and authentication. It ensures developers follow best practices such as proper HTTP status codes, context handling, and graceful shutdowns, making it an essential tool for scaffolding new microservices or standardizing existing Go backend services.