
Write Go Code
- 2 repo stars
- Updated July 24, 2026
- cboone/agent-harness-plugins
A Go code style guide based on the Google Go Style Guide, Effective Go, Code Review Comments, and Cobra CLI behavior.
About
Write-go-code is a Go style guide grounded in the Google Go Style Guide, Effective Go, Code Review Comments, and Cobra CLI behavior. It keeps Go source idiomatic and review-ready across services and command-line tools. Aimed at Go developers who want consistent, conventional code.
- Google Go Style Guide
- Effective Go
- Code Review Comments
- Cobra CLI behavior
Write Go Code by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin marketplace add cboone/agent-harness-plugins/plugin install write-go-code@agent-harness-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | July 24, 2026 |
| Repository | cboone/agent-harness-plugins ↗ |
What it does
A Go code style guide based on the Google Go Style Guide, Effective Go, Code Review Comments, and Cobra CLI behavior.
README.md
Write Go Code
Go code style guide based on Google Go Style Guide, Effective Go, Code Review Comments, and Cobra CLI behavior.
Type: Skill
Trigger: /write-go-code (also activates automatically)
Installation
See the marketplace install instructions.
What It Does
Provides Go style conventions covering naming, error handling, concurrency, testing, data types, functions, interfaces, code organization, and Cobra CLI command behavior. Activates automatically when writing, reviewing, or refactoring Go code, so you get consistent style guidance without needing to invoke it manually.
Organized into an essential checklist for quick reviews and comprehensive references by topic.
Usage
/write-go-code
The skill also activates automatically when Claude Code detects Go code work.
Examples
- Writing a new Go function: the style guide activates automatically
- "review this Go code for style": activates automatically
- Editing a Cobra root command: checks for combined usage output when a runnable root also has subcommands
- "/write-go-code": loads the full style guide explicitly
See Also
- Lint and Fix: run linters and formatters across the project
- Scaffold Go CLI: scaffold a full Go CLI project
- All plugins