openshift/effective go
Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.
npx skills add https://github.com/openshift/hypershift --skill Effective Go
Apply best practices and conventions from the official Effective Go guide to write clean, idiomatic Go code.
Use this skill automatically when:
Follow the conventions and patterns documented at https://go.dev/doc/effective_go, with particular attention to:
gofmt - this is non-negotiableTake openshift/effective go from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.