·go-lib-design
</>

go-lib-design

Designing Go libraries and packages for long-term evolution. Covers API surface management, dependency direction, backwards compatibility, trade-offs between parameter objects and functional options, and testability via deterministic simulation.

4Installs·0Trend·@stuckinforloop

Installation

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

How to Install go-lib-design

Quickly install go-lib-design 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-lib-design
  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

| design-process | Four design axes, work backwards, minimize surface area | | surface-area | Internal packages, no global state, unknown outputs, mutation guards | | dependencies | Accept don't instantiate, accept interfaces, return structs | | evolution | Breaking changes, param objects vs functional options, result objects |

| testability | TimeNow function type, rand.Rand injection, WithX options, deterministic outputs, DST readiness |

Do NOT apply to application-level code that won't be imported by other modules.

Designing Go libraries and packages for long-term evolution. Covers API surface management, dependency direction, backwards compatibility, trade-offs between parameter objects and functional options, and testability via deterministic simulation. Source: stuckinforloop/harness.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

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

Browse more skills from stuckinforloop/harness

Quick answers

What is go-lib-design?

Designing Go libraries and packages for long-term evolution. Covers API surface management, dependency direction, backwards compatibility, trade-offs between parameter objects and functional options, and testability via deterministic simulation. Source: stuckinforloop/harness.

How do I install go-lib-design?

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-lib-design 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