Go design patterns help you write clean and reliable code. This skill gives you idiomatic Go patterns for constructors, error handling, resource management, and graceful shutdown. It is built for developers who want production-ready code without unnecessary complexity.
You will learn to use functional options for flexible APIs and avoid common pitfalls like init() abuse. Every pattern solves a real problem and keeps your code simple and explicit. Use this skill when choosing between architectural patterns or setting up resilient systems in Go.
Global
mkdir -p ~/.claude/skills/golang-design-patternsProject
mkdir -p .claude/skills/golang-design-patternsSource Repository
Typescript Advanced Typeswshobson/agents
Master advanced TypeScript types for safer and more flexible code
Python Executorqu-skills/skills
Execute Python code safely with 100+ libraries for data, scraping, and media
Golang Error Handlingsamber/cc-skills-golang
Learn to create, wrap, inspect, and log Go errors like a professional engineer
Golang Performancesamber/cc-skills-golang
Speed up your Go code using proven patterns for allocation reduction and CPU efficiency
Golang Concurrencysamber/cc-skills-golang
Write safe Go concurrency with goroutines, channels, and sync primitives
Golang Data Structuressamber/cc-skills-golang
Optimize Go data structures for speed and memory efficiency with internals knowledge
Golang Contextsamber/cc-skills-golang
Master Go context for cancellations, timeouts, and request values
Golang Popular Librariessamber/cc-skills-golang
Go library recommendations that focus on standard library, simplicity, and performance