golang-documentation
golang documentation
What it does
- Focus on godoc comments, ExampleXxx functions, playground demos, pkg.go.dev rendering
- See Library Documentation
- Focus on installation instructions, CLI help text, configuration docs
- See Application Documentation
- Assign each sub-agent to verify and fix doc comments in a different set of packages
- Generate ExampleXxx test functions for multiple packages simultaneously
- Generate project docs in parallel: one sub-agent per file (README, CONTRIBUTING, CHANGELOG, llms.txt)
Requirements & configuration
- Every Go project needs these (ordered by priority):
- A private project might not need a documentation website, llms.txt, Go Playground demos...
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
golang-documentation FAQ
What does the golang-documentation skill do?
Comprehensive documentation guide for Golang projects, covering godoc comments, README, CONTRIBUTING, CHANGELOG, Go Playground, Example tests, API docs, and llms.txt. Use when writing or reviewing doc comments, documentation, adding code examples, setting up doc sites, or discussing documentation best practices. Triggers for both libraries and applications/CLIs. Focus on godoc comments, ExampleXxx functions, playground demos, pkg.go.dev rendering See Library Documentation
What does golang-documentation require?
Every Go project needs these (ordered by priority): A private project might not need a documentation website, llms.txt, Go Playground demos...
How do I install golang-documentation?
Run: npx -y skills add https://github.com/samber/cc-skills-golang --skill golang-documentation --agent claude-code — the source lives at github.com/samber/cc-skills-golang.
Maintain golang-documentation?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/samber-cc-skills-golang-golang-documentation?ref=badge) npx agentictools info skills/samber-cc-skills-golang-golang-documentation The second line is the CLI lookup for this page — handy in READMEs and docs.