golang-pkg-go-dev
π―Skillfrom samber/cc-skills-golang
Installation
npx vibeindex add samber/cc-skills-golang --skill golang-pkg-go-devnpx skills add samber/cc-skills-golang --skill golang-pkg-go-dev~/.claude/skills/golang-pkg-go-dev/SKILL.mdSame repository
samber/cc-skills-golang(47 items)
SKILL.md
More from this repository10
Go error handling skill providing domain-specific expertise for production-ready Golang projects. Covers error handling patterns and best practices, human-reviewed and tested for use with Claude Code, Codex, Cursor, Gemini CLI, and other AI coding assistants.
A Go-specific AI agent skill for design patterns in production-ready Golang projects. Part of a human-reviewed skill collection covering language, testing, security, and observability, distilled from real Go project commits.
Go performance optimization skill providing domain-specific expertise for production-ready Golang projects. Covers performance tuning and optimization best practices, human-reviewed and tested for use with Claude Code, Codex, Cursor, Gemini CLI, and other AI coding assistants.
Helps modernize Go codebases by replacing outdated patterns with current language features, standard library improvements, and idiomatic patterns from recent Go releases.
Go production observability skill covering structured logging with slog, Prometheus metrics, OpenTelemetry distributed tracing, continuous profiling with pprof/Pyroscope, and Grafana dashboard setup for monitoring Go services.
A Go-specific agent skill that teaches AI agents idiomatic struct and interface design patterns for production-ready Golang codebases, reducing structural design errors by 35%.
A Go-specific agent skill that enforces idiomatic code style conventions for production-ready Golang projects, reducing code review errors by 40%.
Go development skill for the samber/lo library, providing type-safe functional programming helpers like map, filter, and reduce with generics.
A Go dependency injection skill covering samber/do v2, including type-safe service containers with generics, lazy/eager/transient service registration, implicit interface aliasing, named services, package-based module organization, scopes, health checks, and graceful shutdown.
Go development skill for the samber/slog library, providing structured logging extensions and handlers for the standard slog package.