golang-naming
samber/cc-skills-golang
This comprehensive guide covers all idiomatic naming conventions in Go (Golang), including rules for packages, structs, constants, functions, and errors. Use this skill when writing new Go code, reviewing existing code, or debating naming choices to ensure your code adheres to Go's standards, such as MixedCaps usage and avoiding 'stuttering'.