golang-swagger
samber/cc-skills-golang
A powerful tool designed to automatically generate comprehensive OpenAPI/Swagger documentation for Go RESTful APIs. By using specific annotation comments (@Summary, @Param, @Router, etc.) within the Go source code, developers define the precise API contract. It supports multiple popular web frameworks (Gin, Echo, Fiber) and complex security definitions (JWT, OAuth2), ensuring the documentation is always accurate and serves as the single source of truth for API consumers. Ideal for maintaining structured, production-grade APIs.