golang

Provide Go development guidance on idiomatic patterns and testing workflows.

6|3|Updated Mar 9, 2011
One-click install
npx skills add https://github.com/jaeyeom/experimental --skill golang-jaeyeom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: golang
Source: https://github.com/jaeyeom/experimental/tree/main/.claude/skills/golang
Command: npx skills add https://github.com/jaeyeom/experimental --skill golang-jaeyeom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Expert Go development guidance focusing on idiomatic patterns, maintainable code, and practical workflows for building robust Go applications.

Core Features & Use Cases

  • Logging & Observability: use log/slog with proper levels and structure.
  • Interfaces & Design: define interfaces where used, avoid unnecessary abstractions.
  • Testing & Quality: use table-driven tests, clear failure messages, and linting/testing commands.
  • Tooling: run make lint, make test, and use golangci-lint for quality.

Quick Start

Ask: 'How should I structure a new Go module for a REST API project?'