sgaunet/claude-plugins

A curated collection of specialized Claude Code plugins designed to enhance your development workflow with intelligent agents, skills, and commands.

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

gum-beautify

01

sgaunet/claude-plugins

Skill Claude CodeCodex

Integrate Charmbracelet gum for beautiful, TTY-safe terminal output in bash scripts: interactive prompts, styled output, spinners, and structured logging.

16 7d ago A 36 tokens original MIT

go-blackbox

02

sgaunet/claude-plugins

Skill Claude CodeCodex

Detect white box Go tests and propose conversion to black box tests (package footest), creating exporttest.go bridges when tests need access to internals.

16 7d ago A 34 tokens original MIT

go-bulma

03

sgaunet/claude-plugins

Skill Claude CodeCodex

Scaffold the Bulma CSS framework into a Go web app with embedded assets for zero-dependency binaries. Use when building an HTML UI with a classes-based CSS framework and no Node toolchain.

16 7d ago A 44 tokens original MIT

go-structure

04

sgaunet/claude-plugins

Skill Claude CodeCodex

Recommend and scaffold Go project layouts by type (CLI, API, library, monorepo). Use when starting a Go project, when asked about package organization, or when reviewing structure for anti-patterns (utils packages, over-nesting, misused pkg/).

16 7d ago A 57 tokens original MIT

go-tool

05

sgaunet/claude-plugins

Skill Claude CodeCodex

Manage Go tool dependencies using the tool directive (Go 1.24+). Use when a Go project needs code generation tools like sqlc, moq, templ, swag, stringer, or enumer managed as reproducible Go tool dependencies.

16 7d ago A 52 tokens original MIT

auto-mr

06

sgaunet/claude-plugins

Skill Claude CodeCodex

Push current branch, create MR/PR on GitHub, GitLab, or Forgejo, wait for CI pipeline, merge, and clean up branch using auto-mr CLI.

16 7d ago A 39 tokens original MIT

detect-repo-host

07

sgaunet/claude-plugins

Skill Claude CodeCodex

Detect repository hosting service (GitHub/GitLab/Forgejo) from the git remote and extract hostname, owner, repo, projectpath, and apibase for platform-aware routing.

16 7d ago A 42 tokens original MIT

run-lint

08

sgaunet/claude-plugins

Skill Claude CodeCodex

Auto-detect the project's linter (Taskfile, Makefile, golangci-lint, eslint, ruff, clippy) and run it, reporting pass or fail.

16 7d ago A 41 tokens original MIT

run-tests

09

sgaunet/claude-plugins

Skill Claude CodeCodex

Auto-detect the project's test runner (Taskfile, Makefile, go test, npm, pytest, cargo) and run it, reporting pass or fail.

16 7d ago A 35 tokens original MIT