·go-best-practices
</>

go-best-practices

0xbigboss/claude-code

Provides Go patterns for type-first development with custom types, interfaces, functional options, and error handling. Must use when reading or writing Go files.

76Installs·2Trend·@0xbigboss

Installation

$npx skills add https://github.com/0xbigboss/claude-code --skill go-best-practices

SKILL.md

Types define the contract before implementation. Follow this workflow:

Use Go's type system to prevent invalid states at compile time.

Prefer smaller files within packages: one type or concern per file. Split when a file handles multiple unrelated types or exceeds 300 lines. Keep tests in test.go files alongside implementation. Package boundaries define the API; internal organization is flexible.

Provides Go patterns for type-first development with custom types, interfaces, functional options, and error handling. Must use when reading or writing Go files. Source: 0xbigboss/claude-code.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/0xbigboss/claude-code --skill go-best-practices
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is go-best-practices?

Provides Go patterns for type-first development with custom types, interfaces, functional options, and error handling. Must use when reading or writing Go files. Source: 0xbigboss/claude-code.

How do I install go-best-practices?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/0xbigboss/claude-code --skill go-best-practices Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/0xbigboss/claude-code