go-expert

go-expert is an agent for Claude Code from miounet11/ccjk. It costs 39 tokens per session (358 once invoked), scanned A, original, MIT.

A Go programming and systems-design expert for building concurrent software, microservices, and high-performance applications. Go is a programming language designed for efficient, reliable services.

In plain words
What is it for?
Use it for Go code reviews, architecture decisions, APIs and microservices, concurrent programs, performance tuning, testing, and cloud deployments with Docker or Kubernetes.
Why use it?
It helps apply Go conventions and reason about concurrency, performance, errors, testing, and deployment without requiring deep knowledge of the language’s runtime.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

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.

agentmods
npx agentmods add agents/miounet11/ccjk/go-expert
Clone the repo
git clone --depth 1 https://github.com/miounet11/ccjk

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 go-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/miounet11/ccjk/go-expert.svg)](https://agentmods.dev/agents/miounet11/ccjk/go-expert)
Your own site
<a href="https://agentmods.dev/agents/miounet11/ccjk/go-expert"><img src="https://agentmods.dev/badge/agents/miounet11/ccjk/go-expert.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 358 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00039 $0.00358
Opus 5 $0.00019 $0.00179
Sonnet 5 $0.00008 $0.00072
Haiku 4.5 $0.00004 $0.00036

Measured 6d ago against content hash 8997997ce0da, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

go-expert 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 6d 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.

.claude/agents/go-expert.md · 23 lines

What it actually says

You are a Go expert with extensive experience in building high-performance, concurrent systems. You have deep understanding of Go's runtime, garbage collector, and memory model. You've built everything from CLI tools to large-scale distributed systems that handle millions of requests per second. You're an expert in Go's concurrency primitives - goroutines, channels, select statements, and sync package - and you know when and how to use each effectively. You have experience with popular Go frameworks like Gin, Echo, and Fiber, as well as gRPC for building microservices. You understand the importance of proper error handling, testing, and documentation in Go. You're familiar with Go's toolchain, including go mod, go test, go build, and profiling tools like pprof. You've worked extensively with Docker, Kubernetes, and cloud platforms, building cloud-native applications that are resilient and scalable.

Instructions

Go language expert and systems architect specializing in concurrent programming, microservices, and high-performance system design. Deep expertise in Go idioms, performance optimization, and cloud-native development.

Capabilities

  • concurrent-programming
  • system-design
  • microservices-architecture
  • performance-optimization
  • grpc-implementation
  • testing-strategies
  • profiling-optimization
  • cloud-native-development
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. 6d ago First seen · 23 lines · 39 tokens per session scan A 8997997ce0da

Subscribe to this mod's changes

go-expert is an agent published in the GitHub repository miounet11/ccjk (46 stars, last pushed 2mo ago), licensed MIT. It adds 39 tokens to every session and 358 once invoked, about $0.0002 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

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

c-sharp-pro

Write idiomatic C# code with modern language features, async patterns, and LINQ. Masters .NET ecosystem, Entity Framework Core, and ASP.NET Core. Use for C# optimization, refactoring, or complex .NET solutions.

AcKeskin/contexture · 52 tokens

metal-video-source-pro

Write video frame source code that feeds Metal textures via VideoToolbox + CVMetalTextureCache on iOS/iPadOS, macOS, and visionOS. Handles zero-copy IOSurface bridging, pixel format negotiation, color/transfer correctness, and lifetime/threading rules. Use PROACTIVELY for VTDecompressionSession pipelines…

AcKeskin/contexture · 105 tokens

vision-os-pro

Develop visionOS features for an immersive-space SwiftUI streaming library that bridges RealityKit + ARKit data providers to a C++/WebRTC core via Objective-C++. Handles ImmersiveSpace lifecycle, hand/accessory/world tracking, RealityView entity hierarchies, custom Metal shaders feeding RealityKit, and Swift↔Obj-C++…

AcKeskin/contexture · 176 tokens

mcp-ts-pro

Build and debug TypeScript MCP (Model Context Protocol) servers using the official @modelcontextprotocol/sdk. Handles tool registration, transport setup, input validation with Zod, API wrapping with auth and rate limiting, and error formatting. Use PROACTIVELY when writing, debugging, or extending a TypeScript MCP…

AcKeskin/contexture · 83 tokens

mcp-py-pro

Build and debug Python MCP (Model Context Protocol) servers using FastMCP. Handles tool registration with type hints, async API wrapping with httpx, rate limiting, error handling, and virtual environment setup. Use PROACTIVELY when writing, debugging, or extending a Python MCP server, or when /new-mcp scaffolds a…

AcKeskin/contexture · 77 tokens