๐ŸŽฏ

go-declarations

๐ŸŽฏSkill

from cxuu/golang-skills

VibeIndex|
What it does
|

A collection of 20 modular AI agent skills for writing idiomatic, production-quality Go code, derived from the Google Go Style Guide, Effective Go, and Uber Go Style Guide. Covers topics from concurrency and error handling to generics and code review.

๐Ÿ“ฆ

Same repository

cxuu/golang-skills(23 items)

go-declarations

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add cxuu/golang-skills --skill go-declarations
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add cxuu/golang-skills --skill go-declarations
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/go-declarations/SKILL.md

SKILL.md

262Installs
-
AddedMar 15, 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.