Go
SkillDev toolsYou MUST activate this skill when working on Go projects
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Go skill
What this skill tells your AI
The instructions your AI receives, as published by sammcj/agentic-coding in Skills/golang-development/SKILL.md and read by ahel’s review.
- Use latest Go version (verify, don't assume). Build with
-ldflags="-s -w" - Check modernity:
go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./... - Copy golangci config:
$HOME/git/sammcj/mcp-devtools/.golangci.yml - Idiomatic Go: explicit error handling, early returns, small interfaces, composition, defer for cleanup, table-driven tests
Go Testing
- When working with tests in Go, read in
references/go-testing.mdfor actionable testing guidelines.
Signals
- GitHub stars
- 160
- Forks
- 25
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
golang-development- Source
- github.com/sammcj/agentic-coding