gitwtfhub

wtf is dual-ai-skills?

sameerkhan/dual-ai-skills — explained in plain English

Analysis updated 2026-05-18

6NoneAudience · developerComplexity · 2/5LicenseSetup · moderate

TL;DR

Two Claude Code skills that pit Claude and OpenAI's Codex CLI against each other as independent critics for planning and code review.

Mindmap

mindmap
  root((repo))
    What it does
      Adversarial dual model planning
      Adversarial dual model review
    Tech stack
      Claude Code skill
      Codex CLI
    Use cases
      Plan critique before coding
      Parallel code review
      Surface disagreements
    Audience
      Developers
      Claude Code users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Have Codex critique a Claude-drafted implementation plan before any code is written.

REASON 2

Run Claude and Codex code review in parallel on a diff before merging.

REASON 3

Surface disagreements between two AI models instead of trusting one blindly.

REASON 4

Install as a Claude Code plugin to add /dual-plan and /dual-review commands.

What's in the stack?

Claude CodeOpenAI Codex CLI

How it stacks up

sameerkhan/dual-ai-skillss-sahoo/phd-thesissaint0x/my-skills
Stars641
LanguageNoneNoneNone
Setup difficultymoderateeasy
Complexity2/51/51/5
Audiencedeveloperresearchervibe coder

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate

Requires both Claude Code and an authenticated OpenAI Codex CLI installed.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice (MIT License).

Wtf does this do

This project provides two Claude Code skills that put Claude and OpenAI's Codex CLI to work checking each other instead of relying on a single AI model's judgment. The idea is that any AI coding assistant tends to review its own work with the same blind spots it had while writing it, so having a second, differently trained model act as an independent critic catches more real problems. The first skill, dual plan, has Claude draft an implementation plan while Codex reviews it against the actual codebase in read only mode. Claude then responds to each of Codex's points, and the two go back and forth for up to three rounds. If they still disagree after that, the unresolved points are shown to you directly rather than silently dropped, and you approve the final plan before any code gets written. The second skill, dual review, runs Claude's own code review skill and a Codex review in parallel on the same set of changes before a merge. Findings both models agree on are treated as strong signals and shown first. Findings only Codex raises get checked against the actual code before being reported, with a chance for Codex to defend a rejected finding once. Every result is labeled as agreed by both, Claude only, Codex only, or disputed. To use this you need Claude Code and the Codex CLI both installed and logged in, since the whole approach depends on using two separate AI vendors. It can be installed as a Claude Code plugin through the plugin marketplace, or copied by hand into your skills folder, and either way you can trigger it just by asking to dual plan or dual review your work instead of typing a slash command. The project is released under the MIT license.

Yoink these prompts

Prompt 1
Dual plan this feature using Claude and Codex before I start implementing it.
Prompt 2
Dual review my current branch's changes with both Claude and Codex.
Prompt 3
Explain how this project resolves disagreements between Claude and Codex after three rounds.
Prompt 4
Walk me through installing dual-ai-skills as a Claude Code plugin.

Frequently asked questions

wtf is dual-ai-skills?

Two Claude Code skills that pit Claude and OpenAI's Codex CLI against each other as independent critics for planning and code review.

What language is dual-ai-skills written in?

Mainly None. The stack also includes Claude Code, OpenAI Codex CLI.

What license does dual-ai-skills use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice (MIT License).

How hard is dual-ai-skills to set up?

Setup difficulty is rated moderate.

Who is dual-ai-skills for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.