go-engineering
Installation
SKILL.md
Go Engineering Excellence
This skill provides comprehensive Go engineering guidelines synthesized from authoritative sources including the Go team, Google, Uber, and experienced Go practitioners. Use this when writing or reviewing Go code for production systems.
Core Philosophy
Design Principles (Google Go Style)
- Clarity - Code's purpose and rationale must be clear to readers
- Simplicity - Accomplish goals in the simplest way possible
- Concision - High signal-to-noise ratio
- Maintainability - Easy for future programmers to modify correctly
- Consistency - Consistent with the broader codebase