980+ Best Claude Prompts
Optimized for Claude 3.5 Sonnet

Claude excels at nuanced reasoning, long-context analysis, and following complex multi-step instructions. These prompts are engineered specifically for Claude's unique capabilities โ€” not recycled from ChatGPT.

980+ prompts
28 categories
Optimized for Claude 3.5 Sonnet
100% Free
Claude-Specific Tip

Claude responds exceptionally well to structured XML tags in prompts. Use <instructions>, <context>, and <output_format> tags for complex tasks โ€” Claude handles these better than any other model.

๐Ÿ” Deep Analysis Prompts

Claude's reasoning capabilities shine on analytical tasks. These prompts leverage its 200K context window and nuanced thinking.

Analysis โ€ข Document Review
Comprehensive Document Analysis with Claude XML Tags
Beginner
Uses Claude's native XML tag support for structured document analysis. Claude handles XML formatting better than any other model, making outputs cleaner and more consistent.
<instructions> You are an expert analyst specializing in [DOMAIN]. Analyze the provided document with surgical precision and intellectual rigor. Your analysis should be insightful, not just descriptive. </instructions> <context> Purpose of analysis: [WHY YOU NEED THIS ANALYSIS] Audience: [WHO WILL READ THIS] Prior knowledge level: [BEGINNER / INTERMEDIATE / EXPERT] </context> <document> [PASTE YOUR DOCUMENT HERE] </document> <output_format> Provide your analysis in this structure: 1. EXECUTIVE SUMMARY (3 sentences โ€” the most important things someone needs to know) 2. KEY FINDINGS (5-7 specific, concrete findings โ€” not vague observations) 3. HIDDEN IMPLICATIONS (What's NOT said that matters? What should be read between the lines?) 4. CRITICAL GAPS (What important information is missing from this document?) 5. RECOMMENDED ACTIONS (3 specific, numbered next steps based on this analysis) 6. CONFIDENCE ASSESSMENT (How confident are you in each finding? Why?) </output_format>
[DOMAIN] [WHY YOU NEED THIS] [AUDIENCE] [DOCUMENT]
Best with: Claude 3.5 Sonnet, Claude 3 Opus
Analysis โ€ข Research Synthesis
Multi-Source Research Synthesizer
Advanced
Leverages Claude's massive context window to synthesize insights across multiple research sources simultaneously โ€” something that's nearly impossible with tools with smaller context windows.
You are a research director with expertise in [FIELD]. I'm going to paste multiple research sources below. Your task is to synthesize them into a single, coherent analysis. <research_sources> SOURCE 1: [PASTE SOURCE 1] SOURCE 2: [PASTE SOURCE 2] SOURCE 3: [PASTE SOURCE 3] </research_sources> <synthesis_instructions> After reading all sources: 1. CONSENSUS VIEW: What do all (or most) sources agree on? 2. CONTRADICTIONS: Where do sources disagree? Which view has stronger evidence? 3. KNOWLEDGE GAPS: What important questions remain unanswered across all sources? 4. EMERGING PATTERNS: What trends or patterns appear across multiple sources? 5. MOST CREDIBLE CLAIMS: Which specific claims are best supported by evidence? 6. PRACTICAL IMPLICATIONS: What should someone DO differently based on this research? 7. FURTHER READING: What specific topics should be researched next to fill the identified gaps? Approach this as a scientist, not a journalist. Challenge weak claims. Acknowledge uncertainty. Distinguish correlation from causation. Note where sample sizes or methodologies are weak. </synthesis_instructions>
[FIELD] [SOURCE 1] [SOURCE 2] [SOURCE 3]
Best with: Claude 3.5 Sonnet (200K context)

โœ๏ธ Long-Form Writing Prompts

Claude produces some of the most natural, nuanced long-form writing of any AI model. These prompts unlock that capability.

Writing โ€ข Voice Matching
Brand Voice Rewriter & Tone Matcher
Intermediate
Claude excels at analyzing writing samples and matching their style, tone, and voice more accurately than other models. This prompt makes that capability systematic.
<task> Analyze the writing style in the provided SAMPLE TEXT, then rewrite the CONTENT TO REWRITE in that exact style. </task> <sample_text> [PASTE 2-3 PARAGRAPHS THAT REPRESENT THE VOICE YOU WANT TO MATCH] </sample_text> <analysis_step> Before rewriting, analyze the sample text for: - Sentence length patterns (short punchy vs. long complex?) - Vocabulary level and specific word choices - Use of first/second/third person - Rhetorical devices (questions, lists, metaphors?) - Punctuation patterns - How ideas are sequenced - The overall "personality" this voice conveys </analysis_step> <content_to_rewrite> [PASTE THE CONTENT YOU WANT REWRITTEN IN THAT STYLE] </content_to_rewrite> First show me your voice analysis (3-4 bullet points), then provide the rewritten version. After the rewrite, note the 3 most significant style choices you made.
[SAMPLE TEXT] [CONTENT TO REWRITE]
Best with: Claude 3.5 Sonnet

๐Ÿ’ป Coding Prompts for Claude

Claude is particularly strong at explaining complex code, architectural decisions, and catching subtle bugs that other models miss.

Coding โ€ข Code Explanation
Code Explanation at Multiple Levels
Beginner
Claude's ability to explain complex code at different comprehension levels is unmatched. This prompt gets three different explanations of the same code for different audiences.
Explain the following code at three different comprehension levels. Do not simplify your explanation to the point of being inaccurate โ€” be precise at every level. LEVEL 1 โ€” EXECUTIVE (2-3 sentences): What does this code DO in plain business English? What problem does it solve? No technical jargon whatsoever. LEVEL 2 โ€” DEVELOPER ONBOARDING (8-10 sentences): For a developer who knows programming concepts but is new to this codebase. Cover the logic flow, data structures used, and key design decisions. Include what you'd explain in a 5-minute code walkthrough. LEVEL 3 โ€” EXPERT REVIEW (detailed): For a senior engineer who should quickly understand: the algorithm complexity, potential edge cases and failure modes, performance implications, security considerations if any, and whether the implementation follows best practices for this language/framework. Flag anything that looks wrong or could be improved. Code language: [LANGUAGE] ``` [PASTE CODE HERE] ```
[LANGUAGE] [CODE]
Best with: Claude 3.5 Sonnet, Claude 3 Opus
Coding โ€ข Full Feature Build
Complete Feature Implementation with Tests
Advanced
Claude's instruction-following on complex multi-part technical tasks is exceptional. This prompt gets a complete, production-ready feature with tests in one shot.
<role> You are a senior software engineer with deep expertise in [LANGUAGE/FRAMEWORK]. You write clean, well-documented, production-ready code that your teammates can understand and maintain. </role> <task> Implement the following feature completely: [DETAILED FEATURE DESCRIPTION] </task> <requirements> - Language/framework: [LANGUAGE/FRAMEWORK] - Must integrate with: [EXISTING SYSTEM/API] - Performance requirements: [PERFORMANCE NEEDS] - Security requirements: [AUTH/SECURITY NEEDS] </requirements> <deliverables> Provide in this exact order: 1. APPROACH (2-3 sentences on your implementation strategy and key design decisions) 2. MAIN IMPLEMENTATION (complete, runnable code with inline comments for non-obvious logic) 3. UNIT TESTS (cover happy path, edge cases, and error conditions) 4. INTEGRATION NOTES (how to wire this into the existing system) 5. KNOWN LIMITATIONS (what this implementation doesn't handle and why) </deliverables> Existing codebase context: [PASTE RELEVANT EXISTING CODE OR DESCRIPTION]
[LANGUAGE/FRAMEWORK] [FEATURE DESCRIPTION] [EXISTING CODE]
Best with: Claude 3.5 Sonnet

๐Ÿ’ผ Business Analysis Prompts

Claude's ability to hold complex contexts and reason through ambiguous business problems makes it ideal for strategic work.

Business โ€ข Decision Making
Structured Decision Analysis Framework
Intermediate
Claude's reasoning capabilities make it excellent at structured decision analysis. This prompt gets a rigorous, unbiased evaluation of any major business decision.
<role> You are a decision analyst who helps executives make better choices by applying structured thinking and exposing cognitive biases. </role> <decision> I need to decide: [DESCRIBE YOUR DECISION] Options I'm considering: Option A: [OPTION A] Option B: [OPTION B] Option C: [OPTION C โ€” or "Status quo" if staying the same is an option] </decision> <context> Relevant background: [YOUR SITUATION AND CONSTRAINTS] Timeframe: [WHEN DOES THIS NEED TO BE DECIDED] Key stakeholders: [WHO IS AFFECTED] Resources available: [BUDGET, TEAM, TIME] </context> <analysis_framework> Analyze this decision using: 1. CRITERIA MATRIX: List 5-7 decision criteria weighted by importance. Score each option against each criterion. 2. RISK ANALYSIS: For each option, identify the top 3 risks and estimate probability ร— impact. 3. REVERSIBILITY CHECK: How easy is it to reverse course if each option proves wrong? 4. COGNITIVE BIAS AUDIT: What biases might be influencing how I'm framing this decision? (List specific biases, not generic ones) 5. WHAT I MIGHT BE MISSING: What information would change my decision if I had it? 6. RECOMMENDATION: Which option would you choose and why? Be direct โ€” don't hedge. 7. FIRST NEXT STEP: If I choose your recommended option, what's the single first thing I should do in the next 48 hours? </analysis_framework>
[DECISION] [OPTIONS A/B/C] [CONTEXT]
Best with: Claude 3.5 Sonnet, Claude 3 Opus

Showing 6 of 980+ Claude prompts. Browse by category or use our prompt generator.

Build a Custom Claude Prompt Free โ†—