Coding guidelines, code review commands, and quality agents for Go and Python development
npx claudepluginhub bborbe/codingCoding guidelines, code review commands, and quality agents for Go and Python development
Coding guidelines, quality agents, and slash commands for Go and Python development. Install as Claude Code plugin for automated code review.
claude plugin marketplace add bborbe/coding
claude plugin install coding
Update:
claude plugin marketplace update coding
claude plugin update coding@coding
| Command | Description |
|---|---|
/coding:code-review [short|standard|full] | Review code against guidelines (standard: 7 agents, full: 14) |
/coding:pr-review | Review pull request diff against standards |
/coding:check-guides "task" | Find relevant guides before implementation |
/coding:commit | Git commit with changelog and versioning |
/coding:go-write-test [basic|standard|integration] | Generate Go tests for changed files |
/coding:go-version [check|update] | Check/update Go version across project files |
/coding:improve-guide [file] | Refactor guide into structured rule sets |
/coding:vscode [dir] | Open VS Code in directory |
/coding:intellij [dir] | Open IntelliJ IDEA in directory |
Agents are invoked by commands. Each reads its matching doc as source of truth.
| Agent | Doc | Checks |
|---|---|---|
go-quality-assistant | go-architecture-patterns.md | Naming, file layout, logging, concurrency, transactions |
go-context-assistant | go-context-cancellation-in-loops.md | context.Background(), missing ctx.Done() in loops |
go-error-assistant | go-error-wrapping-guide.md | fmt.Errorf, bare return err, missing wrapping |
go-time-assistant | go-time-injection.md | time.Time in structs, time.Now() in production |
go-factory-pattern-assistant | go-factory-pattern.md | Factory compliance, zero-business-logic |
go-http-handler-assistant | go-http-handler-refactoring-guide.md | Handler organization, inline detection |
go-test-coverage-assistant | go-testing-guide.md | Test coverage gaps |
| Agent | Doc | Checks |
|---|---|---|
go-metrics-assistant | go-prometheus-metrics-guide.md | Metric types, naming, labels, pre-init |
godoc-assistant | go-doc-best-practices.md | GoDoc completeness and format |
go-test-quality-assistant | go-testing-guide.md | Ginkgo/Gomega patterns, mock usage |
go-security-specialist | go-security-linting.md | Vulnerabilities, OWASP |
srp-checker | — | Single Responsibility Principle |
go-version-manager | — | Go version currency |
go-tooling-assistant | go-makefile-commands.md | Makefile, tools.go |
| Agent | Description |
|---|---|
license-assistant | LICENSE file, headers, README section |
readme-quality-assistant | README.md completeness |
shellcheck-assistant | Shell script quality |
python-quality-assistant | Python code quality |
context7-library-checker | Library API currency |
go-test-writer-assistant | Generate Go tests |
guide-improvement-assistant | Refactor guides |
simple-bash-runner | Run build commands |
pre-implementation-assistant | Find relevant guides |
coding-guidelines-finder | Search docs/ |
project-docs-finder | Search project docs/ |
| Guide | Description |
|---|---|
| Architecture Patterns | Interface → Constructor → Struct → Method |
| Service Implementation | Decision frameworks, type design |
| Factory Pattern | Dependency composition |
| Functional Options | Flexible constructors |
| Functional Composition | Composable function types |
| Enum Pattern | String-based enums |
| Filter Pattern | Composable predicates |
| Parse Pattern | Custom type conversion |
| CQRS | Command Query Separation |
| Composition | Struct embedding |
| Concurrency | Goroutines, channels |
| Guide | Description |
|---|---|
| Error Wrapping | bborbe/errors patterns |
| Context Cancellation | ctx.Done() in loops |
| Time Injection | bborbe/time, CurrentDateTimeGetter |
| GoDoc | Documentation standards |
| Logging | Structured logging |
| Design Patterns | Common Go patterns |
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations