Charliechan53 Superpower Router
charliechan53-superpower-router is a Claude Code plugin for the Build phase that routes tasks among Superpowers, Codex CLI, and Gemini CLI to reduce Claude token usage.
Route Claude Code work across Superpowers, OpenAI Codex CLI, and Gemini CLI so heavy or cheap tasks run off Claude tokens while staying in one plugin bundle.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install charliechan53-superpower-router@charliechan53/superpower-routerBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:charliechan53/superpower-router") and the paste-ready config with skillselion.get_install_config("plugin:charliechan53/superpower-router").
What it does
charliechan53-superpower-router is a community Claude Code plugin that combines Superpowers-style workflows with explicit routing to Codex CLI and Gemini CLI so you spend fewer Claude tokens on work that other CLIs can handle well. Solo builders running long agent sessions install it when API cost or context limits bite before feature completeness does. The plugin is orchestration, not a replacement for judgment: you still decide when to delegate generation, refactors, or research-shaped tasks to alternate CLIs while Claude Code coordinates. Because routing applies whenever you are building, shipping fixes, or iterating in production, journey scope is journey-wide even though the catalog shelf is Build → agent-tooling. Pair it with your existing Superpowers habits and ensure Codex and Gemini CLIs are installed and authenticated separately.
Highlights
- All-in-one bundle: Superpowers plus Codex CLI and Gemini CLI routing
- Designed to minimize Claude token usage on delegable subtasks
- Single plugin entry for multi-CLI agent workflows
- Community router pattern for cost-aware solo builder stacks
Why builders use it
Running every subtask through Claude burns tokens and budget when Codex or Gemini CLIs could handle chunks of the same agent workflow cheaper or faster.
After install, one router plugin can delegate eligible steps to Codex or Gemini while Superpowers orchestration stays inside Claude Code.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is charliechan53-superpower-router for?
Solo builders and advanced Claude Code users who run Superpowers and want Codex CLI and Gemini CLI in the same cost-aware routing setup.
When should I use charliechan53-superpower-router?
Use it across the journey whenever agent sessions are token-heavy and you can safely offload subtasks to Codex or Gemini from Claude Code.
How do I add charliechan53-superpower-router to my agent?
Install charliechan53/superpower-router as a Claude Code plugin, configure Superpowers plus Codex and Gemini CLI credentials per the repo, then invoke routing from your usual agent commands.
Comments
Share how you use charliechan53-superpower-router, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.