·golang-idioms
</>

golang-idioms

Idiomatic Go patterns for error handling, interfaces, concurrency, testing, and module management

15Installs·6Trend·@rohitg00

Installation

$npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill golang-idioms

How to Install golang-idioms

Quickly install golang-idioms AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill golang-idioms
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: rohitg00/awesome-claude-code-toolkit.

SKILL.md

View raw

Use t.Helper() in all test utility functions. Use t.Cleanup() instead of defer for test resource cleanup. Use testdata/ directory for test fixtures.

Use go mod tidy before every commit. Pin major versions. Review changelogs before updating.

Use log/slog (standard library, Go 1.21+). Use structured fields, never string interpolation. Include request ID, user ID, and operation name in every log entry.

Idiomatic Go patterns for error handling, interfaces, concurrency, testing, and module management Source: rohitg00/awesome-claude-code-toolkit.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill golang-idioms
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from rohitg00/awesome-claude-code-toolkit

Quick answers

What is golang-idioms?

Idiomatic Go patterns for error handling, interfaces, concurrency, testing, and module management Source: rohitg00/awesome-claude-code-toolkit.

How do I install golang-idioms?

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

Where is the source repository?

https://github.com/rohitg00/awesome-claude-code-toolkit