$ recombobulate _
~/recombobulate $ tip --list --category="prompting"

// 17 tips in Prompting

Tips for writing effective prompts and instructions.

0
Ask Claude to Scaffold New Features Using Your Existing Code Conventions

Before asking Claude to scaffold a new feature, point it at your existing code first — it will match your naming, structure, error handling, and test patterns exactly rather than defaulting to framework boilerplate.

bagwaa @bagwaa · 46 minutes ago
0
Describe the Entire Feature in Plain English Before Claude Starts Building

Give Claude the full picture upfront before it writes any code, so it builds the right thing the first time with fewer correction rounds.

bagwaa @bagwaa · 1 hour ago
0
Pass Multiline Prompts to Claude Code with Shell HEREDOCs

Complex prompts are unreadable as escaped single-liners. Use shell HEREDOCs to write clean, structured prompts directly in your scripts.

bagwaa @bagwaa · 4 hours ago
0
Structure Complex Prompts Faster by Speaking Them Aloud

Long multi-step prompts with lots of context are harder to type than to speak — your brain can narrate relationships and constraints faster than your fingers can type them.

bagwaa @bagwaa · 5 hours ago
0
Dictate Prompts into Claude Code with a Voice Input App

Use voice dictation tools like Monologue or WhisperFlow to speak prompts directly into your Claude Code terminal — Claude handles imperfect transcription better than any traditional dictation app.

bagwaa @bagwaa · 8 hours ago
0
Ask Claude to Explain and Document Cryptic Regex Patterns

Paste any cryptic regex and ask Claude to explain it in plain English and rewrite it with verbose inline comments — so you understand it when you need to change it.

bagwaa @bagwaa · 11 hours ago
0
Convert Between Data Formats with a Single Prompt

Paste JSON, CSV, YAML, TOML, or XML and ask Claude to convert it — it handles nested structures, tricky edge cases, and format quirks automatically.

bagwaa @bagwaa · 13 hours ago
1
Use "ultrathink" to Unlock Maximum Reasoning

When a problem is genuinely hard, the word "ultrathink" pushes Claude to allocate its maximum reasoning budget before responding.

bagwaa @bagwaa · 14 hours ago
1
Ask Claude to Map Out an Unfamiliar Codebase

Jumping into an unfamiliar repo is painful — ask Claude to be your tour guide before you start making changes.

bagwaa @bagwaa · 14 hours ago
0
Generate Regex Patterns by Describing Them in Plain English

Stop wrestling with regex syntax — describe the pattern you need and Claude will write it, test it, and explain every part.

bagwaa @bagwaa · 15 hours ago
0
Ask Claude to Brainstorm Edge Cases for Your Tests

Once you've written the happy path, ask Claude to think of every edge case you probably haven't — then write the tests for them too.

bagwaa @bagwaa · 15 hours ago
0
Reference Multiple Files at Once with @ Mentions

Combine multiple @filename references in one prompt to give Claude precise, simultaneous context across related files — no describing, no guessing.

bagwaa @bagwaa · 15 hours ago