Skip to main content
ClaudeWave
Skill191 repo starsupdated yesterday

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.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ReinaMacCredy/maestro /tmp/prompt-leverage && cp -r /tmp/prompt-leverage/.claude/skills/prompt-leverage ~/.claude/skills/prompt-leverage
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Prompt Leverage -- Redirect

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.