skills/smithery.ai/effective-go

effective-go

SKILL.md

Effective Go – Practical Go Coding Standards

Purpose

Translate the guidance from the official “Effective Go” document into a field-ready checklist. Use this skill whenever you touch Go code so the result reads like idiomatic Go, not a translation from another language.

Core Principle: Let Go’s design lead the implementation—favor simplicity, explicit error handling, and tooling-enforced consistency.


TOP 10 CRITICAL RULES

1. Let gofmt Decide Layout 🔧

Installs
2
First Seen
Apr 16, 2026
effective-go from smithery.ai