AI AGENT ADDONS
Code Review & Quality
25,557installs

Go naming conventions help you write code that is easy to read and understand. This skill gives you clear rules for naming everything in Go. You will learn how to name packages, structs, interfaces, constants, errors, and more.

All Go identifiers use MixedCaps never underscores. Capitalization controls visibility. Uppercase names are exported and lowercase names are unexported. This is not just for style it is how Go works.

Follow these conventions when you write new code or review existing code. They make your Go programs consistent and professional. You can ignore a rule by adding a comment.

Add Golang Naming skill to your workflow

Global

mkdir -p ~/.claude/skills/golang-naming

Project

mkdir -p .claude/skills/golang-naming

Source Repository

Stars
2,322
Forks
149
Watchers
2,322
License
MIT
Last Push
28 days ago
Created
4 months ago