Use when writing or refactoring Go production code — types, interfaces, error handling, concurrency, context, HTTP, service design, resilience, and performance patterns.
Use when reviewing Go code in pull requests or auditing Go codebases — checklists for error handling, concurrency safety, naming conventions, API design, performance pitfalls, security, and package structure.
Use when writing, debugging, or improving Go tests — table-driven tests, benchmarks, fuzzing, mocks, integration tests, race detection, and coverage.
A Claude Code plugin marketplace providing production-grade Go patterns and best practices as skills.
| Plugin | Version | Description |
|---|---|---|
| golang | 0.0.1 | Production-grade Go patterns — coding, reviewing, and testing skills |
/plugin marketplace add ppzxc/golang-plugins
/plugin install golang
/golang:coder # writing or refactoring Go production code
/golang:reviewer # reviewing Go code in pull requests
/golang:tester # writing or improving Go tests
golang-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace metadata
└── plugins/
└── golang/ # Go skills plugin
├── .claude-plugin/plugin.json
├── README.md
└── skills/
├── coder/SKILL.md
├── reviewer/SKILL.md
└── tester/SKILL.md
ppzxc — ppzxc.github.io
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimDevelopment methodology skills — Tidy First, TDD, and language-agnostic development practices
Documentation decision records skills — ADR (Nygard format) and MADR (Markdown Architectural Decision Records 4.0) for capturing and tracking architecture decisions
Java skills — production-grade Java patterns, code review, TDD, Java 25 features, and Spring Boot 4 conventions
Git workflow skills — safe commit, PR creation, PR review, squash merge, issue creation, full PR lifecycle orchestration, and worktree cleanup
npx claudepluginhub ppzxc/golang-plugins --plugin golangGo language coding standards, best practices, and testing patterns
AI Agent Skills for production-ready Go projects
Go development following Google Go style guide with Go 1.25+ features and best practices
Go language discipline: conventions, idioms, toolchain, and LSP-powered code intelligence
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
gopilot is your Go copilot - a skill for writing idiomatic Go code, covering design patterns, error handling, testing, concurrency, generics, and stdlib patterns up to Go 1.26.