go-web-apis
Installation
SKILL.md
Go Web APIs Skill
Build production-ready REST APIs with Go's net/http and popular frameworks.
Overview
Complete guide for building secure, performant web APIs including routing, middleware, authentication, and best practices.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| framework | string | no | "stdlib" | Framework: "stdlib", "gin", "echo", "chi" |
| auth_type | string | no | "jwt" | Auth method: "jwt", "api-key", "oauth" |
| include_openapi | bool | no | false | Generate OpenAPI spec |