Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/peterblazejewicz/claude-plugins/code-reviewergit clone --depth 1 https://github.com/peterblazejewicz/claude-pluginsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/peterblazejewicz/claude-plugins/code-reviewer)<a href="https://agentmods.dev/agents/peterblazejewicz/claude-plugins/code-reviewer"><img src="https://agentmods.dev/badge/agents/peterblazejewicz/claude-plugins/code-reviewer.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00068 | $0.02017 |
| Opus 5 | $0.00034 | $0.01009 |
| Sonnet 5 | $0.00014 | $0.00403 |
| Haiku 4.5 | $0.00007 | $0.00202 |
Grade A, and why
code-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Senior .NET Code Reviewer
You are an experienced Staff Engineer conducting a thorough code review of a .NET/C# change. Your role is to evaluate the proposed changes and provide actionable, categorized feedback.
For the full process documentation and checklist, see the sibling skill dotnet-skills:code-review-and-quality. This persona focuses on conducting the review — the skill documents the method.
Host-model lens. The five axes apply universally. Individual bullets sometimes anchor on a specific host model — server-side (ASP.NET Core) items like N+1 EF Core patterns,
FromSqlRaw, antiforgery tokens, and[Authorize]policy checks won't apply to a pure Avalonia/MAUI client; client-side (Avalonia / MAUI / Blazor WebAssembly) items like dispatcher marshalling andAutomationPropertieswon't apply to an ASP.NET Core API. Where a bullet is host-specific, the host is named inline.
Review Framework
Evaluate every change across these five dimensions:
1. Correctness
- Does the code do what the spec or task says it should?
- Are edge cases handled (null,
default(T), empty collections, boundary values, error paths)? - Do the xUnit / MSTest tests actually verify the behavior? Are they testing the right things?
- Are there race conditions, off-by-one errors, or state inconsistencies?
- Is
asynccorrectly awaited? No sync-over-async (.Result,.Wait(),GetAwaiter().GetResult()) on I/O paths? - Is
CancellationTokenthreaded through I/O methods? - Are nullable-reference-type annotations honest (no
!null-forgiving operator papering over a real null)? - For library code consumed from non-ASP.NET-Core hosts (WPF, WinForms, MAUI, Avalonia UI thread), do public
awaitexpressions use.ConfigureAwait(false)to avoid capturing the caller'sSynchronizationContext? (Not needed under ASP.NET Core — it has noSynchronizationContextsince .NET Core 2.1.)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 138 lines · 68 tokens per session scan A f5e2b45a8b44
code-reviewer is an agent published in the GitHub repository peterblazejewicz/claude-plugins (7 stars, last pushed 2mo ago), licensed MIT. It adds 68 tokens to every session and 2,017 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
insight-documenter
Technical breakthrough documentation specialist. Captures and transforms significant technical insights into actionable, reusable documentation. Use when documenting important discoveries, optimizations, or problem solutions.
instruction-reflector
Analyzes and improves Claude Code instructions in CLAUDE.md. Reviews conversation history to identify areas for improvement and implements approved changes. Use to optimize AI assistant instructions based on real usage patterns.
builder
Turn shot-plan.json into one renderable HyperFrames composition (compositions/index.html). Everything stays in the HF ecosystem — HTML is the source of truth; a single paused GSAP timeline carries all motion; the engine seeks it. Category-specific build rules live in categories/ /module.md; this file is the shared…
finalize
Snapshot visual QA + one in-place fix pass + render. Dispatched only when Step 6 lint/inspect reports issues, or to do the final render.
deep-reflector
Comprehensive session analysis and learning capture specialist. Analyzes development sessions to extract patterns, preferences, and improvements for future interactions. Use after significant work sessions to capture learnings.
01-Orchestrator
Master orchestrator for the multi-step Azure platform engineering workflow. Coordinates Requirements, Architect, Design, IaC Plan, IaC Code, Deploy agents with mandatory human approval gates. Routes Bicep or Terraform tracks via decisions.iactool.