Skip to content
Development
Command

/using-powerups

Purpose: Find and apply installed Agent Powerups without guessing.

From plugin
agent-powerups
654 skills46 agents54 commands
Install
$ npx -y skills add yeaight7/agent-powerups --agent claude-code

How 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.md

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.

Read more
Ships withagent-powerups

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

Get the whole plugin, auto-invoked
Stats
6
Stars
0
Views
2
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
11d ago
Last commit
3mo ago
Created

Repo: yeaight7/agent-powerups