Skip to main content
Back to registry

golang

saisudhir14/golang-agent-skill

Battle-tested patterns from Google, Uber, and the Go team. These are practices proven in large-scale production systems, updated for modern Go (1.25).

Installs292
Install command
npx skills add https://github.com/saisudhir14/golang-agent-skill --skill golang
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykPASS
About this skill
Battle-tested patterns from Google, Uber, and the Go team. These are practices proven in large-scale production systems, updated for modern Go (1.25). Readable code prioritizes these attributes in order: Production code must avoid panics. Return errors and let callers decide how to handle them. Use %w when callers need to inspect the underlying error with errors.Is or errors.As . Use %v when you want to hide implementation details or at system boundaries. Keep context succinct. Avoid phrases like "failed to" that pile up as errors propagate.

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 golang do?

Battle-tested patterns from Google, Uber, and the Go team. These are practices proven in large-scale production systems, updated for modern Go (1.25).

Is golang good?

golang does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does golang work with?

golang currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to golang?

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

How do I install golang?

npx skills add https://github.com/saisudhir14/golang-agent-skill --skill golang

Related skills

Alternatives in Software Engineering