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
Patrick D'appollonio's collection of Claude Code skills, plugins, and tools, shared with the world.
patrickdappollonio/claude-plugins
Instructions file
Instructions for patrickdappollonio/claude-plugins, covering claude.md — patrickdappollonio/claude-plugins, hard rules, visual-docs architecture, comments and gotchas (things that have bitten us).
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
Skill Claude CodeCodex
Use when you want a smaller, quicker, cheaper adversarial review of a code change — "a smaller adversarial review", "a quick adversarial review", "a light adversarial review", "adversarial review but don't burn tokens". Runs an 8-reviewer panel (design conformance, whether the design was right, tests, unstated…
patrickdappollonio/claude-plugins
Skill Claude CodeCodex
Use when you want a hostile, bias-free review of a code change — a PR, the last commit, or local/uncommitted work — that attacks it from many independent angles (conformance to the approved design, whether that design was right in the first place, concurrency, failure injection, input and auth attacks, data integrity…
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
Skill Claude CodeCodex
Use when writing, editing, or reviewing code in any language, and especially before adding or changing a comment or docstring — when tempted to narrate in a comment what was tried first, why an approach was replaced, or what a bug, regression, or review turned up; to restate what the next line already says; to write…
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
Skill Claude CodeCodex
Use when code works but is harder to read, maintain, or extend than it should be — after a feature lands, when review flags complexity, or when you hit deep nesting, long functions, high cyclomatic complexity, functions too tangled to test, two functions that do nearly the same thing, duplicated logic, dead code…
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
Skill Claude CodeCodex
Use when writing any message a person will read — answers, status updates, findings from a review, scan, audit, or debug, plans, recaps, or summaries — especially when the reader may not be able to see the code, files, or systems you are describing, or when another skill (adversarial-review, improve, a code review, a…
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
Skill Claude CodeCodex
Use when writing, editing, or reviewing Go code — any .go file, go.mod, a new package, a function, an error message, a test, a mock, a goroutine — or when asked whether Go code is idiomatic. Also use before answering a question about how something "should" be written in Go.
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
Skill Claude CodeCodex
Use when implementing, integrating, upgrading, debugging, or answering anything involving third-party APIs, libraries, frameworks, CLIs, cloud services, model/provider SDKs, fast-moving product behavior, user requests for latest/current/official behavior, unfamiliar repo docs/specs, errors that may indicate API drift…
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
Skill Claude CodeCodex
Use when long-running or parallel agent work must respect 5-hour and weekly usage limits by checking usage between waves, pausing near the cap, and resuming only when the window is 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
Skill Claude CodeCodex
Use when running a premium model (Claude Fable, Claude Opus, GPT-5.6 Sol, or similar) on codebase-heavy or token-heavy work and the user wants it to orchestrate research, coding, and testing while cheaper subagents (Sonnet, Haiku, Terra, Luna, or similar) do bounded heavy lifting.
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…
patrickdappollonio/claude-plugins
Skill Claude CodeCodex
Use when the user wants to review an implementation plan visually — "visual plan", "show me the plan in the browser", "render this plan" — or when a plan involves architecture, schema, or API changes worth reviewing before code is written. Writes the plan as markdown and serves it locally (bundled zero-dependency…
patrickdappollonio/claude-plugins
Skill Claude CodeCodex
Use when the user wants a visual summary of work that was done — "visual recap", "recap this PR/branch/commit visually", "show me what changed in the browser" — for a PR, branch, commit range, or uncommitted changes. Generates a markdown recap grounded in the real diff and serves it locally (bundled zero-dependency…