What problem does it solve? Go projects often ship with missing, inconsistent, or paraphrasing documentation that fails both human readers and AI agents. This Skill provides a complete documentation workflow covering godoc comments, README structure, CONTRIBUTING guides, changelogs, 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: Provides ready-to-use templates for README.md (with exact section ordering), CONTRIBUTING.md (10-minute setup rule), CHANGELOG.md (Keep a Changelog format), and llms.txt. - Library vs Application Detection: Adapts documentation strategy based on project type, covering ExampleXxx test functions and pkg.go.dev for libraries, and CLI help text plus installation methods for applications. - Use Case: When auditing a Go repository before release, the Skill reviews every exported symbol's doc comment, reorders the README sections, moves security fixes into the correct changelog category, and generates an llms.txt for AI discoverability. ## Quick Start Ask the agent to review and improve the documentation of your Go project, including doc comments, README, and changelog.