reinamaccredy/prompt-leverage
Strengthen a raw user prompt into an execution-ready instruction set for Amp, Claude Code, Codex, or another AI agent. Use when the user wants to improve an existing prompt, build a reusable prompting framework, wrap the current request with better structure, add clearer tool rules, or create a hook that upgrades prompts before execution.
npx skills add https://github.com/ReinaMacCredy/maestro --skill prompt-leverage
This skill is maintained in the maestro built-in skills registry. Load the full version:
maestro skill maestro:prompt-leverage
The built-in version includes the framework blocks, provider-specific references (Anthropic Claude, OpenAI GPT), and output mode templates. Loading it from maestro ensures you always get the latest version.
Take reinamaccredy/prompt-leverage from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.