go-patterns
Installation
SKILL.md
Go Patterns Skill
Umbrella skill for Go development: testing, concurrency, error handling, anti-patterns, code review, SAP CC conventions, and quality gates. Routes to the correct reference based on the Go task at hand.
Reference Loading Table
| Signal | Load These Files | Why |
|---|---|---|
| Testing | testing.md |
Writing, fixing, or reviewing Go tests |
| Concurrency | concurrency.md |
Goroutines, channels, sync primitives, race conditions |
| Error handling | error-handling.md |
Error wrapping, sentinels, custom types, errors.Is/As |
| Review patterns | preferred-patterns.md |
Detecting code smells, over-engineering, bad Go patterns |
| Code review | code-review.md |
Reviewing Go code or PRs for quality |
| SAP CC conventions | sapcc-conventions.md |
Working in sapcc/* repos with go-bits |
| Quality gate | quality-gate.md |
Running make check, linting, pre-commit validation |
Instructions
Related skills
More from notque/claude-code-toolkit
generate-claudemd
Generate project-specific CLAUDE.md from repo analysis.
12fish-shell-config
Fish shell configuration and PATH management.
12pptx-generator
PPTX presentation generation with visual QA: slides, pitch decks.
12codebase-overview
Systematic codebase exploration and architecture mapping.
10image-to-video
FFmpeg-based video creation from image and audio.
9data-analysis
Decision-first data analysis with statistical rigor gates.
9