patrickdappollonio/claude-plugins
Plugin Claude Code
Patrick D'appollonio's collection of Claude Code skills, plugins, and tools, shared with the world.
My collection of Claude (and other AI's) skills, plugins, MCP servers, and more.
patrickdappollonio/claude-plugins
Plugin Claude Code
Patrick D'appollonio's collection of Claude Code skills, plugins, and tools, shared with the world.
patrickdappollonio/claude-plugins
Plugin Claude Code
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…
patrickdappollonio/claude-plugins
Plugin Claude Code
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…
patrickdappollonio/claude-plugins
Plugin Claude Code
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.
patrickdappollonio/claude-plugins
Plugin Claude Code
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…
patrickdappollonio/claude-plugins
Plugin Claude Code
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…
patrickdappollonio/claude-plugins
Plugin Claude Code
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.
patrickdappollonio/claude-plugins
Plugin Claude Code
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
Plugin Claude Code
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…
patrickdappollonio/claude-plugins
Plugin Claude Code
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. Live reload plus a comment box that feeds your feedback back to the agent. No remote…