π―Skills16
Provides a comprehensive, quick-reference checklist for reviewing Go code against community style standards and best practices.
go-linting skill from cxuu/golang-skills
go-documentation skill from cxuu/golang-skills
go-context skill from cxuu/golang-skills
Demonstrates robust error handling patterns in Go, including custom error types, error wrapping, and graceful error management strategies.
go-defensive skill from cxuu/golang-skills
Provides Go testing best practices and patterns for writing clear, maintainable tests with helpful failure messages and standard comparisons.
Optimizes Go code performance by providing efficient patterns for string handling, type conversions, and container capacity management.
Explores Go interfaces, type assertions, and type embedding, demonstrating how to define, implement, and compose types flexibly without explicit inheritance.
go-naming skill from cxuu/golang-skills
go-style-core skill from cxuu/golang-skills
go-data-structures skill from cxuu/golang-skills
go-control-flow skill from cxuu/golang-skills
Demonstrates concurrent programming patterns in Go, covering goroutines, channels, synchronization, race conditions, and parallel execution strategies.
go-functional-options skill from cxuu/golang-skills
go-packages skill from cxuu/golang-skills