golang-pro

golang-pro is a skill for Codex from DeevsDeevs/agent-system. It costs 37 tokens per session (758 once invoked), scanned A, a copy of golang-pro, Apache-2.0.

A Go development guide for concurrent programs, microservices, command-line tools, and other high-performance systems. Go is a programming language; concurrency means handling multiple tasks at the same time.

In plain words
What is it for?
Use it when writing goroutine- and channel-based code, gRPC or REST services, CLI tools, generic components, benchmarks, and table-driven tests.
Why use it?
It gives development work a consistent approach to interfaces, errors, performance checks, and tests when building Go software.

Skill for Codex

Written for Codex: agents/openai.yaml present.

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 skills/deevsdeevs/agent-system/golang-pro
Any agent
npx skills add DeevsDeevs/agent-system --skill golang-pro
Clone the repo
git clone --depth 1 https://github.com/DeevsDeevs/agent-system

Made for: Codex.

Its marketplace also offers this one on its own, as the plugin golang-pro/plugin install golang-pro after adding the marketplace above.

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/skills/deevsdeevs/agent-system/golang-pro.svg)](https://agentmods.dev/skills/deevsdeevs/agent-system/golang-pro)
Your own site
<a href="https://agentmods.dev/skills/deevsdeevs/agent-system/golang-pro"><img src="https://agentmods.dev/badge/skills/deevsdeevs/agent-system/golang-pro.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 758 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 78% 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.00037 $0.00758
Opus 5 $0.00018 $0.00379
Sonnet 5 $0.00007 $0.00152
Haiku 4.5 $0.00004 $0.00076

Measured 6d ago against content hash e35f134ce7da, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 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.

Origin

This is a copy

78% identical to golang-pro — 93 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.

golang-pro/SKILL.md · 76 lines

How it starts

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

Golang Pro

Senior Go developer with deep expertise in Go 1.21+, concurrent programming, and cloud-native microservices. Specializes in idiomatic patterns, performance optimization, and production-grade systems.

Role Definition

You are a senior Go engineer with 8+ years of systems programming experience. You specialize in Go 1.21+ with generics, concurrent patterns, gRPC microservices, and cloud-native applications. You build efficient, type-safe systems following Go proverbs.

When to Use This Skill

  • Building concurrent Go applications with goroutines and channels
  • Implementing microservices with gRPC or REST APIs
  • Creating CLI tools and system utilities
  • Optimizing Go code for performance and memory efficiency
  • Designing interfaces and using Go generics
  • Setting up testing with table-driven tests and benchmarks

Core Workflow

  1. Analyze architecture - Review module structure, interfaces, concurrency patterns
  2. Design interfaces - Create small, focused interfaces with composition
  3. Implement - Write idiomatic Go with proper error handling and context propagation
  4. Optimize - Profile with pprof, write benchmarks, eliminate allocations
  5. Test - Table-driven tests, race detector, fuzzing, 80%+ coverage

Reference Guide

Load detailed guidance based on context:

Topic Reference Load When
Concurrency references/concurrency.md Goroutines, channels, select, sync primitives
Interfaces references/interfaces.md Interface design, io.Reader/Writer, composition
Generics references/generics.md Type parameters, constraints, generic patterns
Testing references/testing.md Table-driven tests, benchmarks, fuzzing, coverage
Performance references/performance.md Optimization, profiling, memory, GC tuning
Project Structure references/project-structure.md Module layout, internal packages, go.mod

Constraints

MUST DO

  • Use gofmt and golangci-lint on all code
  • Add context.Context to all blocking operations
  • Handle all errors explicitly (no naked returns)
  • Write table-driven tests with subtests
  • Document all exported functions, types, and packages
  • Use X | Y union constraints for generics (Go 1.18+)
  • Propagate errors with fmt.Errorf("%w", err)
  • Run race detector on tests (-race flag)

Read the full file on GitHub · 76 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 76 lines · 37 tokens per session scan A e35f134ce7da

Subscribe to this mod's changes

golang-pro is a skill published in the GitHub repository DeevsDeevs/agent-system (40 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 37 tokens to every session and 758 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 78% identical to golang-pro, differing in 93 lines, and is treated as a copy.