Use Cases
Write prompts for ChatGPT, Claude, Cursor, Claude Code
Speak a paragraph of context in 10 seconds, paste into your AI tool. Use the Prompt style to get a clean, ready-to-send prompt.
video Β· placeholder
The recipe
- Open your AI tool: chat.openai.com, claude.ai, Cursor, Zed, Claude Code in the terminal.
- Click into the prompt box so the cursor is blinking there.
- Set the LLM style to Prompt (Settings β Output β Style: Prompt, or scroll on the pill).
- Press the hotkey, speak your context like you'd explain it to a colleague, release.
- The pasted text is now reshaped: clear instructions, no "um", no rambling.
What the Prompt style does
- Removes filler and false starts ("so basically...", "like I was saying...").
- Restructures into instruction β context β constraints β expected output.
- Drops first-person framing ("can you...") in favour of imperative ("do this...").
- Keeps technical terms, file names, library names, and quoted strings verbatim.
Examples
You said:
textSo like, I have this React component, it's the ProductCard one, and it keeps re-rendering every time the parent re-renders. I think maybe I need useMemo or something but I'm not sure. Can you help me figure out the right fix and explain why?
The Prompt style turns that into:
textDiagnose why ProductCard (React) re-renders on every parent render. Recommend a fix (useMemo, React.memo, callback identity, etc.) with reasoning. Output: short diagnosis, then the patch.
Was this helpful?
In this category
Use Cases
Record a meeting, get an AI recap
Dimmy Meeting records the call, transcribes it live, and writes a structured recap with action items. All inside Dimmy, on Windows and Mac.
Use Cases
Draft emails in Gmail, Outlook, Apple Mail
Pick a tone, dictate the body in 30 seconds, paste, send. The Professional style handles greetings and sign-offs.
Use Cases
Code comments and PR descriptions
Talk through what you changed and why. Use a Custom prompt that formats the result as a code comment or a PR body.
Use Cases
Multilingual workflows
Switch languages mid-dictation. Translate as you speak. Use auto-detect when you really alternate, pinned when you mostly stay in one.
Use Cases
Accessibility, RSI, hands-busy contexts
If typing hurts or isn't an option, dictation becomes your primary input. Hold-vs-toggle hotkey, hands-free workflow, screen-reader compatible.
Last updated: 2026-05-22