๐ŸŽฏ

go-generics

๐ŸŽฏSkill

from cxuu/golang-skills

VibeIndex|
What it does
|

A Go generics skill covering when to use type parameters versus interfaces, writing generic functions and types, choosing constraints, and distinguishing type aliases from type definitions, based on the Google Style Guide and requiring Go 1.18+.

๐Ÿ“ฆ

Same repository

cxuu/golang-skills(23 items)

go-generics

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add cxuu/golang-skills --skill go-generics
skills.sh Installโš  Installs to .agents/skills/
npx skills add cxuu/golang-skills --skill go-generics
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/go-generics/SKILL.md

SKILL.md

480Installs
-
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-performance๐ŸŽฏSkill

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

๐ŸŽฏ
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-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-interfaces๐ŸŽฏSkill

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

๐ŸŽฏ
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.