A solid Go skill that actually enforces good practices through its workflow. Runs golangci-lint and go vet before proceeding, implements proper context cancellation patterns, and generates table-driven tests with race detection. The concurrency examples show real error propagation through channels rather than just basic goroutine demos. Reference guides for interfaces, generics, and project structure keep responses focused on Go 1.21+ idioms. Particularly strong on the "must not do" constraints around panic usage and goroutine lifecycle management. Worth using when you need production-grade Go code that won't embarrass you in code review.
npx skills add https://github.com/jeffallan/claude-skills --skill golang-pro