Prompts that actually work
A curated library of prompts for Claude and AI: copy, paste and adapt. Plus the prompt engineering techniques professionals use.
The 5 golden rules of the perfect prompt
- Be specific: "write an email" ❌ → "write a 120-word email to a client who hasn't replied in 2 months, warm but professional tone" ✅
- Give context and a role: "You are a CFO with 20 years of experience in SaaS startups…"
- Show examples: one or two examples of the output you want are worth a thousand instructions.
- Ask for reasoning: "think step by step before answering" improves results on complex tasks.
- Define the format: length, structure, language, tone. If you don't ask, the AI decides for you.
Ready-to-copy prompts
Senior code reviewer
Claude Code: full task
Complete SEO article
Difficult email in 1 minute
Data analyst
Weekly planner
360º product launch
Socratic teacher
Advanced techniques
Prompt chaining
Split big tasks into steps: first ask for an outline, review it, then ask for the full development. You control quality at each stage instead of crossing your fingers at the end.
XML tags
Claude responds especially well to tagged structures: <context>, <examples>, <instructions>. They clearly separate each part of the prompt and reduce misunderstandings.
Prefill and forced formats
If you need JSON or another exact format, say so explicitly and show the expected schema. In the API, you can "prefill" the start of the response to force the format.
Want to go beyond prompts? Skills are the natural evolution: permanent instructions Claude applies automatically. Learn to build your own.