What problem does it solve? Go projects often ship with missing, inconsistent, or restating-the-code documentation. This Skill provides a complete documentation workflow for Go libraries and applications, covering godoc comments, README structure, CONTRIBUTING, CHANGELOG, Example tests, API docs, and AI-friendly llms.txt files. ## Core Features & Use Cases - Doc Comment Standards: Enforces godoc conventions where comments explain why and when, not what, with Parameters, Returns, error cases, Deprecated markers, and Playground links. - Project Documentation Templates: Ships ready-to-use README, CONTRIBUTING, CHANGELOG, and llms.txt templates with a prescribed section order and the 10-minute contributor setup rule. - Project-Type Detection: Distinguishes libraries from applications/CLIs and applies the right documentation strategy, including ExampleXxx tests, Go Playground demos, OpenAPI/AsyncAPI/protobuf API docs, and architecture decision records. - Use Case: Ask the agent to audit a Go repository's documentation; it will detect the project type, fix doc comments across packages in parallel, reorder the README, and generate a CHANGELOG and llms.txt. ## Quick Start Ask the agent to review and complete the documentation for your Go repository, including doc comments, README, and CHANGELOG.