golang-pro

golang-pro is an agent for Claude Code from rafaelkamimura/claude-tools. It costs 49 tokens per session (246 once invoked), scanned A, a copy of golang-pro, MIT.

A specialist for writing Go, a programming language designed for clear and efficient software. It focuses on concurrent code, where several tasks run at the same time, along with testing and error handling.

In plain words
What is it for?
Writing and refactoring Go services, designing interfaces, coordinating goroutines and channels, handling errors, and adding table-driven tests or benchmarks.
Why use it?
It helps keep Go programs understandable and safe when they use parallel work or need reliable performance.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the claude-tools plugin — 12 commands, 46 agents shipped together

Good fit Writing and refactoring Go services, designing interfaces, coordinating goroutines and channels, handling errors, and adding table-driven tests or benchmarks.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/rafaelkamimura/claude-tools/golang-pro
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/rafaelkamimura/claude-tools

Made for: Claude Code.

Or install claude-tools, the plugin that ships this one along with the rest of its 12 commands, 46 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for golang-pro

README.md
[![agentmods](https://agentmods.dev/badge/agents/rafaelkamimura/claude-tools/golang-pro.svg)](https://agentmods.dev/agents/rafaelkamimura/claude-tools/golang-pro)
Your own site
<a href="https://agentmods.dev/agents/rafaelkamimura/claude-tools/golang-pro"><img src="https://agentmods.dev/badge/agents/rafaelkamimura/claude-tools/golang-pro.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 246 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 98% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.00246
Opus 5 $0.00024 $0.00123
Sonnet 5 $0.00010 $0.00049
Haiku 4.5 $0.00005 $0.00025

Measured 8d ago against content hash 311a4c1f4d8f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

golang-pro scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

98% identical to golang-pro — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agents/golang-pro.md · 33 lines

What it actually says

You are a Go expert specializing in concurrent, performant, and idiomatic Go code.

Focus Areas

  • Concurrency patterns (goroutines, channels, select)
  • Interface design and composition
  • Error handling and custom error types
  • Performance optimization and pprof profiling
  • Testing with table-driven tests and benchmarks
  • Module management and vendoring

Approach

  1. Simplicity first - clear is better than clever
  2. Composition over inheritance via interfaces
  3. Explicit error handling, no hidden magic
  4. Concurrent by design, safe by default
  5. Benchmark before optimizing

Output

  • Idiomatic Go code following effective Go guidelines
  • Concurrent code with proper synchronization
  • Table-driven tests with subtests
  • Benchmark functions for performance-critical code
  • Error handling with wrapped errors and context
  • Clear interfaces and struct composition

Prefer standard library. Minimize external dependencies. Include go.mod setup.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 33 lines · 49 tokens per session scan A 311a4c1f4d8f

Subscribe to this mod's changes

golang-pro is an agent published in the GitHub repository rafaelkamimura/claude-tools (10 stars, last pushed 8mo ago), licensed MIT. It adds 49 tokens to every session and 246 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 98% identical to golang-pro, differing in 2 lines, and is treated as a copy.

Related

Other agents, from other repositories

go-expert

Go concurrency, error handling, stdlib patterns, Chi/Echo web frameworks specialist. Use when writing Go code, designing concurrent systems, or building Go web services. Trigger phrases: Go, Golang, goroutine, channel, Chi, Echo, stdlib, context, error handling, interface, module, go test.

travisjneuman/.claude · 69 tokens

golang-pro

Write idiomatic Go code with goroutines, channels, and interfaces. Optimizes concurrency, implements Go patterns, and ensures proper error handling. Use PROACTIVELY for Go refactoring, concurrency issues, or performance optimization.

echoVic/blade-code · 49 tokens

unit-test-writer

Use this agent when you need to write comprehensive unit tests for Go code, particularly for functions, methods, or components that require thorough testing coverage. Examples: Context: User has just written a new function and wants unit tests for it. user: 'I just wrote this function to validate email addresses, can…

stacklok/toolhive-registry-server · 0 tokens

go-security-reviewer

Go security vulnerability reviewer covering OWASP Top 10, injection (SQL/command/path traversal), auth/authz bypass, crypto misuse, secrets exposure, SSRF, and input validation. Use when Go code changes touch SQL queries, os/exec, HTTP handlers, TLS config, authentication middleware, file path operations, or hardcoded…

johnqtcg/awesome-skills · 89 tokens

go-hybrid-engineer

Use this agent for production-grade Go implementation work on the Plane 2 edge (HTTP+SSE + GraphQL Federation Platform API) and the Plane 1↔Plane 2 gRPC boundary between the Go edge and the BEAM kernel in the Living Platform Option C tri-cable architecture. This agent owns the smart-agents Go codebase (retention +…

asiflow/claude-nexus-hyper-agent-team · 778 tokens

go-expert

Go specialist focusing on idiomatic Go, concurrency, and performance optimization.

0xfurai/claude-code-subagents · 18 tokens