Acerca de
This skill integrates the official 'Effective Go' guidelines directly into the Claude Code environment, enabling the AI to write, review, and refactor Go code according to industry-standard idioms. It focuses on core language pillars such as proper formatting with gofmt, idiomatic naming conventions, robust error handling, and effective concurrency through channels. By enforcing these patterns during code generation and reviews, the skill helps developers maintain a professional codebase that adheres to the collective wisdom of the Go community and the official golang.org documentation.