Agent Skills: go-declarations

Use when declaring or initializing Go variables, constants, structs, or maps — including var vs :=, reducing scope with if-init, formatting composite literals, designing iota enums, and using any instead of interface{}. Also use when writing a new struct or const block, even if the user doesn't ask about declaration style. Does not cover naming conventions (see go-naming).

UncategorizedID: cxuu/golang-skills/go-declarations

Repository

cxuuLicense: Apache-2.0
658

Install this agent skill to your local

pnpm dlx add-skill https://github.com/cxuu/golang-skills/go-declarations

Skill Files

Browse the full folder contents for go-declarations.

Download Skill

Loading file tree…

Select a file to preview its contents.