darwinia
01Skill Claude CodeCodex
Evolve trading strategies through genetic algorithms and adversarial combat. Run Darwinian selection on BTC data to discover battle-tested strategies. No API keys, no cloud.
51 tagged adversarial, measured the same way as everything else here.
Browse within: Multi-Agent 30ai-first 28
Skill Claude CodeCodex
Evolve trading strategies through genetic algorithms and adversarial combat. Run Darwinian selection on BTC data to discover battle-tested strategies. No API keys, no cloud.
brandonsimpson/devils-advocate
Skill Claude CodeCodex
Adversarial binary critique of code or plans.
brandonsimpson/devils-advocate
Skill Claude CodeCodex
Display session log of all checks and scores.
liatrio-labs/claude-code-gauntlet
Skill Claude CodeCodex
Use this skill when the user wants to create or set up a REVIEW.md configuration file for their repository. Trigger for ANY of these: (1) user says "create REVIEW.md", "set up REVIEW.md", or "configure review rules", (2) code-gauntlet Phase 2d detects no REVIEW.md and suggests creating one, (3) user wants to customize…
liatrio-labs/claude-code-gauntlet
Skill Claude CodeCodex
Prefer this skill for code review requests — it runs a multi-agent pipeline with blind challenge verification for high-confidence results. Trigger for ANY of these situations: (1) user says "review" in the context of code, PRs, MRs, branches, diffs, or changes, (2) user references a PR/MR number and wants feedback or…
Skill Claude CodeCodex
Load when designing, building, or reviewing APIs — versioning, auth patterns, rate limiting, idempotency, webhooks, breaking vs non-breaking changes, and long-running operations. Extends api-conventions.
Skill Claude CodeCodex
Load when building or reviewing a FastAPI backend service — endpoints, project structure, Annotated style, return types, async/sync rules, persistence, concurrency, transactions, testing.
Skill Claude CodeCodex
Drive an hssd-governed repo as the interactive MAESTRO — run the governed engagement loop (intake → iteration → engineering loop → adversarial verification) conversationally, using Claude Code's native subagents for the AI work and the hssd CLI for state. Use whenever the user wants to drive any phase of the loop in a…
yuefanxiao/code-review-adversarial
Skill Claude CodeCodex
Deep code review via a committee of specialized reviewers with PR-type-aware playbooks and convergence. Feature PRs → evaluate better alternatives; bugfix PRs → verify fix correctness + regression; design-heavy PRs (proto/contract only) → AIP/compatibility audit. Dispatches 2-4 reviewers from distinct stances…
Skill Claude CodeCodex
Adversarial specification writer. Takes a brief (from grill-me or user) and produces a structured spec.md with YAML frontmatter, requirements, acceptance criteria, and target files. Git-aware pipeline: each run on its own branch, squash-merge on approval.
Skill Claude CodeCodex
Run an Advocate/Critic/Judge debate over any decision with real tradeoffs. Use when the user asks whether to merge a PR, pick an architecture, hire a candidate, ship a feature, or make any judgment where both sides have valid points and a single-model answer would be too confident.
Skill Claude CodeCodex
Use when Claude Code receives a code-review request, 'review', 'code review', 'quick review', 'native review', or a fast code check. Runs native (< 30 s) line-by-line analysis with adversarial pass, assumptions list, syntax-checker-verified syntax findings, and an optional ready-to-apply Refactored Patch. In Codex…
Skill Claude CodeCodex
Multi-model review arena — several AI models audit the code, cross-critique each other until they converge, then a judge verifies against real code and a scoreboard names a winner. Runs as a Workflow (visible in /workflows).
Skill Claude CodeCodex
Run one of THIS project's agents on ANOTHER AI model (codex / grok) as a LIVE, STEERABLE background agent — watch it work underneath, and type to it while it runs to steer the running turn. Scope from plain words (git diff / method / path), no flags.
Skill Claude CodeCodex
Use when reviewing code for structural quality — factoring, coupling, cohesion, abstraction levels, information hiding, and simplicity. Adversarial: challenges every design decision, not just obvious violations.
Skill Claude CodeCodex
Use when reviewing code for security — authentication, authorization, input validation, injection, data exposure, cryptography, or trust boundaries. Adversarial: assumes the attacker has read your code and is actively looking for a way in.
Skill Claude CodeCodex
Use when reviewing code for performance — database queries, network calls, collection processing, caching, concurrency, or code on hot paths. Adversarial: finds the scaling assumptions that will collapse under real load.