claudeers.
// MCP Servers

go-ultimate

Opinionated Go development skill for Claude Code — architecture, conventions, review, and MCP/agent patterns, synthesized from four general-Go skills plus fi…

// MCP Servers[ cli ][ api ][ claude ]#claude#mcp-serversMIT$open-sourceupdated 26 days ago
Actively maintained
100/100
last commit 3 days ago
last release 4 days ago
releases 4
open issues 2
// star history+1 this week

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up go-ultimate (claude-plugin project) into my current project.
Found on https://claudeers.com/go-ultimate
Repo: https://github.com/Djarvur/go-ultimate
Homepage/docs: —
Detected install method: claude-plugin → /plugin install go-ultimate@Djarvur/go-ultimate
Category: mcp-servers. Platforms: cli, api.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
active; community-verified: false. Confirm the source before running anything.
// or install directly (claude-plugin)
/plugin marketplace add Djarvur/go-ultimate
/plugin install go-ultimate@Djarvur/go-ultimate
// or clone
git clone https://github.com/Djarvur/go-ultimate

// compatibility

Platformscli, api
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageGo

go-ultimate

A single, opinionated Claude Code skill for writing the best Go programs — synthesized from four general-Go skills plus five agent/MCP donors. Routes any Go task (CLI, library, backend service, MCP server, AI agent) to the right architecture, conventions, and review checklist. Highly opinionated; overrides generic Go style and lint guidance on conflicts.

Status: v0.4.1. Designed for Claude Code, ZCode, and similar AI coding agents. MIT licensed.

What's inside

The skill lives under skills/go-ultimate/ and is structured for progressive disclosure:

PathPurpose
skills/go-ultimate/SKILL.mdThe skill itself — when it applies, the non-negotiable principles, the project-type decision tree, conflict precedence.
skills/go-ultimate/references/Deep dives loaded on demand: architecture.md, engineering-policy.md, modern-go.md, testing.md, code-review.md, libraries.md, project-layouts.md, wiring-and-runtime.md, modular-monolith.md, mcp-server.md, agents.md.
skills/go-ultimate/assets/Scaffolded project templates per type: cli-simple, cli-cobra, library, game, mcp-server, webservice (all build, vet and test -race green).
skills/go-ultimate/scripts/goversion/main.go (detects the project's go.mod version) and check-source-versions.sh + source-versions.json (drift checker for upstream donor sources).
skills/go-ultimate/evals/Example prompts and expected behaviors for catching skill drift.

Install

Via the Djarvur marketplace (Claude Code)

claude plugin marketplace add Djarvur/cc-mplace
claude plugin install go-ultimate

Once installed, the skill auto-triggers on any Go task (mentions of Go, Golang, go.mod, a Go package, MCP server, or AI agent).

Manual / non-Claude-Code harnesses

Clone and point your harness at the skill directory:

git clone https://github.com/Djarvur/go-ultimate.git

For ZCode, copy or symlink skills/go-ultimate/ into ~/.zcode/skills/. For Cursor / Codex / OpenCode, use the configured skills directory. The SKILL.md contains a <skill-dir> resolution table covering each harness.

How it works

When triggered, the skill:

  1. Detects the project's Go version (go run <skill-dir>/scripts/goversion/main.go <project>) and gates feature usage on it.
  2. Routes the project through a decision tree — script / CLI / library / backend service / MCP server / AI agent — and loads the matching reference.
  3. Applies nine non-negotiable principles (modern version-gated Go, no pkg/, context-first, thin adapters, concurrency hygiene, etc.).
  4. Resolves conflicts via an explicit precedence ladder (architecture → modern-go → engineering-policy → libraries → code-review → mcp-server → agents).

See the SKILL.md for the full opinionated rule set.

Donor sources

The skill synthesizes nine upstream sources. Full attribution and the live pins used to detect upstream drift are in skills/go-ultimate/scripts/source-versions.json. Summary:

General Go: teetsh-org/claude-skills#golang-code-review, JetBrains/go-modern-guidelines#use-modern-go, powerman/skills#go-bounded-context-hexagonal (v0.6.0), powerman/skills#go-engineering-policy (v0.0.5).

Agent / MCP: cloudwego/eino#orchestration-design-principles, cloudwego/eino#adk-0.1, modelcontextprotocol/go-sdk (v1.6.1), philschmid.de#mcp-best-practices, modelcontextprotocol.info#docs/best-practices.

Originally also sourced from danicat/skills#go-best-practices and danicat/skills#go-project-setup; both were deleted upstream on 2026-07-21. Their distilled content is now owned and maintained by this skill (project-setup boilerplates under assets/, best-practices material folded into references/engineering-policy.md and references/code-review.md).

Checking for upstream drift

bash skills/go-ultimate/scripts/check-source-versions.sh

Exit 0 = no drift, 1 = a donor changed since the pin was recorded, 2 = fetch failure. Refresh the pin in source-versions.json whenever you fold a change back into the skill.

License

MIT — see LICENSE.

// faq

What is go-ultimate?

Opinionated Go development skill for Claude Code — architecture, conventions, review, and MCP/agent patterns, synthesized from four general-Go skills plus five agent/MCP donors.. It is open-source on GitHub.

Is go-ultimate free to use?

go-ultimate is open-source under the MIT license, so it is free to use.

What category does go-ultimate belong to?

go-ultimate is listed under mcp-servers in the Claudeers registry of Claude-compatible tools.

0 views
17 stars
unclaimed
updated 26 days ago

// embed badge

go-ultimate on Claudeers
[![Claudeers](https://claudeers.com/api/badge/go-ultimate.svg)](https://claudeers.com/go-ultimate)

// retro hit counter

go-ultimate hit counter
[![Hits](https://claudeers.com/api/counter/go-ultimate.svg)](https://claudeers.com/go-ultimate)

// reviews

// guestbook

0/500

// related in MCP Servers

🔓

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete…

// mcp-serversf/HTML167,135NOASSERTION[ claude ]
🔓

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io

// mcp-serversfarion1231/Rust127,274MIT[ claude ]
🔓

An open-source AI agent that brings the power of Gemini directly into your terminal.

// mcp-serversgoogle-gemini/TypeScript106,524Apache-2.0[ claude ]
🔓

🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman

// mcp-serversJuliusBrussee/JavaScript100,343MIT[ claude ]
→ see how go-ultimate connects across the ecosystem