go-functions
๐ฏSkillfrom cxuu/golang-skills
A Go function design skill that teaches best practices for function grouping, ordering, and signature formatting based on Effective Go, Google Style Guide, and Uber Style Guide, covering topics like receiver grouping, constructor placement, and return value conventions.
Same repository
cxuu/golang-skills(23 items)
Installation
npx vibeindex add cxuu/golang-skills --skill go-functionsnpx skills add cxuu/golang-skills --skill go-functions~/.claude/skills/go-functions/SKILL.mdSKILL.md
More from this repository10
Go code review checklist skill based on the Go Wiki CodeReviewComments with style standards, formatting, documentation, and community best practices for reviewing Go code
AI agent skills for writing idiomatic, production-quality Go code based on Google Go Style Guide and Uber Go Style Guide best practices.
AI agent skills for writing idiomatic, production-quality Go code based on Google Go Style Guide and Uber Go Style Guide best practices.
Provides Go documentation guidelines covering doc comments, package docs, godoc formatting, runnable examples, and signal boosting based on Google's Go Style Guide.
AI agent skills for writing idiomatic, production-quality Go code based on Google Go Style Guide and Uber Go Style Guide best practices.
Optimizes Go code performance by providing efficient patterns for string handling, type conversions, and container capacity management.
AI agent skills for writing idiomatic, production-quality Go code based on Google Go Style Guide and Uber Go Style Guide best practices.
AI agent skills for writing idiomatic, production-quality Go code based on Google Go Style Guide and Uber Go Style Guide best practices.
Explores Go interfaces, type assertions, and type embedding, demonstrating how to define, implement, and compose types flexibly without explicit inheritance.
AI agent skills for writing idiomatic, production-quality Go code based on Google Go Style Guide and Uber Go Style Guide best practices.