yanmxa/cc-plugins

Claude Code plugins for lazy developers (in a good way) - automate and capture workflows to reclaim your time

10Stars on the repository
28Mods indexed here, across every type
23d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

go-bug-reviewer

01

yanmxa/cc-plugins

Agent

Go runtime bug reviewer. Hunts correctness AND concurrency bugs: nil dereferences, unchecked type assertions, swallowed errors, resource leaks, race conditions, goroutine leaks, deadlocks, channel misuse, mutex issues, context misuse. The most critical review agent — catches bugs before production.

10 23d ago A 61 tokens

go-developer

02

yanmxa/cc-plugins

Agent

Go idiomatic developer — writes clean, readable Go covering naming, code structure, patterns, scoping, AND error handling design (sentinel errors, wrapping, error flow, resilient APIs). Use when writing or refactoring Go code that needs to follow Google/Uber style guides and standard error patterns.

10 23d ago A 64 tokens

go-perf-developer

03

yanmxa/cc-plugins

Agent

Go performance developer. Helps write efficient Go code: preallocation, string building, escape analysis awareness, struct layout, sync.Pool, and hot-path patterns.

10 23d ago A 38 tokens

yanmxa/cc-plugins

Agent

Go security reviewer. Reviews code for injection vulnerabilities, unsafe crypto, secret exposure, input validation gaps, SSRF, path traversal, and OWASP Top 10 issues. Catches security bugs that scanners miss.

10 23d ago A 47 tokens

yanmxa/cc-plugins

Agent

Go structure & architecture reviewer. Reviews project layout, package boundaries, dependency direction, coupling, API surface, interface placement, type design, and code navigability. Catches design issues that create long-term maintenance burden.

10 23d ago A 49 tokens

go-test-developer

06

yanmxa/cc-plugins

Agent

Go testing developer. Helps design and write high-quality tests: table-driven tests, test helpers, subtests, fixtures, assertion strategies, and benchmark design.

10 23d ago A 36 tokens