AI AGENT ADDONS
Documentation
31,342installs

When you build a Go API, other developers need to know how to use it. They need to see what each endpoint does, what parameters it expects, and what data it returns. Swagger and OpenAPI are tools that create a clear documentation page from comments in your code.

This skill helps you add those comments to your Go project. You write special annotations above each function. Then you run a simple command to generate the documentation files. The skill also sets up a web interface where anyone can read the docs.

It works with popular Go web frameworks like Gin, Echo, Fiber, Chi, and the standard net/http package. It also supports security definitions for Bearer tokens, OAuth2, and API keys.

Add Golang Swagger skill to your workflow

Global

mkdir -p ~/.claude/skills/golang-swagger

Project

mkdir -p .claude/skills/golang-swagger

Source Repository

Stars
2,322
Forks
149
Watchers
2,322
License
MIT
Last Push
28 days ago
Created
4 months ago