AI AGENT ADDONS
Programming Languages
25,521installs

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.

Add Golang Context skill to your workflow

Global

mkdir -p ~/.claude/skills/golang-context

Project

mkdir -p .claude/skills/golang-context

Source Repository

Stars
2,322
Forks
149
Watchers
2,322
License
MIT
Last Push
28 days ago
Created
4 months ago