bug-check
Run automated tests and build checks first, then agent code review. For each bug found, propose or document a regression test.
Recommend the best model tier for the current task based on complexity, risk, and budget.
> /plugin marketplace add yeaight7/agent-powerupsHow it fires
How this command gets triggered: by you, by Claude, or both.
/model-routeContext preview
What this command does when you run it.
Recommend the best model tier for the current task based on complexity, risk, and budget.
description: Recommend the best model tier for the current task based on complexity, risk, and budget.
Evaluate the current task and recommend the appropriate model tier.
`/model-route [task-description] [--budget low|med|high]`
| Tier | Use when | |------|---------| | **Fast** | Deterministic, single-file, low blast radius (rename, format, classify) | | **Standard** | Multi-file implementation, refactor, bounded code review — **default** | | **Deep** | Architecture, security audit, root-cause analysis, pre-release verification |
1. **Recommended tier** and why 2. **Confidence**: high / medium / low 3. **Escalation condition**: what would cause you to move up one tier 4. **Budget note** (if `--budget` was specified): whether the recommendation changes
Escalate only after the lower tier fails with a clear reasoning gap — not because the task feels important.
$ARGUMENTS:
Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Antigravity CLI, Cursor and more
Repo: yeaight7/agent-powerups
Run automated tests and build checks first, then agent code review. For each bug found, propose or document a regression test.
Use when a build, type check, or test suite is failing and needs to be unblocked with a minimal change.