gopherguides

66 mods across 2 repositories, 77 stars between them.

validate-skills

25

gopherguides/gopher-ai

Skill Claude CodeCodex

Validate bash and shell code blocks embedded in plugin commands and skills .md files. Catches syntax errors, undefined variables, unclosed quotes, missing semicolons. Use when editing files under plugins//commands/.md or plugins//skills//SKILL.md, when creating a new command or skill in this repo, or when CI fails on…

21 2d ago A 82 tokens original MIT

go-web

26

gopherguides/gopher-ai

Plugin Claude Code

Opinionated Go web app scaffolding with Templ + HTMX + Alpine.js + Tailwind.

21 2d ago A tokens not measured original MIT

htmx

29

gopherguides/gopher-ai

Skill Claude CodeCodex

Apply correct htmx patterns when building hypermedia-driven web applications, especially with Go and templ.

21 2d ago A 92 tokens original MIT

templui

30

gopherguides/gopher-ai

Skill Claude CodeCodex

Apply templUI patterns when building Go/Templ web applications.

21 2d ago A 120 tokens original MIT

go-workflow

31

gopherguides/gopher-ai

Plugin Claude Code

Issue-to-PR workflow automation with git worktree management.

21 2d ago A tokens not measured original MIT

explore-prompt

32

gopherguides/gopher-ai

Agent

Explore a Go codebase before an implementation task — surface relevant files, conventions, tests, and architectural touchpoints.

21 2d ago A 28 tokens original MIT

gopherguides/gopher-ai

Agent

Review code quality for an implementation that has already passed spec review — style, idioms, complexity, tests.

21 2d ago A 27 tokens original MIT

spec-review-prompt

35

gopherguides/gopher-ai

Agent

Verify an implementation matches its issue requirements — spec compliance only, no code-quality opinions.

21 2d ago A 22 tokens original MIT

SessionStart

39

gopherguides/gopher-ai

Hook

Runs when a session starts on startup and resume, executing codex-cleanup-on-start.sh. From gopherguides/gopher-ai.

21 2d ago A tokens not measured original MIT

PreToolUse

40

gopherguides/gopher-ai

Hook

Runs before the agent uses a tool for Bash, Read, Edit, Write, Glob, Grep and apply_patch tool calls, executing pre-tool-use.sh. From gopherguides/gopher-ai.

21 2d ago A tokens not measured original MIT

PostToolUse

41

gopherguides/gopher-ai

Hook

Runs after a tool call finishes for Bash, WebFetch and WebSearch tool calls, executing post-tool-use.sh. From gopherguides/gopher-ai.

21 2d ago A tokens not measured original MIT

Stop

42

gopherguides/gopher-ai

Hook

Runs when the agent finishes a response, executing stop-hook.sh. From gopherguides/gopher-ai.

21 2d ago A tokens not measured copy · 64% MIT

address-review

43

gopherguides/gopher-ai

Skill Claude CodeCodex

Address pull request review feedback from humans or bots. Use when existing comments, requested changes, unresolved review threads, or CodeRabbit/codex review findings need code fixes, verification, push updates, and thread resolution. SKIP fresh code-review requests with no existing feedback; use review-deep.

21 2d ago A 62 tokens original MIT

commit

44

gopherguides/gopher-ai

Skill Claude CodeCodex

Create a git commit with an auto-generated conventional message from staged changes. Use for 'commit', 'save my work', or 'make a commit'. Does not push or open PRs; use create-pr for PR-only flow and ship for verify+push+merge.

21 2d ago A 60 tokens original MIT

complete-issue

45

gopherguides/gopher-ai

Skill Claude CodeCodex

Take a GitHub issue from implementation to merged PR. Use for 'complete issue #N', 'finish this issue end-to-end', or fully autonomous issue-to-merge requests. SKIP issue startup without merge intent; use start-issue.

21 2d ago A 53 tokens original MIT

create-pr

46

gopherguides/gopher-ai

Skill Claude CodeCodex

Create a pull request using the repo PR template. Use when the user wants to open or submit a PR without immediately merging it. SKIP for end-to-end ship flows; use ship instead.

21 2d ago A 44 tokens original MIT

e2e-verify

47

gopherguides/gopher-ai

Skill Claude CodeCodex

Run end-to-end PR verification with browser testing. Use before merge or in fix-and-ship mode when the user asks to verify a PR, run E2E, browser-test, or visually check UI changes. SKIP backend-only checks with no browser/UI path; use review-deep or ship as appropriate.

21 2d ago A 69 tokens original MIT

review-deep

48

gopherguides/gopher-ai

Skill Claude CodeCodex

Deep-review a PR or branch with issue and repo context, then fix and commit actionable findings; PR-backed runs push new review commits by default. Use for 'review my changes', 'check this PR', or post-implementation quality/spec review requests. SKIP existing human/bot review comments that need replies/thread…

21 2d ago A 72 tokens original MIT