SKILL.md packages that extend Claude Code, Cursor, Copilot, and other AI agents.
Tags

cc-skills-golang
Authoritative guidance on choosing and using Go built-in and standard-library data structures, with practical best practices for slices, maps, arrays, container

skillshub
Guidelines and CLI recipes for safely adding, upgrading, auditing and managing Go dependencies, including govulncheck, go.mod practices, vendoring, and automate

claude-mpm-skills
Guides building production-quality Go CLIs using Cobra for commands and Viper for configuration, with patterns for flags, completion, testing and best practices

skillshub
Practical guide to dependency injection patterns in Go: manual constructor injection, and comparisons of libraries like google/wire, uber-go/dig/fx, and samber/

cc-skills-golang
Guidance and patterns for using samber/hot in Go: eviction algorithms, TTL, loaders, sharding, stale-while-revalidate, and Prometheus monitoring.

cc-skills-golang
Human-coded Go style guidelines for clarity, function design, control flow, and idiomatic practices — use when writing or reviewing Go code, creating linters, o