prompt-evaluation-runn…
Use when evaluating prompts, LLM outputs, red-team suites, or model behavior with local eval configs and safe provider/cost controls.
Use when starting work in a repository with Agent Powerups installed, when a task may match a reusable local skill, command, workflow, hook recipe, AGENTS.md template, or MCP feature.
$ npx -y skills add yeaight7/agent-powerups --skill using-powerups --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/using-powerupsContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when starting work in a repository with Agent Powerups installed, when a task may match a reusable local skill, command, workflow, hook recipe, AGENTS.md template, or MCP feature.
name: using-powerups description: Use when starting work in a repository with Agent Powerups installed, when a task may match a reusable local skill, command, workflow, hook recipe, AGENTS.md template, or MCP feature.
Find and apply installed Agent Powerups before improvising. A powerup is useful only after you discover likely matches, inspect the actual asset, follow its instructions, and verify the user task with task-specific evidence.
Use at the start of non-trivial work, and again when the task changes shape.
Use when the user asks for debugging, planning, review, setup, file intake, cleanup, PR triage, second opinions, MCP config, hooks, commands, or AGENTS.md templates.
Do not force a powerup when none fits. Say no matching powerup applies and proceed normally.
1. Discover or match available assets.
Use target-specific routing:
apx discover "<user task>" --target <codex|claude-code|gemini|generic> apx inventory --target <codex|claude-code|gemini|generic> --json apx list --json --verbose apx plugins list
If `apx` is unavailable, inspect local folders: `skills/`, `commands/`, `mcp/`, `agents-md/`, `hooks/`, `workflows/`.
2. Match the task to assets.
Prefer the narrowest high-ranked asset whose description matches the current task. Treat `apx discover` output as a shortlist, not as proof that a powerup has been used.
Examples:
| Task signal | Asset type to inspect | | --- | --- | | bug, failing test, regression | debugging skill | | implementation spec | planning skill | | file or URL intake | file-intake skill | | pre-handoff validation | command | | local MCP setup | MCP config | | repo instruction baseline | AGENTS.md template |
3. Read before using.
For a candidate asset:
apx info <name>
Then read the asset file. Do not rely only on the catalog summary.
Most powerups do not require step 4. Only use `apx check` when the asset declares external requirements or its own instructions say a dependency check is needed. Do not run `apx check` for every asset by default.
4. Check requirements.
If `apx check` reports a missing command or package, stop and say exactly what is missing. Use `apx check <asset> --install-missing --dry-run` to preview supported installers. Ask before running `--install-missing --yes`. Do not pretend conversion, fetch, review, or CLI delegation happened when the tool was unavailable.
5. Apply conservatively.
Follow the asset instructions. Keep scope local to the user task. For GitHub MCP, use `apx mcp check github-local`, `apx mcp smoke github-local`, then `apx mcp install github-local --target <agent> --dry-run` before any `--yes` install. For hooks, treat recipes as review-before-use; do not enable them automatically.
6. Report use.
Final response should name:
When a powerup applies:
Used: <asset-name> Why: <task signal> Requirements: <OK / missing / not needed> Result: <how it changed the work> Validation: <real task-specific checks, not apx check>
When none applies:
No matching Agent Powerup found. Proceeded with normal repo inspection.
Before claiming setup or use succeeded:
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
Use when evaluating prompts, LLM outputs, red-team suites, or model behavior with local eval configs and safe provider/cost controls.
Use when creating or reviewing red-team eval plugins, attack templates, grader rubrics, safety fixtures, or model-risk test metadata.
Use when designing, running, debugging, or hardening deterministic eval suites for agent skills, prompts, tool workflows, or MCP-backed cases.
Use when designing tool definitions for a new agent or subagent, an agent shows high retry rates, ambiguous tool invocations, or silent failures, or an…
Use when routing a prompt to a local provider CLI for a second opinion, review, or plan -- you are about to call a provider directly, need the response saved…
Use when starting work in an unfamiliar area of a codebase, spawning a subagent that needs targeted file context, a first search pass missed the relevant file,…