golang
SKILL.md
Golang Development Skill
Activation Triggers
- Working with
.gofiles,go.mod,go.sum,go.work - User mentions Go, Golang, or Go-specific terms
- Questions about Go libraries, frameworks, or tooling
- Concurrency patterns (goroutines, channels, context)
Workflow: Research-First Approach
Before implementing, gather context from authoritative sources:
# Context7 docs for repo-specific guidance
context7 docs /gin-gonic/gin "how to set up middleware"
context7 docs /uber-go/zap "structured logging setup"