๐ŸŽฏ

go-error-handling

๐ŸŽฏSkill

from cxuu/golang-skills

VibeIndex|
What it does
|

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

๐Ÿ“ฆ

Same repository

cxuu/golang-skills(23 items)

go-error-handling

Installation

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

SKILL.md

465Installs
-
AddedFeb 6, 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-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.

๐ŸŽฏ
go-context๐ŸŽฏSkill

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