Agent Plugins Marketplace
← All plugins

copowers

v2.0.3

Adversarial Codex-powered review with commands, hooks, watchdog agent, and configurable settings

Claude Code5 Skills

By Reid Smythe0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 24, 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 copowers 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 copowers@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/rwsmythe/copowers

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/copowers/.

Plugin files

plugins/copowers/
├── .claude-plugin/plugin.json
├── skills/adversarial-critic/SKILL.md
├── skills/brainstorming/SKILL.md
├── skills/executing-plans/SKILL.md
├── skills/using-copowers/SKILL.md
└── skills/writing-plans/SKILL.md

Included Skills5

adversarial-criticskills/adversarial-critic/SKILL.md

Internal skill - adversarial Codex review loop via MCP. Called by copowers wrapper skills after phase completion.

brainstormingskills/brainstorming/SKILL.md

Use when starting any creative work, designing features, or building new functionality — wraps superpowers:brainstorming with adversarial Codex review after the spec is written

executing-plansskills/executing-plans/SKILL.md

Use when executing an implementation plan — wraps superpowers:subagent-driven-development with adversarial Codex review after all tasks complete

using-copowersskills/using-copowers/SKILL.md

Use at session start - establishes copowers as the adversarial review wrapper for superpowers phases

writing-plansskills/writing-plans/SKILL.md

Use when you have a spec and need an implementation plan — wraps superpowers:writing-plans with adversarial Codex review after the plan is written

Plugin manifests1

plugins/copowers/.claude-plugin/plugin.json
{
  "name": "copowers",
  "version": "2.0.3",
  "description": "Adversarial Codex-powered review with commands, hooks, watchdog agent, and configurable settings",
  "author": {
    "name": "Reid Smythe"
  }
}

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

[copowers on Agent Plugins Marketplace](https://pluginsmp.com/plugins/copowers)