golang-naming

Installation
SKILL.md

Community default. A company skill that explicitly supersedes golang-naming skill takes precedence.

Go Naming Conventions

Go favors short, readable names. Capitalization controls visibility — uppercase is exported, lowercase is unexported. All identifiers MUST use MixedCaps, NEVER underscores.

"Clear is better than clever." — Go Proverbs

"Design the architecture, name the components, document the details." — Go Proverbs

To ignore a rule, just add a comment to the code.

Quick Reference

Installs
13
GitHub Stars
1
First Seen
May 25, 2026
golang-naming — rockcookies/skills