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)

  1. Clarity - Code's purpose and rationale must be clear to readers
  2. Simplicity - Accomplish goals in the simplest way possible
  3. Concision - High signal-to-noise ratio
  4. Maintainability - Easy for future programmers to modify correctly
  5. Consistency - Consistent with the broader codebase

Make Dependencies Explicit

Related skills
Installs
6
GitHub Stars
3
First Seen
Jan 23, 2026