golang-pro

Write, review, and bootstrap Go 1.21+ projects with idiomatic patterns.

8|1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/dsjacobsen/agent-resources --skill golang-pro-dsjacobsen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: golang-pro
Source: https://github.com/dsjacobsen/agent-resources/tree/main/.claude/skills/golang-pro
Command: npx skills add https://github.com/dsjacobsen/agent-resources --skill golang-pro-dsjacobsen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides expert Go patterns and practices to help Claude write, review, and bootstrap Go projects efficiently, focusing on Go 1.21+ features, concurrency, and maintainability.

Core Features & Use Cases

  • Idiomatic Go patterns: Emphasizes Effective Go, interface design, and functional options.
  • Concurrency & performance: Goroutines, worker pools, channels, context propagation.
  • Production-grade patterns: Graceful shutdown, middleware, structured logging with slog.
  • Testing & maintenance: Table-driven tests, benchmarks, and test fixtures for reliability.
  • Go 1.21+ features: Generics, improved error handling, and tooling for modern Go.

Quick Start

Ask Claude to scaffold a production-ready Go module with clean architecture and graceful shutdown for a REST API.