bug-check
Run automated tests and build checks first, then agent code review. For each bug found, propose or document a regression test.
Purpose: Find and apply installed Agent Powerups without guessing.
> /plugin marketplace add yeaight7/agent-powerupsHow it fires
How this command gets triggered: by you, by Claude, or both.
/using-powerupsContext preview
What this command does when you run it.
Purpose: Find and apply installed Agent Powerups without guessing.
Purpose: Find and apply installed Agent Powerups without guessing.
Use this prompt when starting non-trivial work in a repo where Agent Powerups may be installed.
Steps:
1. Discover or match available assets:
2. Pick the narrowest asset that matches the user task. 3. Inspect it before using:
4. Run `apx check <asset-name>` only when the asset declares external requirements or its instructions require a dependency check. 5. If a dependency is missing, stop that path and report the exact missing tool. Ask before installing anything. 6. Apply the asset only within the user-requested scope. 7. Report which powerup was used, whether a dependency check was needed, validation run, and any fallback.
Do not enable MCP servers, install packages, mutate shell profiles, activate hooks, or write secrets unless the user explicitly asks.
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.