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.mdsource content
Steps:
- Restate requirements and constraints
- Identify existing patterns in the repo
- Propose a short plan and file list
- Implement in small diffs
- Ensure gofmt, golangci-lint, and go test ran
- Report files changed, commands run, and outcomes