πŸ”Œ

go-skills

πŸ”ŒPlugin

cxuu/golang-skills

πŸͺ

Part of

cxuu-golang-skills

Installation

Add marketplace in Claude Code:
/plugin marketplace add cxuu/golang-skills
Step 2. Install plugin:
/plugin install go-skills@golang-skills
0
-
AddedFeb 8, 2026

More from this repository10

🎯
go-code-review🎯Skill

Go code review checklist skill based on the Go Wiki CodeReviewComments with style standards, formatting, documentation, and community best practices for reviewing Go code

🎯
go-testing🎯Skill

AI agent skills for writing idiomatic, production-quality Go code based on Google Go Style Guide and Uber Go Style Guide best practices.

🎯
go-linting🎯Skill

AI agent skills for writing idiomatic, production-quality Go code based on Google Go Style Guide and Uber Go Style Guide best practices.

🎯
go-documentation🎯Skill

Provides Go documentation guidelines covering doc comments, package docs, godoc formatting, runnable examples, and signal boosting based on Google's Go Style Guide.

🎯
go-naming🎯Skill

AI agent skills for writing idiomatic, production-quality Go code based on Google Go Style Guide and Uber Go Style Guide best practices.

🎯
go-concurrency🎯Skill

AI agent skills for writing idiomatic, production-quality Go code based on Google Go Style Guide and Uber Go Style Guide best practices.

🎯
go-error-handling🎯Skill

AI agent skills for writing idiomatic, production-quality Go code based on Google Go Style Guide and Uber Go Style Guide best practices.

🎯
go-performance🎯Skill

Optimizes Go code performance by providing efficient patterns for string handling, type conversions, and container capacity management.

🎯
go-style-core🎯Skill

AI agent skills for writing idiomatic, production-quality Go code based on Google Go Style Guide and Uber Go Style Guide best practices.

🎯
go-interfaces🎯Skill

Explores Go interfaces, type assertions, and type embedding, demonstrating how to define, implement, and compose types flexibly without explicit inheritance.