🎯

go-defensive

🎯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(21 items)

go-defensive

Installation

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

SKILL.md

190Installs
3
-
Last UpdatedJan 27, 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-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-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-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.