samber/cc-skills-golang
48 agent markdown files indexed from samber/cc-skills-golang. Install any of them pinned to an exact hash with mdr add samber/cc-skills-golang/<name>.
git:20260907.59678dd · audit B · 3,326 stars
golang-benchmark skill
samber/cc-skills-golang · skills/golang-benchmark/SKILL.md · Golang benchmarking, profiling, and performance measurement. Use when writing, running, or comparing Go benchmarks…
v1.3.2 · audit A · 3,326 stars
golang-cli skill
samber/cc-skills-golang · skills/golang-cli/SKILL.md · Golang CLI application development. Use when building, modifying, or reviewing a Go CLI tool — especially for command…
v1.3.0 · audit A · 3,326 stars
golang-code-style skill
samber/cc-skills-golang · skills/golang-code-style/SKILL.md · Golang code style conventions — line length and breaking, variable declarations, control flow clarity, when comments…
v1.3.0 · audit A · 3,326 stars
golang-concurrency skill
samber/cc-skills-golang · skills/golang-concurrency/SKILL.md · Golang concurrency design — goroutine lifecycle and leak prevention, channels and `select`, channel ownership and…
v1.2.1 · audit A · 3,326 stars
golang-context skill
samber/cc-skills-golang · skills/golang-context/SKILL.md · Idiomatic context.Context usage in Golang — propagation through API boundaries, cancellation, timeouts and deadlines…
v1.3.1 · audit A · 3,326 stars
golang-continuous-integration skill
samber/cc-skills-golang · skills/golang-continuous-integration/SKILL.md · GitHub Actions CI/CD pipeline configuration for Golang projects — workflow files for test, lint, SAST, coverage and…
v1.4.2 · audit A · 3,326 stars
golang-data-structures skill
samber/cc-skills-golang · skills/golang-data-structures/SKILL.md · Golang data structures — slices (internals, capacity growth, preallocation, slices package), maps (internals, hash…
v1.2.2 · audit A · 3,326 stars
golang-database skill
samber/cc-skills-golang · skills/golang-database/SKILL.md · Comprehensive guide for Go database access — parameterized queries, struct scanning, NULLable columns, transactions…
v1.3.2 · audit A · 3,326 stars
golang-dependency-injection skill
samber/cc-skills-golang · skills/golang-dependency-injection/SKILL.md · Comprehensive guide for dependency injection (DI) in Golang. Covers why DI matters (testability, loose coupling…
v1.3.1 · audit A · 3,326 stars
golang-dependency-management skill
samber/cc-skills-golang · skills/golang-dependency-management/SKILL.md · Dependency management for Golang projects — go.mod and go.sum, `go get` install and upgrade flows, Minimal Version…
v1.3.1 · audit A · 3,326 stars
golang-design-patterns skill
samber/cc-skills-golang · skills/golang-design-patterns/SKILL.md · Idiomatic Golang design patterns — functional options, constructor APIs, `init()` and global-state avoidance, enums…
v1.2.1 · audit A · 3,326 stars
golang-documentation skill
samber/cc-skills-golang · skills/golang-documentation/SKILL.md · Comprehensive documentation guide for Golang projects, covering godoc comments, README, CONTRIBUTING, CHANGELOG, Go…
v1.3.2 · audit A · 3,326 stars
llms.txt@skills/golang-documentation/assets/templates llmstxt
samber/cc-skills-golang · skills/golang-documentation/assets/templates/llms.txt
git:20260321.a927023 · audit A · 3,326 stars
golang-error-handling skill
samber/cc-skills-golang · skills/golang-error-handling/SKILL.md · Idiomatic Golang error handling — creation, wrapping with %w, errors.Is/As, errors.Join, custom error types, sentinel…
v1.3.1 · audit A · 3,326 stars
golang-google-wire skill
samber/cc-skills-golang · skills/golang-google-wire/SKILL.md · Compile-time dependency injection in Golang using google/wire — wire.NewSet, wire.Build, wire.Bind…
v1.1.2 · audit A · 3,326 stars
golang-gopls skill
samber/cc-skills-golang · skills/golang-gopls/SKILL.md · Golang semantic code intelligence via `gopls`, the official Go language server — go-to-definition, find references…
v1.1.1 · audit A · 3,326 stars
golang-graphql skill
samber/cc-skills-golang · skills/golang-graphql/SKILL.md · Implements GraphQL APIs in Golang using gqlgen or graphql-go. Apply when building GraphQL servers, designing schemas…
v0.2.2 · audit A · 3,326 stars
golang-grpc skill
samber/cc-skills-golang · skills/golang-grpc/SKILL.md · Provides gRPC usage guidelines, protobuf organization, and production-ready patterns for Golang microservices. Use when…
v1.2.2 · audit A · 3,326 stars
golang-how-to skill
samber/cc-skills-golang · skills/golang-how-to/SKILL.md · Golang skills orchestrator — always active on any Golang coding, review, debug, or setup task. Reads the task context…
v1.4.2 · audit A · 3,326 stars
golang-lint skill
samber/cc-skills-golang · skills/golang-lint/SKILL.md · Linting best practices and golangci-lint configuration for Golang projects — running linters, configuring…
v1.4.1 · audit A · 3,326 stars
golang-modernize skill
samber/cc-skills-golang · skills/golang-modernize/SKILL.md · Modernize Golang code to use recent language features, standard library improvements, and idiomatic patterns. Use when…
v1.5.1 · audit A · 3,326 stars
golang-naming skill
samber/cc-skills-golang · skills/golang-naming/SKILL.md · Go (Golang) naming conventions — covers packages, constructors, structs, interfaces, constants, enums, errors…
v1.2.1 · audit A · 3,326 stars
golang-observability skill
samber/cc-skills-golang · skills/golang-observability/SKILL.md · Golang everyday observability — the always-on signals in production. Covers structured logging with slog, Prometheus…
v1.3.2 · audit A · 3,326 stars
golang-performance skill
samber/cc-skills-golang · skills/golang-performance/SKILL.md · Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction…
v1.3.2 · audit A · 3,326 stars
golang-pkg-go-dev skill
samber/cc-skills-golang · skills/golang-pkg-go-dev/SKILL.md · Golang package and module lookup via `godig`, a pkg.go.dev API client (CLI + MCP server). Use for any Go/Golang…
v1.4.2 · audit A · 3,326 stars
golang-popular-libraries skill
samber/cc-skills-golang · skills/golang-popular-libraries/SKILL.md · Golang library and framework selection — vetted production-ready options by category (web, database, testing, logging…
v1.2.2 · audit A · 3,326 stars
golang-project-layout skill
samber/cc-skills-golang · skills/golang-project-layout/SKILL.md · Golang project layout and workspace setup — cmd/internal/pkg directory conventions, module and package naming, go.work…
v1.4.2 · audit A · 3,326 stars
golang-refactoring skill
samber/cc-skills-golang · skills/golang-refactoring/SKILL.md · Golang refactoring — safe, at-scale restructuring of existing Go code: a coverage-adaptive safety net…
v1.1.1 · audit A · 3,326 stars
golang-safety skill
samber/cc-skills-golang · skills/golang-safety/SKILL.md · Defensive Golang coding against accidental bugs — nil panics, typed-nil interfaces, `append` backing-array aliasing…
v1.3.2 · audit A · 3,326 stars
golang-samber-do skill
samber/cc-skills-golang · skills/golang-samber-do/SKILL.md · Dependency injection in Golang using samber/do — service containers, lifecycle management, scopes, health checks…
v1.3.2 · audit A · 3,326 stars
golang-samber-hot skill
samber/cc-skills-golang · skills/golang-samber-hot/SKILL.md · In-memory caching in Golang using samber/hot — eviction algorithms (LRU, LFU, TinyLFU, W-TinyLFU, S3FIFO, ARC…
v1.1.2 · audit A · 3,326 stars
golang-samber-lo skill
samber/cc-skills-golang · skills/golang-samber-lo/SKILL.md · Functional programming helpers for Golang using samber/lo — 500+ type-safe generic functions for slices, maps…
v1.2.2 · audit A · 3,326 stars
golang-samber-mo skill
samber/cc-skills-golang · skills/golang-samber-mo/SKILL.md · Monadic types for Golang using samber/mo — Option, Result, Either, Future, IO, Task, and State types for type-safe…
v1.1.2 · audit A · 3,326 stars
golang-samber-oops skill
samber/cc-skills-golang · skills/golang-samber-oops/SKILL.md · Structured error handling in Golang with samber/oops — error builders, stack traces, error codes, error context, error…
v1.2.1 · audit A · 3,326 stars
golang-samber-ro skill
samber/cc-skills-golang · skills/golang-samber-ro/SKILL.md · Reactive streams and event-driven programming in Golang using samber/ro — ReactiveX implementation with 150+ type-safe…
v1.2.2 · audit A · 3,326 stars
golang-samber-slog skill
samber/cc-skills-golang · skills/golang-samber-slog/SKILL.md · Structured logging extensions for Golang using samber/slog-**** packages — multi-handler pipelines (slog-multi), log…
v1.1.2 · audit A · 3,326 stars
golang-security skill
samber/cc-skills-golang · skills/golang-security/SKILL.md · Security best practices and vulnerability prevention for Golang — injection (SQL, command, XSS), cryptography, path…
v1.2.2 · audit A · 3,326 stars
golang-spf13-cobra skill
samber/cc-skills-golang · skills/golang-spf13-cobra/SKILL.md · Golang CLI command tree library using spf13/cobra — cobra.Command, RunE vs Run, PersistentPreRunE hook chain, Args…
v1.1.2 · audit A · 3,326 stars
golang-spf13-viper skill
samber/cc-skills-golang · skills/golang-spf13-viper/SKILL.md · Golang configuration library using spf13/viper — layered precedence (flag > env > file > KV > default)…
v1.1.2 · audit A · 3,326 stars
golang-stay-updated skill
samber/cc-skills-golang · skills/golang-stay-updated/SKILL.md · Golang ecosystem watch list — official sources (go.dev/blog, pkg.go.dev, tour.golang.org, golang-nuts), newsletters…
v1.3.1 · audit A · 3,326 stars
golang-stretchr-testify skill
samber/cc-skills-golang · skills/golang-stretchr-testify/SKILL.md · Comprehensive guide to stretchr/testify for Golang testing. Covers assert, require, mock, and suite packages in depth…
v1.3.1 · audit A · 3,326 stars
golang-structs-interfaces skill
samber/cc-skills-golang · skills/golang-structs-interfaces/SKILL.md · Golang struct and interface design patterns — composition, embedding, type assertions, type switches, interface…
v1.2.1 · audit A · 3,326 stars
golang-swagger skill
samber/cc-skills-golang · skills/golang-swagger/SKILL.md · Golang OpenAPI/Swagger documentation with swaggo/swag — annotation comments (@Summary, @Param, @Success, @Router…
v1.1.2 · audit A · 3,326 stars
golang-testing skill
samber/cc-skills-golang · skills/golang-testing/SKILL.md · Production-ready Golang tests — table-driven tests, testify suites and mocks, parallel tests, fuzzing, fixtures…
v1.4.0 · audit A · 3,326 stars
golang-troubleshooting skill
samber/cc-skills-golang · skills/golang-troubleshooting/SKILL.md · Troubleshoot Golang programs systematically - find and fix the root cause. Use when encountering bugs, crashes…
v1.3.1 · audit A · 3,326 stars
golang-uber-dig skill
samber/cc-skills-golang · skills/golang-uber-dig/SKILL.md · Implements dependency injection in Golang using uber-go/dig — reflection-based container, Provide/Invoke…
v1.2.2 · audit A · 3,326 stars
golang-uber-fx skill
samber/cc-skills-golang · skills/golang-uber-fx/SKILL.md · Golang application framework using uber-go/fx — fx.New, fx.Provide, fx.Invoke, fx.Module, fx.Lifecycle hooks…
v1.2.2 · audit A · 3,326 stars
Source
github.com/samber/cc-skills-golang · 3,326 stars · license MIT · pushed 2026-09-07