Go context is a way to manage request lifecycles, cancellations, and timeouts in your code. This skill teaches you how to use context the right way. It covers how to pass context through your whole program, stop work when needed, and store small pieces of data safely.
You will learn which kind of context to create in different situations. You will see how to avoid common mistakes like using nil or storing context in a struct. The skill helps you keep your Go programs reliable and easy to debug.
Global
mkdir -p ~/.claude/skills/golang-contextProject
mkdir -p .claude/skills/golang-contextSource 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 Design Patternssamber/cc-skills-golang
Idiomatic Go patterns for clean constructors error handling and graceful shutdown
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 Popular Librariessamber/cc-skills-golang
Go library recommendations that focus on standard library, simplicity, and performance