Writing Go code that is easy to read and review takes practice. This skill helps you follow clear style rules for line length, variable declarations, and control flow. It is meant for anyone writing or checking Go code.
For example, you will learn when to break long lines and how to declare variables properly. You will also see how to reduce nesting and avoid unnecessary else statements. These rules keep your code simple and clear.
Use this skill when you write new Go code, review a pull request, or set coding standards for your team. It does not cover naming or linter setup.
Global
mkdir -p ~/.claude/skills/golang-code-styleProject
mkdir -p .claude/skills/golang-code-styleSource 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