gopherguides

66 mods across 2 repositories, 77 stars between them.

hype

01

gopherguides/hype

Skill Claude CodeCodex

Write and maintain documentation using the Hype content generation tool with dynamic code execution, snippets, and includes.

56 5mo ago A 23 tokens original MIT

hype AGENTS.md

02

gopherguides/hype

Instructions file CodexOpenCode

Instructions for gopherguides/hype, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.

56 5mo ago A 552 tokens original MIT

hype CLAUDE.md

03

gopherguides/hype

Instructions file

Instructions for gopherguides/hype, covering claude code instructions for hype, critical rules, git workflow, project structure and readme generation.

56 5mo ago A 245 tokens original MIT

gopher-ai

04

gopherguides/gopher-ai

Plugin Claude Code

Plugin marketplace listing 7 plugins: go-workflow, go-dev, productivity, gopher-guides, llm-tools.

21 2d ago A tokens not measured original MIT

gopher-ai AGENTS.md

05

gopherguides/gopher-ai

Instructions file CodexOpenCode

Instructions for gopherguides/gopher-ai, covering agents.md, project overview, plugins, workflow skills (go-workflow plugin) and example workflow.

21 2d ago A 1,309 tokens original MIT

gopher-ai CLAUDE.md

06

gopherguides/gopher-ai

Instructions file

Instructions for gopherguides/gopher-ai, covering claude.md, project overview, architecture, plugin components and key workflows.

21 2d ago A 1,741 tokens original MIT

go-code-audit

07

gopherguides/gopher-ai

Skill Claude CodeCodex

WHEN: User asks for a code quality audit, code review, or wants to find code smells, anti-patterns, or non-idiomatic Go code in their project. Also when asked "how good is this code?" or "audit my code." WHEN NOT: When the user wants to fix bugs, run tests, or just lint (use go-lint-audit for linting).

21 2d ago A 84 tokens original MIT

go-code-review

08

gopherguides/gopher-ai

Skill Claude CodeCodex

WHEN: User wants an automated first-pass code review on a PR, diff, or set of changes. Also when asked "review this PR", "review my changes", or "what do you think of this code?" WHEN NOT: Full project audits (use go-code-audit), or when user just wants linting (use go-lint-audit).

21 2d ago A 76 tokens original MIT

go-lint-audit

09

gopherguides/gopher-ai

Skill Claude CodeCodex

WHEN: User wants to run linting on their Go project, understand lint findings, improve their golangci-lint configuration, or asks "what's wrong with my code?" from a linting perspective. WHEN NOT: Deep code quality audit (use go-code-audit), or auto-fixing lint issues (use /lint-fix command).

21 2d ago C 77 tokens original MIT

go-standards-audit

10

gopherguides/gopher-ai

Skill Claude CodeCodex

WHEN: User wants to validate their Go project against Gopher Guides coding standards, check documentation completeness, review concurrency patterns, or validate project structure. WHEN NOT: Quick one-off Go questions (use the gopher-guides skill), or linting (use go-lint-audit).

21 2d ago A 65 tokens original MIT

go-test-coverage

11

gopherguides/gopher-ai

Skill Claude CodeCodex

WHEN: User wants to improve test coverage, find untested code, generate test stubs, or asks "what tests am I missing?" or "how do I improve coverage?" for a Go project. WHEN NOT: When running existing tests, debugging test failures, or benchmarking.

21 2d ago A 62 tokens original MIT

go-dev

12

gopherguides/gopher-ai

Plugin Claude Code

Go-specific development tools with idiomatic best practices.

21 2d ago A tokens not measured original MIT

bench

13

gopherguides/gopher-ai

Command

Generate and run Go benchmarks with profiling and optimization analysis.

21 2d ago A 10 tokens original MIT

profile

18

gopherguides/gopher-ai

Command

Profile Go code, identify bottlenecks, optimize, and verify improvements.

21 2d ago A 14 tokens original MIT

test-gen

20

gopherguides/gopher-ai

Command

Generate comprehensive Go tests with table-driven patterns.

21 2d ago A 8 tokens original MIT

verify

22

gopherguides/gopher-ai

Command

Run full pre-push verification: build, test, lint, vet, dev-server checks.

21 2d ago A 18 tokens original MIT

gopherguides/gopher-ai

Skill Claude CodeCodex

Profile and optimize Go performance: pprof CPU/memory/block/mutex profiles, allocation analysis, escape analysis, sync.Pool, GOGC/GOMEMLIMIT tuning, benchmarks with -benchmem, PGO workflow, execution tracing. Use when user asks 'why is this slow', 'is this allocating', mentions pprof/profiling, runs benchmarks, or…

21 2d ago A 101 tokens original MIT

go

24

gopherguides/gopher-ai

Skill Claude CodeCodex

Idiomatic Go: interfaces, error handling, concurrency, testing, package layout, and debugging. Use when the user writes, reviews, or debugs Go code, or asks any open Go question that doesn't fit a more specific child skill. SKIP for Go performance/profiling work (use go-profiling-optimization) and explicit Gopher…

21 2d ago A 83 tokens original MIT