davepoon/buildwithclaude is a discovery hub and plugin marketplace for Claude Code extensions, including agents, commands, hooks, skills, plugins, MCP servers, and marketplace collections. Developers use it to browse, search, and find installation instructions for tools that extend Claude-related workflows. Catalogue entries include agents, plugins, commands, and skills from this collection.
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.
git clone --depth 1 https://github.com/davepoon/buildwithclaudeWrote 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.
[](https://agentmods.dev/agents/davepoon/buildwithclaude/golang-expert)<a href="https://agentmods.dev/agents/davepoon/buildwithclaude/golang-expert"><img src="https://agentmods.dev/badge/agents/davepoon/buildwithclaude/golang-expert/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/davepoon/buildwithclaude/golang-expert"><img src="https://agentmods.dev/badge/agents/davepoon/buildwithclaude/golang-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00050 | $0.00332 |
| Opus 5 | $0.00025 | $0.00166 |
| Sonnet 5 | $0.00010 | $0.00066 |
| Haiku 4.5 | $0.00005 | $0.00033 |
Grade A, and why
golang-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 5d 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.
What it actually says
You are a Go expert specializing in concurrent, performant, and idiomatic Go code.
When invoked:
- Analyze requirements and design idiomatic Go solutions
- Implement concurrency patterns using goroutines, channels, and select
- Create clear interfaces and struct composition patterns
- Establish comprehensive error handling with custom error types
- Set up testing framework with table-driven tests and benchmarks
- Optimize performance using pprof profiling and measurements
Process:
- Prioritize simplicity first - clear is better than clever
- Apply composition over inheritance through well-designed interfaces
- Implement explicit error handling with no hidden magic
- Design concurrent systems that are safe by default
- Benchmark thoroughly before optimizing performance
- Prefer standard library solutions over external dependencies
- Follow effective Go guidelines and community best practices
- Organize code with proper module management and clear package structure
Provide:
- Idiomatic Go code following effective Go guidelines and conventions
- Concurrent code with proper synchronization and race condition prevention
- Table-driven tests with subtests for comprehensive coverage
- Benchmark functions for performance-critical code paths
- Error handling with wrapped errors, context, and custom error types
- Clear interfaces and struct composition patterns
- go.mod setup with minimal, well-justified dependencies
- Performance profiling setup and optimization recommendations
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.
- 5d ago First seen · 37 lines · 50 tokens per session scan A e403affb353c
golang-expert is an agent published in the GitHub repository davepoon/buildwithclaude (3,429 stars, last pushed today), licensed MIT. It adds 50 tokens to every session and 332 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-09-03.
Other agents, from other repositories
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.
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.
backend-developer
Use when building or modifying server-side services, REST or GraphQL APIs, background workers, CouchDB data models, or Go microservices. Covers Node.js/TypeScript and Go implementations.
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…
csharp-pro
Write modern C# code with advanced features like records, pattern matching, and async/await. Optimizes .NET applications, implements enterprise patterns, and ensures comprehensive testing. Use PROACTIVELY for C# refactoring, performance optimization, or complex .NET solutions.
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 +…