Agent Plugins Marketplace
All plugins

rule-of-two

v0.1.3

Two adversarial reviewers from different model families - a Claude agent and a Codex agent - tear apart a Claude Code agent, skill or plugin against one shared rubric and return a viability verdict with cited defects, weaknesses and the edits worth making. Use when reviewing a skill, agent, command or plugin as an artifact: 'is this skill worth shipping', 'tear apart this plugin', 'will this agent's description actually trigger', 'review my SKILL.md', 'does this duplicate something we already have'. Coverage is a reported outcome: if only one reviewer runs, or the two models cannot be resolved to different families, the report says so in its own title rather than passing a single-family opinion off as two. Do NOT use for architecture, implementation plans, product ideas or code diffs - use crew's architect-reviewer, planner or code-reviewer. Standalone - its own two-model config, never crew's. No hooks.

Claude Code

By Matthew BadaliLicense: GPL-2.0-only2 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 19, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install rule-of-two for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install rule-of-two@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mbadali25/useful-claude-add-ons

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/rule-of-two/.

Plugin files

plugin/rule-of-two/
└── .claude-plugin/plugin.json

Plugin manifests1

plugin/rule-of-two/.claude-plugin/plugin.json
{
  "name": "rule-of-two",
  "version": "0.1.3",
  "description": "Two adversarial reviewers from different model families - a Claude agent and a Codex agent - tear apart a Claude Code agent, skill or plugin against one shared rubric and return a viability verdict with cited defects, weaknesses and the edits worth making. Use when reviewing a skill, agent, command or plugin as an artifact: 'is this skill worth shipping', 'tear apart this plugin', 'will this agent's description actually trigger', 'review my SKILL.md', 'does this duplicate something we already have'. Coverage is a reported outcome: if only one reviewer runs, or the two models cannot be resolved to different families, the report says so in its own title rather than passing a single-family opinion off as two. Do NOT use for architecture, implementation plans, product ideas or code diffs - use crew's architect-reviewer, planner or code-reviewer. Standalone - its own two-model config, never crew's. No hooks.",
  "author": {
    "name": "Matthew Badali",
    "url": "https://github.com/mbadali25/useful-claude-add-ons"
  },
  "license": "GPL-2.0-only"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[rule-of-two on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rule-of-two)