Claude-skill-registry go-change

Implement Go changes with strict plan → diff → verify discipline.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/go-change" ~/.claude/skills/majiayu000-claude-skill-registry-go-change && rm -rf "$T"
manifest: skills/data/go-change/SKILL.md
source content

Steps:

  1. Restate requirements and constraints
  2. Identify existing patterns in the repo
  3. Propose a short plan and file list
  4. Implement in small diffs
  5. Ensure gofmt, golangci-lint, and go test ran
  6. Report files changed, commands run, and outcomes