golang-naming
samber/cc-skills-golang
A comprehensive guide to Go (Golang) naming conventions. It covers best practices for packages, structs, interfaces, constants, errors, and more. Use this skill when writing, reviewing, or refactoring Go code to ensure idiomatic and clear naming that follows Go standards (e.g., MixedCaps, constructor rules, error handling).