πŸ”Œ

effective-go

πŸ”ŒPlugin

patrickdappollonio/claude-plugins

Installation

Add marketplace in Claude Code:
$/plugin marketplace add patrickdappollonio/claude-plugins
Step 2. Install plugin:
$/plugin install effective-go@patrickdappollonio
VibeIndex|
What it does
|

Opinionated Go writing discipline β€” idiomatic Go from Effective Go, the Google style guide, the Go Proverbs and the Gruntwork guide, with a stated house preference for natural-language, wrappable error messages, hand-written Fn-field mocks that fail loudly, comment and simplification discipline folded in, and a per-change checklist the agent runs before calling Go code done.

πŸͺ

Part of

patrickdappollonio/claude-plugins

code-qualitygogolangstyleidiomaticerrors
0
-
AddedAug 30, 2026

More from this repository9

πŸ”Œ
code-simplificationπŸ”ŒPlugin

Language-agnostic code simplification β€” reduces complexity (nesting, long functions, duplication, dead code, unclear names) while preserving exact behavior, applying one tested change at a time within a deliberate scope.

πŸ”Œ
use-premium-models-efficientlyπŸ”ŒPlugin

Run expensive top-tier models (Claude Fable/Opus, GPT-5.6 Sol, or similar) efficiently β€” the premium model keeps judgment, architecture, synthesis, and final review, while cheaper subagents (Sonnet, Haiku, Terra, Luna) do bounded token-heavy research, coding, and testing with self-contained handoffs and verified results.

πŸ”Œ
adversarial-reviewπŸ”ŒPlugin

Hostile, bias-free review of a change β€” dispatches independent adversarial reviewers that hold the code against what was agreed and question whether what was agreed was right, plus a standalone false-positive filter, and reports only verified findings in plain language. Ships a full 18-reviewer panel and a cheaper 8-reviewer quick panel that keeps both verification gates.

πŸ”Œ
read-the-docs-firstπŸ”ŒPlugin

Docs-first discipline for anything involving third-party APIs, packages, providers, or fast-moving product behavior β€” the agent web-searches for current official docs and reads primary sources before assuming from memory, grounding answers in what the docs actually say.

πŸ”Œ
effective-communicatorπŸ”ŒPlugin

Plain-language communication for readers who can't see the code β€” the agent translates findings, answers, status, plans, and recaps out of file/function/variable names into Simplified Technical English (ASD-STE100), leads with the outcome, keeps the important point in the final message of the turn, and matches technical readers only when they ask.

πŸ”Œ
use-claude-limits-efficientlyπŸ”ŒPlugin

Budget loop for long-running or parallel agent work under Claude's 5-hour and weekly usage limits β€” run bounded waves, check real usage between them, pause before the cap, and resume with self-contained prompts only when the window is actually clear.

πŸͺ
patrickdappollonio/claude-pluginsπŸͺMarketplace

My collection of Claude (and other AI's) skills, plugins, MCP servers, and more.

πŸ”Œ
appropriate-comments-codeπŸ”ŒPlugin

Comment discipline for code the agent writes β€” every comment stays within a line or two, carries information the code does not, and describes the current state only, with no iteration labels, finding numbers, wave or task IDs, project phase names, or narration of how the code got here; regressions are pinned by tests instead.

πŸ”Œ
visual-docsπŸ”ŒPlugin

Fully local visual plans and recaps β€” the agent writes markdown, a bundled zero-dependency server renders it in your browser with Mermaid diagrams, rich diffs, styled DB migrations, API call cards, and a read-only OpenAPI view, with live reload and a comment feedback loop. No remote services.