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.
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…
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…
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.
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.
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.
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…
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 agoA
tokens not measured
originalMIT
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.
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…
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…
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…
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.
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…
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.
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 agoA56 tokens
originalMIT
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: