By latebit-io
A full team of world-class Go staff engineers — architect, reviewer, debugger, tester, refactorer — with idiomatic Go rules, slash commands, and auto-quality hooks
System design and package architecture advisor. Analyzes boundaries, interfaces, dependencies, and API surfaces.
Root cause analyst. Debugs goroutine leaks, race conditions, deadlocks, and performance issues using profiling tools.
Simplification specialist. Identifies dead code, extracts interfaces, inverts dependencies, and reduces complexity.
Code review specialist. Enforces Go idioms, catches anti-patterns, reviews error handling and concurrency safety.
Test strategy advisor. Designs table-driven tests, identifies coverage gaps, analyzes benchmarks, and improves testability.
Audit Go codebase for unchecked errors, goroutine leaks, interface bloat, and anti-patterns
Run Go benchmarks, analyze allocations and performance, identify optimization targets
Review changed Go files for idioms, anti-patterns, error handling, and concurrency safety
Run tests with coverage analysis, identify gaps, and suggest missing test cases
Modifies files
Hook triggers on file write and edit operations
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.
A full team of world-class Go staff engineers for Claude Code.
Built on the principles of Pike, Cheney, Ryer, and Kennedy — simplicity, readability, and code that earns every line.
# Add the marketplace (one-time)
claude plugin marketplace add latebit-io/jean-claude-van-dev
# Install the plugin
claude plugin install jean-claude-van-dev@jean-claude-van-dev
Or symlink into ~/.claude for global use across all projects:
git clone https://github.com/latebit-io/jean-claude-van-dev.git ~/.jean-claude-van-dev
~/.jean-claude-van-dev/install.sh
Or for local development:
claude --plugin-dir /path/to/jean-claude-van-dev
Core Go engineering principles applied to every interaction — error handling, interface design, package structure, concurrency, naming, testing, and performance. These shape how Claude writes Go code at all times.
Five specialized engineering roles, invoked as subagents:
| Agent | Role | Tools |
|---|---|---|
go-architect | Package design, boundaries, dependency analysis, API surfaces | Read, Grep, Glob |
go-reviewer | Code review — idioms, error handling, concurrency, naming | Read, Grep, Glob |
go-debugger | Root cause analysis, race detection, profiling, stack traces | Read, Grep, Glob, Bash |
go-tester | Test strategy, coverage gaps, table-driven patterns, benchmarks | Read, Grep, Glob, Bash |
go-refactorer | Simplification, dead code removal, interface extraction | Read, Grep, Glob |
Slash commands for common workflows:
| Command | What it does |
|---|---|
/jean-claude-van-dev:go-review | Review changed Go files for idioms and anti-patterns |
/jean-claude-van-dev:go-test | Run tests with coverage analysis and gap identification |
/jean-claude-van-dev:go-audit | Audit error handling, goroutine patterns, and interface design |
/jean-claude-van-dev:go-bench | Run and analyze benchmarks with allocation profiling |
Automatic quality enforcement on every .go file edit:
gofmt — auto-format on savego vet — catch common mistakes immediately.claude-plugin/
plugin.json # Plugin manifest
marketplace.json # Marketplace manifest
agents/
go-architect.md # System design advisor
go-reviewer.md # Code review specialist
go-debugger.md # Root cause analyst
go-tester.md # Test strategy advisor
go-refactorer.md # Simplification specialist
skills/
go-review/SKILL.md # Code review workflow
go-test/SKILL.md # Test coverage workflow
go-audit/SKILL.md # Codebase audit workflow
go-bench/SKILL.md # Benchmark analysis workflow
rules/
_root.md # Go staff engineer principles
hooks/
hooks.json # gofmt + go vet on edit
MIT
Local, versioned memory for Claude Code via demarkus. Zero-config install: spawns a local demarkus-server, auto-generates a token, wires MCP tools for fetch/publish/append/graph.
npx claudepluginhub latebit-io/jean-claude-van-dev --plugin jean-claude-van-devGo development following Google Go style guide with Go 1.25+ features and best practices
Go-specific development tools with idiomatic best practices
Review Go code for adherence to Go Style Guide
Go language discipline: conventions, idioms, toolchain, and LSP-powered code intelligence
Go language coding standards, best practices, and testing patterns
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.