Skip to main content
Back to registry

go-naming

cxuu/golang-skills

Normative : Core naming rules (MixedCaps, no underscores) are required per Google's canonical Go style guide. Advisory guidance provides best practices for clarity and maintainability.

Installs197
Install command
npx skills add https://github.com/cxuu/golang-skills --skill go-naming
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Normative : Core naming rules (MixedCaps, no underscores) are required per Google's canonical Go style guide. Advisory guidance provides best practices for clarity and maintainability. Names should: Naming is more art than science—Go names tend to be shorter than in other languages. Normative : All Go identifiers must use MixedCaps. Go uses MixedCaps or mixedCaps (camel case), never underscores (snake case). Names may contain underscores only in these cases: Note : Filenames are not Go identifiers and may contain underscores. Normative : Packages must be lowercase with no underscores. Package names must be: Advisory : Don't use generic package names.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does go-naming do?

Normative : Core naming rules (MixedCaps, no underscores) are required per Google's canonical Go style guide. Advisory guidance provides best practices for clarity and maintainability.

Is go-naming good?

go-naming does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does go-naming work with?

go-naming currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to go-naming?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install go-naming?

npx skills add https://github.com/cxuu/golang-skills --skill go-naming

Related skills

More from cxuu/golang-skills

Related skills

Alternatives in Software Engineering