By levanarabuli
Adversarial-collaboration code review of current changes — catches AI mistakes, gaps, and improvements; compares the diff to a plan-mode plan when one exists.
Power-user skills and slash commands for Claude Code, distributed as a Claude Code plugin marketplace.
| Name | What it does |
|---|---|
critical-review | Adversarial-collaboration code review of current changes. Catches AI mistakes, gaps, and improvements; compares the diff against a plan-mode plan when one exists. Adds the /critical-review slash command. |
In Claude Code, add this repository as a plugin marketplace, then install the plugins you want:
/plugin marketplace add LevanArabuli/power-skills
/plugin install critical-review@power-skills
After installing, the slash command(s) become available in your sessions — e.g. type /critical-review to invoke the critical-review plugin.
/plugin marketplace update power-skills
/plugin update critical-review@power-skills
/plugin uninstall critical-review@power-skills
/plugin marketplace remove power-skills
If you prefer not to use the plugin system, you can copy the command file directly into your user-level commands directory:
curl -fsSL https://raw.githubusercontent.com/LevanArabuli/power-skills/main/plugins/critical-review/commands/critical-review.md \
-o ~/.claude/commands/critical-review.md
The command will then be available as /critical-review in any Claude Code session.
power-skills/
├── .claude-plugin/
│ └── marketplace.json # marketplace manifest (lists plugins)
├── plugins/
│ └── critical-review/
│ ├── .claude-plugin/
│ │ └── plugin.json # plugin manifest
│ └── commands/
│ └── critical-review.md # the /critical-review slash command
└── README.md
New plugins are welcome. Each plugin lives in plugins/<name>/ with its own .claude-plugin/plugin.json and a commands/ and/or skills/ directory; add a corresponding entry to .claude-plugin/marketplace.json so the marketplace exposes it.
MIT — see LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub levanarabuli/power-skills --plugin critical-reviewComprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Unified status line for Claude Code with multi-CLI (Claude, Codex, Gemini, z.ai) usage monitoring, context, rate limits, and cost tracking