Go for Codex

983 mods tagged Go that install into Codex, measured the same four ways as everything else here: what each costs in tokens on every session, what a security scan found and why, whether it is the original, and what changed.

Also for Codex: anthropic · Git and workflow · Web3 and blockchain · React · Python · TypeScript · openai · android · docker · Localization · bun · nextjs

golang

73

saisudhir14/claude-skills

Skill Claude CodeCodex

Use when writing, reviewing, or refactoring Go code. Provides production best practices for Go covering error handling, concurrency, naming, testing, performance, generics, iterators, and common pitfalls. Distilled from Google Go Style Guide, Uber Go Style Guide, Effective Go, and Go Code Review Comments. Updated for…

not rated 8 2mo ago A 73 tokens original MIT

go-cli-ship

74

geekjourneyx/gcli

Skill Claude CodeCodex

Build or upgrade Go CLI projects to production quality with a deterministic workflow: architecture, stable CLI contract, tests/lint gates, cloud smoke tests, release automation, installer, README quality, and skill packaging. Use when users ask to develop a Go CLI from scratch, improve engineering quality, fix…

not rated 7 6mo ago A 80 tokens

climate-generator

75

disk0Dancer/climate

Skill Claude CodeCodex

Generate Go CLIs from OpenAPI 3.x specs with climate, inspect generated CLIs, and emit Markdown skill prompts so those CLIs can be attached to agent workflows.

not rated 6 1mo ago A 39 tokens original Apache-2.0

go-playground-mcp

76

samber/go-playground-mcp

MCP server Claude CodeCodexCursor +2

MCP server for Go Playground integration. Runs locally from the go-playground-mcp npm package.

not rated 6 3mo ago A tokens not measured original MIT

go-modern-version

77

Dankosik/go-service-template-rest

Skill Claude CodeCodex

Go version idioms. Use when the module's Go version can change a language or standard-library choice in the planned diff, or modernization is requested.

not rated 6 changed yesterday A 34 tokens original MIT

regyssilveira/AgentKit4D

Skill Claude CodeCodex

Desenvolvimento de microserviços e APIs REST com o framework minimalista Horse em Delphi. Rotas, controllers, middlewares, gerenciamento de memória e tratamento de parâmetros.

not rated 6 +1 2mo ago A 43 tokens

oidc-hosted-page-go

79

ssojet/skills

Skill Claude CodeCodex

Implement "Sign in with SSO" in Go applications using SSOJet OIDC Authorization Code flow.

not rated 5 6mo ago A 28 tokens

idiomatic-go

80

TypeFox/agent-skills

Skill Claude CodeCodex

Apply Go community idioms for API and package design, error and concurrency patterns, naming (initialisms, stutter, receivers), generics vs interfaces, and Go code review — including PR or diff review, questions about "the Go way", pointer vs value receivers, channels vs mutexes, and building Go language tooling…

not rated 5 5d ago A SkillSpector: pass 137 tokens original MIT

manifold

81

nonchan7720/manifold

MCP server Claude CodeCodexCursor +2

MCP server "manifold" as configured in nonchan7720/manifold. Runs in Docker (ghcr.io/nonchan7720/manifold:v1.9.0). Needs 2 environment variables to run.

not rated 4 2d ago A tokens not measured original MIT

plumb-diagnose

82

plumbkit/plumb

Skill Claude CodeCodex

Work out why a plumb call was refused, or why a change looks broken — read the rejection, get compile truth from diagnostics, and check the daemon and index before blaming the code. Use when a tool call fails or a result looks wrong.

not rated 4 yesterday A 56 tokens original MIT

sgaunet/gitlab-mcp

MCP server Claude CodeCodexCursor +2

MCP server "docker-gitlab-mcp-server" as configured in sgaunet/gitlab-mcp. Runs in Docker (ghcr.io/sgaunet/gitlab-mcp:latest).

not rated 4 2d ago A tokens not measured original MIT

go-stack

84

fmind/dotfiles

Skill Claude CodeCodex

Build Go projects, libraries, CLIs, TUIs, web apps, or ADK agents with the standard package layout and pinned tooling.

not rated 4 8d ago A 31 tokens original MIT

overview

85

jkaninda/okapi-skills

Skill Claude CodeCodex

Skill "overview" from jkaninda/okapi-skills, covering okapi overview, project structure, core types, constructors and app configuration.

not rated 3 22d ago A 0 tokens original MIT

patrickserrano/lacquer

Skill Claude CodeCodex needs its repo

Use when working in a lacquer-managed project (one with a .lacquer.toml) and anything about that management comes up: the "No lacquer drift" CI job fails, lacquer audit exits 3/4/6, a lint config or CI workflow you edited reverts on the next sync, a hook or workflow needs changing, the project can't meet a baseline…

not rated 3 yesterday A 109 tokens original MIT

go-architect

87

ralvarezdev/ralvaskills

Skill Claude CodeCodex

Go 1.26 architectural standards — memory-aligned structs, typed enums, interface design, goroutine safety, iterators, idiomatic errors, sqlx + //go:embed SQL pattern, go.work multi-module layout. Use when writing, reviewing, or scaffolding Go code.

not rated 2 28d ago A 62 tokens GPL-3.0

nido-vm-testing

88

Josepavese/nido

Skill Codex

Use when designing, writing, or running Nido-backed VM tests, disposable production-like QA environments, template-accelerated test labs, or isolated multi-agent AI sandboxes. Provides workflows for Nido CLI spawn/provision/upload/test/delete automation, port forwarding, templates, cleanup hygiene, and VM isolation…

not rated 2 yesterday A 69 tokens original MIT

pipe

89

MachuraHarry/pipe

MCP server Claude CodeCodexCursor +2

One of 2 in server.json

MCP server "pipe" as configured in MachuraHarry/pipe. Launched with https://github.com/MachuraHarry/pipe/releases/download/v1.0.0/pipe-server-linux-.

not rated 2 yesterday A tokens not measured original MIT

ratatosk-mcp

90

garlicKim21/ratatosk-mcp

MCP server Claude CodeCodexCursor +2

MCP server "ratatosk-mcp" as configured in garlicKim21/ratatosk-mcp. Runs in Docker (ghcr.io/garlickim21/ratatosk-mcp:0.8.0).

not rated 2 3d ago A tokens not measured original Apache-2.0

pendig/rutebayar-agent-contributor

Skill Claude CodeCodex

Operate and extend Rute Bayar, the Go CLI and webhook daemon for Indonesian payment gateways. Use when setting up sandbox or production Rute Bayar flows, helping AI Agents create invoices and verify payments through the rutebayar CLI, testing webhooks/forwarding/reconciliation, preparing releases, or contributing a…

not rated 2 2mo ago A 92 tokens original MIT

write-terva-skill

92

terva-sh/terva

Skill Claude CodeCodex

Author a new terva skill, a reusable SKILL.md instruction set that terva loads on demand. Install it where terva discovers it, in the project .terva/skills/ or the global $TERVAHOME/skills/. Use for create/add/write-a-skill requests, not extensions.

not rated 2 yesterday A 71 tokens original MIT

golang

93

car12o/agents

Skill Claude CodeCodex

Write idiomatic, production-grade Go. Self-contained — all rules inline, no reference files. Use when editing .go files, go.mod, go.sum, or Go tests, or when asked to design, generate, or review Go code. Covers style, errors, concurrency, context, testing, performance, security, modules, JSON, database, production…

not rated 2 25d ago A 87 tokens

kubenoops/railctl

Skill Claude CodeCodex

Guidelines for developing the Railway CLI (railctl) - a Go-based CLI tool for Railway.app infrastructure management.

not rated 2 8d ago A 27 tokens original MIT

go-chi

95

eparodi/deepcut-skills

Skill Claude CodeCodex

Go/chi backend development standards — layering, error handling, concurrency, state management, testing, database patterns, and common AI traps. Load when writing Go code in the backend/ directory.

not rated 2 yesterday A 42 tokens

tinygo

96

gandarez/agent-skills

Skill Claude CodeCodex

Writes, reviews, and optimizes TinyGo code for microcontrollers and WebAssembly. Use when building embedded systems with TinyGo, flashing firmware to boards, writing WASM/WASI modules with TinyGo, integrating hardware drivers, or optimizing binary size for constrained devices.

not rated 2 5mo ago A 56 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: