Help us improve
Share bugs, ideas, or general feedback.
From sc-skills
Applies Go best practices, idioms, and conventions from Effective Go guide for writing, reviewing, and refactoring idiomatic Go code.
npx claudepluginhub kylesnowschwartz/simpleclaude --plugin sc-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/sc-skills:effective-goThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Apply best practices and conventions from the official [Effective Go guide](https://go.dev/doc/effective_go) to write clean, idiomatic Go code.
Applies Go best practices for performance, modern syntax, generics, patterns, testing, error handling, and concurrency when writing or reviewing Go code.
Applies idiomatic Go best practices for coding, PR reviews, and codebase audits. Covers errors, interfaces, concurrency, testing, organization, performance; routes to specialized skills.
Directs Go code style decisions: line breaks at semantic boundaries, zero-value variable declarations, explicit slice/map initialization, and control flow clarity.
Share bugs, ideas, or general feedback.
Apply best practices and conventions from the official Effective Go guide to write clean, idiomatic Go code.
Use this skill automatically when:
Follow the conventions and patterns documented at https://go.dev/doc/effective_go, with particular attention to:
gofmt - this is non-negotiable