Prompt Library

AI Prompt Library

Battle-tested prompts for ChatGPT, Claude, Midjourney and more. Copy, customize, and deploy.

Suggest a Prompt
12 prompts

The Perfect Blog Post Outline

Writing
ChatGPTUse with ChatGPT
Create a comprehensive blog post outline for the topic: "[TOPIC]". 

Structure it as follows:
1. Hook headline (curiosity-driven)
2. Introduction (problem + promise)
3. 5-7 H2 sections with 2-3 H3 subpoints each
4. Practical examples for each section
5. FAQ section (5 questions)
6. Strong CTA conclusion

Target audience: [TARGET AUDIENCE]. Tone: [TONE: professional/conversational/authoritative].
#blogging#content#SEO#writing

Viral Twitter/X Thread Generator

Social Media
ClaudeUse with Claude
Write a 10-tweet thread about [TOPIC] that will go viral.

Rules:
- Tweet 1: Bold, controversial hook that stops the scroll
- Tweets 2-9: One insight per tweet. Short sentences. No fluff.
- Tweet 10: Summary + clear CTA
- Use numbers, emojis (sparingly), and line breaks
- Every tweet must work standalone AND as part of the thread

My target audience: [AUDIENCE]. My goal: [GOAL: get followers / sell product / build authority].
#twitter#x#social#thread#viral

Cold Email That Actually Gets Replies

Sales
ChatGPTUse with ChatGPT
Write a cold outreach email for the following scenario:
- I am: [YOUR ROLE]
- I am emailing: [RECIPIENT ROLE] at [COMPANY TYPE]
- My offer: [PRODUCT/SERVICE]
- Their likely pain point: [PAIN POINT]
- Desired outcome: [MEETING / DEMO / REPLY]

Constraints: Max 5 sentences. No jargon. Make the subject line intriguing but not clickbait. Include one specific personalization hook. End with a frictionless CTA.
#sales#email#outreach#B2B

Code Review Like a Senior Engineer

Development
ClaudeUse with Claude
You are a senior software engineer with 15 years of experience. Review the following code:

```[LANGUAGE]
[PASTE CODE HERE]
```

Provide feedback on:
1. Bugs or potential runtime errors
2. Security vulnerabilities
3. Performance issues
4. Code readability and naming conventions
5. Missing edge cases
6. Suggested refactoring with code examples

Be direct and specific. Format as a numbered list. Provide corrected code snippets for each issue.
#coding#code review#engineering#debugging

SEO Meta Description Generator

SEO
ChatGPTUse with ChatGPT
Write 5 SEO-optimized meta descriptions for the following page:
Page title: [PAGE TITLE]
Primary keyword: [KEYWORD]
Page purpose: [WHAT THE PAGE DOES]
Target audience: [AUDIENCE]

Requirements for each:
- Exactly 150-160 characters
- Contains the primary keyword naturally
- Includes a clear benefit
- Ends with a soft CTA
- No clickbait or keyword stuffing

Rate each on persuasiveness (1-10) and explain why.
#SEO#meta#content#marketing

Product Description That Sells

E-commerce
Jasper AIUse with Jasper AI
Write a product description for [PRODUCT NAME].

Product details: [SPECS / FEATURES]
Target buyer: [WHO BUYS THIS]
Primary benefit: [THE #1 REASON TO BUY]
Price point: [PRICE]

Output:
1. Headline (benefit-driven, max 10 words)
2. Sub-headline (expands on the benefit)  
3. 3-5 bullet points (features → benefits, start each with an action verb)
4. 2 paragraph long-form description (emotional + rational appeal)
5. Urgency statement (if applicable)

Tone: [TONE]. Avoid: generic phrases like "high-quality" or "best in class".
#ecommerce#copywriting#product#sales

Meeting Summary → Action Items

Productivity
ChatGPTUse with ChatGPT
Summarize the following meeting notes/transcript and extract all action items:

[PASTE MEETING NOTES OR TRANSCRIPT]

Output format:
## TL;DR (2-3 sentences max)

## Key Decisions Made
- (list)

## Action Items
| Owner | Task | Deadline | Priority |
|-------|------|----------|----------|

## Open Questions (unresolved items)
- (list)

## Next Meeting Agenda (suggested)
- (list)
#productivity#meetings#notes#business

Midjourney Prompt Architect

Image Generation
MidjourneyUse with Midjourney
/imagine prompt: [SUBJECT], [STYLE], [LIGHTING], [CAMERA ANGLE], [MOOD], [COLOR PALETTE], [ARTIST REFERENCE if any] --ar [ASPECT RATIO e.g. 16:9] --v 6 --style raw --q 2

Example filled in:
/imagine prompt: A lone astronaut standing on the surface of Europa, bioluminescent ocean beneath cracked ice, shot from behind, cinematic wide angle lens, sense of isolation and wonder, deep teal and indigo color palette, inspired by Roger Deakins cinematography --ar 16:9 --v 6 --style raw --q 2
#midjourney#image#art#creative#AI art

LinkedIn Post That Gets Engagement

Social Media
ClaudeUse with Claude
Write a LinkedIn post about [TOPIC/STORY/LESSON].

My background: [YOUR ROLE/EXPERTISE]
The core insight I want to share: [THE LESSON]
Target audience: [AUDIENCE]

Format:
- Line 1: Bold hook (first line must make them click "see more")
- Lines 2-3: The story or context (past situation)
- Lines 4-6: The turning point or insight
- Lines 7-9: The 3 takeaways in short punchy bullets
- Line 10: Engagement question

Constraints: No cringe. No "I'm humbled to announce". No humble-bragging. Be real and direct. Max 300 words.
#linkedin#social#thought leadership#B2B

Debugging Prompt for Stubborn Bugs

Development
ClaudeUse with Claude
I have a bug I cannot figure out. Here is everything you need to help me:

**Environment:** [OS, language version, framework, key dependencies]

**What I'm trying to do:** [Expected behavior]

**What is actually happening:** [Actual behavior + error message if any]

**What I've already tried:** [List attempts]

**Relevant code:**
```[LANGUAGE]
[PASTE CODE]
```

**Error logs:**
```
[PASTE LOGS]
```

Please: (1) Identify the root cause, (2) Explain why it's happening, (3) Provide the fixed code, (4) Explain how to prevent this class of bug in the future.
#coding#debugging#engineering#errors

System Prompt: Expert Copywriter

Writing
ChatGPTUse with ChatGPT
You are a world-class copywriter and behavioral psychologist with 20 years of experience writing high-converting direct response copy. 

Your goal is to help me write copy for [ASSET TYPE e.g. Landing Page, Email Sequence] about [PRODUCT/SERVICE]. 

Before you write anything, you must ask me 5 highly targeted questions to understand my audience's deepest desires, fears, and objections. Once I answer, write the copy using the AIDA framework, focusing heavily on emotional hooks and logical justifications.
#system prompt#copywriting#persona#marketing

Complex Data Analysis & Visualization

Productivity
ClaudeUse with Claude
I am going to provide you with a raw CSV dataset containing [DESCRIBE DATA]. 

Your task is to:
1. Clean the data (identify outliers or missing values and suggest how to handle them).
2. Perform a deep exploratory data analysis (EDA) to find the 3 most counter-intuitive trends.
3. Write a Python script using pandas and matplotlib/seaborn to generate 3 beautiful, publication-ready charts that illustrate these trends.
4. Summarize the business implications of these findings in a 1-page executive summary.

Here is the data:
[PASTE DATA]
#data#analysis#python#business intelligence