golang

Installation
SKILL.md

ABOUTME: Go 1.26 idiomatic development skill with automated quality gates

ABOUTME: Enforces 2025 best practices, pre-commit hooks, and golangci-lint

Go 1.26 Idiomatic Development

Quick Reference

Principle Rule
Simplicity Start with simplest solution; justify every abstraction
Explicitness Clear code paths; no magic
Composition Small interfaces; embedding over inheritance
Errors Values, not exceptions; always wrap with context
Functions ≀50 lines, ≀4 params, single responsibility
Duplication Rule of Three before abstracting

πŸ›‘ FILE OPERATION CHECKPOINT (BLOCKING)

Before EVERY Write or Edit tool call on a .go file:

Installs
6
GitHub Stars
11
First Seen
Jan 31, 2026
golang β€” mauromedda/agent-toolkit