Go for Claude Code

1,632 mods tagged Go that install into Claude Code, 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 Claude Code: anthropic · Git and workflow · Web3 and blockchain · React · Python · TypeScript · docker · Localization · Rust · nextjs · bun · PostgreSQL

qa-go

145

endorphin-ai/claude-code-teams

Skill Claude Code

Go testing skill with table-driven tests, httptest, testify, and integration testing patterns. Use when writing or running Go backend tests.

not rated 3 6mo ago A 30 tokens

go-lsp

146

zircote/go-lsp

Plugin Claude Code

Bundles 1 command · 8 tokens together

Claude Code plugin for Go development with gopls LSP integration, 14 automated hooks for linting (golangci-lint), formatting (gofmt), testing, and security scanning (govulncheck).

not rated 3 28d ago A tokens not measured original MIT

productplan-pm

147

olgasafonova/productplan-mcp-server

Skill Claude CodeCodex

Generates comprehensive workflows for product managers to manage roadmaps, OKRs, ideas, and launches in ProductPlan. Use when doing day-to-day product management work, updating feature timelines, tracking objectives, or triaging customer feedback.

not rated 3 today A 51 tokens original MIT

swiftui-expert-skill

148

patrickserrano/lacquer

Skill Claude CodeCodex

Use when writing, reviewing, or refactoring SwiftUI code — state management, view composition, performance, macOS-specific APIs, or iOS 26+ Liquid Glass adoption. Also triggers whenever an Xcode Instruments .trace file is referenced (to analyse it) or the user asks to record a new trace — attach to a running app…

not rated 3 today A 98 tokens original MIT

go-architect

149

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

dibs

150

Agenxy/dibs

Plugin Claude Code

Bundles 1 skill, 1 hook, 1 MCP server · 68 tokens together

Coordinate with other AI agents through the Dibs board: see who is working on what across one machine or several, typed mailboxes between agents, directory claims, and new mail delivered into your session instead of polling for it.

not rated 2 today A tokens not measured original Apache-2.0

pipe

151

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 2d ago A tokens not measured original MIT

haypile

152

BenyD/haypile

MCP server Claude CodeCodexCursor +2

MCP server "haypile" as configured in BenyD/haypile. Launched with https://github.com/BenyD/haypile/releases/download/v0.3.1/haypile_0.3.1_darwin_a.

not rated 2 yesterday A tokens not measured AGPL-3.0

ratatosk-mcp

153

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 4d ago A tokens not measured original Apache-2.0

cnnfag

154

wildsurfer/cnn-fear-and-greed-parse

MCP server Claude CodeCodexCursor +2

MCP server "cnnfag" as configured in wildsurfer/cnn-fear-and-greed-parse. Runs in Docker (ghcr.io/wildsurfer/cnnfag:2.2.0).

not rated 2 yesterday A tokens not measured original MIT

pp-llamaswap

155

dmmdea/offload-harness

Skill Claude Code

The llama-swap operations console — durable history, drain-aware control, and measurement commands with three specific guarantees: keep-set unloads are refused statically by id AND alias (never from server ttl), --drain fails closed when slot state is unreadable, and fit/ctx refuse to answer inside their uncertainty…

not rated 2 today A 138 tokens 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

swe-workbench

157

lugassawan/swe-workbench

Plugin Claude Code

Bundles 60 skills, 25 commands, 22 agents, 4 hooks · 6,768 tokens together

Senior-engineer toolkit: principled design (Clean Arch, DDD, SOLID, TDD, patterns, observability, concurrency), security review, language expertise (Bash, C#, Dart, Go, Java, Kotlin, Python, Ruby, Rust, SQL, Swift, TypeScript), and pragmatic workflows.

not rated 2 changed yesterday A tokens not measured original MIT

dev-skills

158

rikdc/ai-skills

Plugin Claude Code

Bundles 9 skills · 461 tokens together

Expert development skills for Go, documentation, architecture, shell scripting, and project management.

not rated 2 2d ago A tokens not measured original MPL-2.0

slop-chop

159

dcadolph/slop-chop

Plugin Claude Code

Bundles 1 skill, 1 command · 98 tokens together

Chop AI writing tells out of text. Wraps the slop-chop CLI so Claude can strip em-dashes, semicolons, and buzzwords, enforce a spelling dialect, or run the model rewrite pass on a draft.

not rated 2 today A tokens not measured original MIT

write-terva-skill

160

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 today A 71 tokens original MIT

golang

161

bitwise-media-group/skills

Plugin Claude Code

Bundles 5 skills · 459 tokens together

Modern Go development — stdlib-first code style with cobra/viper CLIs, table-driven tests and native fuzzing, canonical project layout with pinned tooling, documentation conventions with LLM-ready CLI references, and GoReleaser-based release engineering.

not rated 2 today A tokens not measured original MIT

init-go-project

162

tk0miya/skills

Skill Claude Code

A setup guide for starting a Go project in the current directory. Go is a compiled programming language, and the guide checks existing source files and project configuration before continuing.

not rated 2 4d ago A 19 tokens original Apache-2.0

golang

163

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 26d 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

165

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 2d ago A 42 tokens

go-standards

166

canonical/charm-tech

Skill Claude Code ✓ vendor

Canonical Go coding standards and best practices. Use when writing, reviewing, or refactoring Go code. Covers formatting, naming, errors, functions, structs, interfaces, and testing conventions.

not rated 2 22d ago A 42 tokens original Apache-2.0

tinygo

167

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

kiwi-go-agent

168

Yet-Another-AI-Project/kiwi-skills

Skill Claude CodeCodex

AI agent development standards using golanggraph for graph-based workflows, langchaingo for LLM calls, tool integration, MCP, and LLM best practices (context compression, prompt caching, attention raising, tool response trimming).

not rated 2 6mo ago A 50 tokens

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: