muratmirgun/gophers

26 production-grade Go skills for Claude Code, Gemini CLI, and opencode.

8Stars on the repository
33Mods indexed here, across every type
21d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

go-arch-auditor

01

muratmirgun/gophers

Agent

Dispatch when a Go service needs a clean-architecture audit. Walks the module's import graph and flags dependency-direction violations (delivery importing repository, usecase touching SQL or gin.Context), framework leaks into the domain, and ORM types crossing layer boundaries — with file:line citations and a refactor…

8 21d ago A 88 tokens original MIT

go-pr-reviewer

02

muratmirgun/gophers

Agent

Dispatch when a Go pull request, diff, patch, or set of staged changes needs a community-style review before merge. Walks the diff topic-by-topic using the go-code-review skill (formatting, errors, naming, concurrency, interfaces, data structures, security, declarations, functions, style, logging, imports, generics…

8 21d ago A 105 tokens original MIT

go-skill-extractor

03

muratmirgun/gophers

Agent

Dispatch when a Go codebase has accumulated repeated patterns (idiomatic or anti-) worth capturing as a new gophers skill. Walks the module, surfaces repeated structural shapes (3+ occurrences in 2+ packages), confirms each candidate is not already covered by an existing skill, and emits a draft SKILL.md proposal that…

8 21d ago A 106 tokens original MIT

go-test-generator

04

muratmirgun/gophers

Agent

Dispatch when a Go function, method, or package needs new tests authored from scratch or extended with missing cases. Generates table-driven tests, subtests, helpers, and (where appropriate) httptest harnesses, fuzz seeds, or testing/synctest scaffolds — following the go-testing skill conventions (useful failures…

8 21d ago A 96 tokens original MIT