Use when the user asks about Go dependencies, go.mod, go.sum, or module verification. Trigger on phrases "dependencies", "go mod", "verify deps", "tidy deps", "module check", "dependency audit". Runs go mod verify and/or go mod tidy.
Use when the user wants to generate Go documentation, API docs, or browse package docs. Trigger on phrases "documentation", "API docs", "godoc", "swagger", "openapi", "generate docs". Supports godoc (browser UI) and swag (OpenAPI/Swagger YAML).
Use when the user mentions Go code quality, linting, or static analysis. Trigger on phrases "lint", "code quality", "golangci", "check code style", "static analysis", "run linter". Runs golangci-lint on the Go repository.
Use when the user wants to profile Go CPU performance, run benchmarks, or analyze CPU hotspots. Trigger on phrases "profile", "cpu performance", "pprof cpu", "benchmark", "cpu profiling". Runs go test -bench and opens pprof web UI.
Use when the user wants to profile Go memory usage, heap allocations, or memory leaks. Trigger on phrases "memory profile", "heap", "pprof memory", "memory usage", "allocations", "memory leak". Runs go test -bench with memprofile and opens pprof web UI.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugin for Go repository quality, security, profiling, and documentation.
| Slash Command | Trigger Phrases | Tool |
|---|---|---|
/go-checker:lint | "lint", "code quality", "golangci" | golangci-lint |
/go-checker:security-scan | "security", "gosec" | gosec |
/go-checker:vuln-scan | "vulnerabilities", "CVE" | govulncheck |
/go-checker:security-audit | "security audit", "full security" | gosec + govulncheck + golangci-lint |
/go-checker:test-scaffold | "generate tests", "test stubs" | gotests |
/go-checker:race-check | "race conditions", "data race" | go test -race |
/go-checker:profile-cpu | "profile", "cpu performance" | go test -bench + pprof |
/go-checker:profile-memory | "memory profile", "heap" | go test -bench + pprof |
/go-checker:deps-verify | "dependencies", "go mod" | go mod verify/tidy |
/go-checker:docs-generate | "documentation", "API docs", "godoc", "swagger" | godoc or swag |
/go-checker:struct-layout | "struct layout", "memory layout", "struct padding", "optimize struct" | structlayout + structlayout-optimize |
/plugin marketplace add athapong/go-checker
/plugin install go-checker@athapong-go-checker
Or clone and test locally:
git clone https://github.com/athapong/go-checker
claude --plugin-dir ./go-checker
Tool output is saved to ./go-checker-reports/<tool>-YYYYMMDD-HHMMSS.txt in the checked repository.
npx claudepluginhub athapong/go-checker --plugin go-checkerComprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Binary reverse engineering, malware analysis, firmware security, and software protection research for authorized security research, CTF competitions, and defensive security
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.