claude-adversarial-review

claude-adversarial-review is a skill for Claude Code, Codex from nikuscs/codex-cc-plugin. It costs 27 tokens per session (94 once invoked), scanned A, original, MIT.

A structured review process that asks Claude to challenge a design or set of decisions, optionally focusing on text you provide.

In plain words
What is it for?
Use it for challenge-oriented reviews of designs, plans, or other selected project areas.
Why use it?
It helps expose weak assumptions and trade-offs before they become expensive to change.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node plugins/claude/scripts/claude-companion.mjs adversarial-review --scope auto "Challenge the design tradeoffs.".

Good fit Use it for challenge-oriented reviews of designs, plans, or other selected project areas.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/nikuscs/codex-cc-plugin
agentmods
npx agentmods add skills/nikuscs/codex-cc-plugin/claude-adversarial-review

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for claude-adversarial-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/nikuscs/codex-cc-plugin/claude-adversarial-review.svg)](https://agentmods.dev/skills/nikuscs/codex-cc-plugin/claude-adversarial-review)
Your own site
<a href="https://agentmods.dev/skills/nikuscs/codex-cc-plugin/claude-adversarial-review"><img src="https://agentmods.dev/badge/skills/nikuscs/codex-cc-plugin/claude-adversarial-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 94 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00094
Opus 5 $0.00014 $0.00047
Sonnet 5 $0.00005 $0.00019
Haiku 4.5 $0.00003 $0.00009

Measured 7d ago against content hash 2d7f53b064ae, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

claude-adversarial-review 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 7d 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.

plugins/claude/skills/claude-adversarial-review/SKILL.md · 15 lines

What it actually says

Claude Adversarial Review

Run the structured adversarial review flow.

This path accepts extra focus text and uses the adversarial review prompt template.

node plugins/claude/scripts/claude-companion.mjs adversarial-review --scope auto "Challenge the design tradeoffs."
Changes

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.

  1. 7d ago First seen · 15 lines · 27 tokens per session scan A 2d7f53b064ae

Subscribe to this mod's changes

claude-adversarial-review is a skill published in the GitHub repository nikuscs/codex-cc-plugin (6 stars, last pushed 3mo ago), licensed MIT. It adds 27 tokens to every session and 94 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

source-owner-audit

Use for read-only source-of-truth audits: identify the current code, API, config, doc, or behavior to follow; compare a proposed, migrated, ported, or current change against it; and report evidence, mismatches, unresolved decisions, and owner-level recommendations.

perhapsspy/project-legibility · 61 tokens

structure-first

Use for code generation, feature work, bug fixes, refactoring, and code review when a change creates or reshapes a multi-step flow, state lifecycle, side-effect or decision ownership, cross-unit composition, or boundary contract. Also use it when an existing structural problem makes those elements hard to trace or…

perhapsspy/project-legibility · 91 tokens

grok-build-delegate

Use the local Grok Build CLI for second-opinion reviews, adversarial critiques, or delegated read-only investigation from Codex.

Reederey87/grok-build-codex-plugin · 32 tokens

module-design

A lightweight method for improving how code is divided into modules, where modules are parts of a program with defined responsibilities.

BottleYo/model-economy · 42 tokens

sdlc-readiness-review

Use only when the user explicitly invokes this skill to make a readiness-gate judgment on SDLC materials, specs, handoffs, issues, or direct-dev requests.

BlueSkyXN/Codex-is-all-you-need · 40 tokens

dev-git-workflow

Use for non-trivial Git state such as branch strategy, worktrees, merge/rebase decisions, conflicts, reviewer-facing PR preparation, tags, and release notes. Do not trigger for a routine commit, push, or PR that needs no strategy decision.

BlueSkyXN/Codex-is-all-you-need · 57 tokens