·go-write
</>

go-write

Patterns and conventions for writing Go code. Covers API design, error handling, concurrency, interfaces, safety, performance, naming, testing, functional options, logging, and deterministic simulation testing.

4Installs·0Trend·@stuckinforloop

Installation

$npx skills add https://github.com/stuckinforloop/harness --skill go-write

How to Install go-write

Quickly install go-write 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/stuckinforloop/harness --skill go-write
  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: stuckinforloop/harness.

SKILL.md

View raw

| api-design | Export permanence, signature immutability, parameter objects, result objects | | errors | Handle-once, sentinel/structured/opaque strategy, wrapping, naming | | interfaces | Small interfaces, compile-time checks, consumer-side, upcasting, driver pattern |

| concurrency | Mutex placement, channel sizing, goroutine lifecycle, context cancellation | | worker-pools | Channel-based pools, context cancellation, WaitGroup shutdown | | safety | Defer cleanup, type assertions, no panic, copy at boundaries | | performance | strconv over fmt, pre-allocation, strings.Builder |

| naming | Package naming, unexported global prefix, import aliases, receiver names | | declarations | Short declarations, nil slices, zero-value structs, field names | | organization | Import grouping, function ordering, early returns, line length | | testing | Table-driven tests, subtests, testify, go.uber.org/goleak |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/stuckinforloop/harness --skill go-write
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-11

Browse more skills from stuckinforloop/harness

Quick answers

What is go-write?

Patterns and conventions for writing Go code. Covers API design, error handling, concurrency, interfaces, safety, performance, naming, testing, functional options, logging, and deterministic simulation testing. Source: stuckinforloop/harness.

How do I install go-write?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/stuckinforloop/harness --skill go-write 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/stuckinforloop/harness

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25