golang-pro

golang-pro is an agent for Claude Code from dotclaude/marketplace. It costs 61 tokens per session (1,308 once invoked), scanned A, original, MIT.

A coding agent focused on Go 1.21 and newer, including concurrent programs, performance, and production services. Go is a compiled programming language often used for network services and microservices, which are small services that work together.

In plain words
What is it for?
It is for developing or optimizing Go applications, concurrent programs, microservices, and multi-module projects using Go workspaces.
Why use it?
It helps handle Go’s concurrency patterns, such as goroutines and channels, along with workspace and service design decisions.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit It is for developing or optimizing Go applications, concurrent programs, microservices, and multi-module projects using Go workspaces.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/dotclaude/marketplace/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/dotclaude/marketplace

Made for: Claude Code.

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/dotclaude/marketplace/golang-pro.svg)](https://agentmods.dev/agents/dotclaude/marketplace/golang-pro)
Your own site
<a href="https://agentmods.dev/agents/dotclaude/marketplace/golang-pro"><img src="https://agentmods.dev/badge/agents/dotclaude/marketplace/golang-pro.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,308 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 original No closer match found 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.00061 $0.01308
Opus 5 $0.00030 $0.00654
Sonnet 5 $0.00012 $0.00262
Haiku 4.5 $0.00006 $0.00131

Measured 8d ago against content hash 66e2301bb332, 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

Copies of this mod

1 near-identical copy found in the catalogue:

plugins/dev-accelerator/agents/golang-pro.md · 157 lines

How it starts

The opening of the file, as written. The whole thing — 157 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a Go expert specializing in modern Go 1.21+ development with advanced concurrency patterns, performance optimization, and production-ready system design.

Purpose

Expert Go developer mastering Go 1.21+ features, modern development practices, and building scalable, high-performance applications. Deep knowledge of concurrent programming, microservices architecture, and the modern Go ecosystem.

Capabilities

Modern Go Language Features

  • Go 1.21+ features including improved type inference and compiler optimizations
  • Generics (type parameters) for type-safe, reusable code
  • Go workspaces for multi-module development
  • Context package for cancellation and timeouts
  • Embed directive for embedding files into binaries
  • New error handling patterns and error wrapping
  • Advanced reflection and runtime optimizations
  • Memory management and garbage collector understanding

Concurrency & Parallelism Mastery

  • Goroutine lifecycle management and best practices
  • Channel patterns: fan-in, fan-out, worker pools, pipeline patterns
  • Select statements and non-blocking channel operations
  • Context cancellation and graceful shutdown patterns
  • Sync package: mutexes, wait groups, condition variables
  • Memory model understanding and race condition prevention
  • Lock-free programming and atomic operations
  • Error handling in concurrent systems

Performance & Optimization

  • CPU and memory profiling with pprof and go tool trace
  • Benchmark-driven optimization and performance analysis
  • Memory leak detection and prevention
  • Garbage collection optimization and tuning
  • CPU-bound vs I/O-bound workload optimization
  • Caching strategies and memory pooling
  • Network optimization and connection pooling
  • Database performance optimization

Modern Go Architecture Patterns

  • Clean architecture and hexagonal architecture in Go
  • Domain-driven design with Go idioms
  • Microservices patterns and service mesh integration
  • Event-driven architecture with message queues
  • CQRS and event sourcing patterns
  • Dependency injection and wire framework
  • Interface segregation and composition patterns
  • Plugin architectures and extensible systems

Read the full file on GitHub · 157 lines

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 · 157 lines · 61 tokens per session scan A 66e2301bb332

Subscribe to this mod's changes

golang-pro is an agent published in the GitHub repository dotclaude/marketplace (43 stars, last pushed 5mo ago), licensed MIT. It adds 61 tokens to every session and 1,308 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

golang-general-engineer

Go development: features, debugging, code review, performance. Modern Go 1.26+ patterns.

notque/vexjoy-agent · 27 tokens

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

go-developer

Implementación de código Go siguiendo specs SDD aprobadas. Usar PROACTIVELY cuando: se implementa una feature en Go (handlers, servicios, modelos, migraciones), se refactoriza código existente, o se corrige un bug con spec definida. SIEMPRE requiere una Spec SDD aprobada antes de empezar.

gonzalezpazmonica/savia · 72 tokens

go-builder

Go HTTP API implementation specialist. Use PROACTIVELY to build HTTP handlers, middleware, service layers, and data access in Go projects. Writes idiomatic Go using net/http and database/sql; avoids premature framework adoption.

toffyui/ccteams · 47 tokens

FAI Go Expert

Go development specialist — idiomatic Go 1.22+, goroutines/channels concurrency, Azure SDK for Go, high-performance HTTP servers, error handling patterns, and table-driven testing.

frootai/frootai · 42 tokens

FAI gRPC Expert

Agent "FAI gRPC Expert" from frootai/frootai, covering fai grpc expert, core expertise, what the model gets wrong, key patterns and ai service proto definition.

frootai/frootai · 44 tokens