copowers
v2.0.3Adversarial Codex-powered review with commands, hooks, watchdog agent, and configurable settings
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install copowers@agent-plugin-marketplacePaste 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/copowersClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/copowers/.
Plugin files
├── .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
Internal skill - adversarial Codex review loop via MCP. Called by copowers wrapper skills after phase completion.
Use when starting any creative work, designing features, or building new functionality — wraps superpowers:brainstorming with adversarial Codex review after the spec is written
Use when executing an implementation plan — wraps superpowers:subagent-driven-development with adversarial Codex review after all tasks complete
Use at session start - establishes copowers as the adversarial review wrapper for superpowers phases
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
{
"name": "copowers",
"version": "2.0.3",
"description": "Adversarial Codex-powered review with commands, hooks, watchdog agent, and configurable settings",
"author": {
"name": "Reid Smythe"
}
}For maintainers
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)