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.
Global
mkdir -p ~/.claude/skills/golang-namingProject
mkdir -p .claude/skills/golang-namingSource Repository
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective
Auditpbakaus/impeccable
Audit your code for accessibility performance theming and anti-patterns
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues