golang

SKILL.md

Golang Development Skill

Activation Triggers

  • Working with .go files, 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"
Installs
1
First Seen
Apr 1, 2026