Pack version: v1.0.0 · Last updated: 2026-05-14
Languages: English | 中文
Agent powerups run inside your coding host with elevated access. There is no standard vetting workflow — no permission checks, no load-order rules, no recovery path when something breaks. This pack gives AI coding agents a provable, recoverable vetting workflow for agent powerups.
This is an independent AI context resource pack for yeaight7/agent-powerups: host instructions, prompt preview, evals, pitfalls, and recovery rules you can load into Claude Code, Codex, Cursor, Aider, and other AI coding agents.
- Copy
AGENTS.mdorCLAUDE.mdinto your AI coding host. - Run the first prompt in
01_PROMPT_PREVIEW.md. - Verify behavior with
06_EVALS/smoke_check.md. - If it fails, recover with
03_PITFALL_LOG.md.
Quick links: Start · Prompt · Evals · Pitfalls · Manual
If this pack helps your agent work from evidence instead of guesses, star the repo so future updates are easier to find. Open an issue for bugs, usage questions, or new pitfall reports.
| # | Pitfall | Severity | Recovery |
|---|---|---|---|
| 1 | Repo name agent-powerups does not match install name markitdown |
Medium | Stop. Verify package mapping on npm/PyPI/GitHub before proceeding. |
| 2 | Installation may modify your host AI config with no documented rollback | Medium | Ask for explicit user approval. Do not proceed until rollback path is confirmed. |
| 3 | Capability claims in docs may not reflect actual runtime behavior | Medium | Convert every assumption into a verification step before treating it as fact. |
Full pitfall log: 03_PITFALL_LOG.md
Use AGENTS.md for agent hosts that support repository instructions. Use CLAUDE.md when Claude Code is the target host.
Start with 03_PITFALL_LOG.md when setup, permissions, runtime behavior, or verification fails.
This is an independent capability pack. It is not affiliated with or endorsed by yeaight7/agent-powerups unless explicitly stated.
- Upstream/source: https://github.com/yeaight7/agent-powerups
- Upstream install command:
pip install markitdown - License: Apache-2.0
- Pack contents: prompts, host instructions, checks, guardrails, and validation notes
If you maintain the upstream project and want attribution changed or removed, open an issue in this repository.