Claude Prompt Enhancer
Prompt Enhancer is a desktop Claude prompt enhancer for macOS and Windows. Select any rough draft, press one global hotkey (⌃⌥⌘P on Mac, Ctrl+Alt+P on Windows), and it rewrites your text into the structure Claude follows best — <role>, <context>, <task>, <output_format> in Anthropic’s official XML format — in place, in under four seconds.
No window switching. No copy-paste. The cursor stays exactly where it was.
Why structure matters for Claude
Claude is not GPT. It was trained on a large amount of XML-tagged content, so it parses tagged sections as labeled containers instead of one undifferentiated paragraph. Anthropic’s documentation names XML the primary recommended method for structuring complex prompts.
A vague paragraph makes Claude guess. A structured prompt tells it exactly who to be, what context to use, what the task is, and how the answer should look — so you stop re-prompting.
For the full breakdown of the format, read How to structure Claude prompts with XML.
How it works
- Write a rough draft anywhere — Claude.ai, Claude Code, Cursor, VS Code, Notion, Slack.
- Select it and press the hotkey.
- In under four seconds the selection is replaced with a structured Claude prompt:
<role>You are a senior backend engineer reviewing a pull request.</role>
<context>Node.js REST API, TypeScript, PCI-DSS compliance required.</context>
<task>Review the diff for security vulnerabilities.</task>
<output_format>Numbered list: severity, file/line, explanation, fix.</output_format>
It works system-wide — macOS uses the Accessibility API, Windows uses UI Automation, Electron/web apps fall back to clipboard automatically.
Built for the way you actually use Claude
Prompt Enhancer ships target-tool presets, so the output matches where the prompt is going. The two for Claude:
- Chat — for Claude.ai and general chat: adds role, constraints and output format as clean XML.
- Claude Code — for Claude Code and Cursor: structures coding requests with language/framework, expected output, and test expectations.
(Other presets cover Codex, image models, video, and deep research — one app, the right structure per target.)
Privacy: bring your own key
In BYOK mode your Anthropic API key is stored in the macOS Keychain / Windows Credential Manager, and traffic goes directly to api.anthropic.com — no proxy, no server, no logs. You pay Anthropic directly; we take no cut.
Honest caveats
- The macOS DMG is Apple-notarized since June 2026 — installs without Gatekeeper warnings. The Windows installer may show a one-time SmartScreen prompt.
- Public beta launched 2026-05-23, v0.1.1 on 2026-05-27 — no long track record yet.
- Enhancement needs an internet connection (it calls the Claude API).