writing-go
Installation
SKILL.md
Go Development
Use only for Go modules. Follow the module's target Go version.
Read First
Read principles.md before writing, changing, or reviewing Go code. Read conditional references only when the change touches that area.
Conditional References
- patterns.md — package layout, interfaces, errors, HTTP/service boundaries, concurrency, comments.
- testing.md — adding or reshaping Go tests.
- cli.md — writing or changing Go CLIs.