/using-powerups
Purpose: Find and apply installed Agent Powerups without guessing.
$ npx -y skills add yeaight7/agent-powerups --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/using-powerups
Context preview
What this command does when you run it.
Purpose: Find and apply installed Agent Powerups without guessing.
Command definition
using-powerups.mdusing-powerups
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:
- Claude Code: start with native skill discovery when skills are already exposed by the host.
- Codex, Gemini, and generic agents: start with `apx discover`.
- Use `apx discover` when uncertain or when the task may need non-skill assets.
- Use `apx inventory` for MCP configs, hooks, AGENTS.md templates, plugin-contained assets, staged assets, and installed-only assets.
- `apx discover "<user task>" --target <codex|claude-code|gemini|generic>`
- `apx inventory --target <codex|claude-code|gemini|generic> --json`
- `apx list --json --verbose`
2. Pick the narrowest asset that matches the user task. 3. Inspect it before using:
- `apx info <asset-name>`
- read the asset file when needed
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.
Read more
using-powerups
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:
- Claude Code: start with native skill discovery when skills are already exposed by the host.
- Codex, Gemini, and generic agents: start with `apx discover`.
- Use `apx discover` when uncertain or when the task may need non-skill assets.
- Use `apx inventory` for MCP configs, hooks, AGENTS.md templates, plugin-contained assets, staged assets, and installed-only assets.
- `apx discover "<user task>" --target <codex|claude-code|gemini|generic>`
- `apx inventory --target <codex|claude-code|gemini|generic> --json`
- `apx list --json --verbose`
2. Pick the narrowest asset that matches the user task. 3. Inspect it before using:
- `apx info <asset-name>`
- read the asset file when needed
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
Other commands on agent-powerups.
- /bug-check
Run automated tests and build checks first, then agent code review. For each bug found, propose or document a regression test.
Open command - /build-fix
Use when a build, type check, or test suite is failing and needs to be unblocked with a minimal change.
Open command - /debug
Use when a bug needs systematic diagnosis before a fix is attempted.
Open command - /doctor
Use to diagnose environment, tooling, and Agent Powerups setup problems.
Open command - /implement
Use to turn a spec or user request into working, tested code.
Open command - /mcp-check
Use to check MCP server prerequisites before activating or using a server.
Open command

