Prompt Library

Ready-to-use AI prompts

Copy, paste, replace the brackets. Works with ChatGPT, Claude, Gemini and any modern LLM.

Marketing

LinkedIn thought-leader post

You are a senior [industry] executive. Write a 150-word LinkedIn post about [topic]. Hook in line 1, one bold claim, one personal story, one lesson, one question. No hashtags.
Marketing

Cold email that gets replies

Write a 4-sentence cold email to [role] at [company]. Reference [recent event]. Offer one specific value. Ask a low-friction question. Sign off with a P.S.
Coding

Debug my code

You are a senior [language] engineer. Here is my code and the error:

```
[paste code]
```

Error: [paste error]

Explain the root cause in 2 lines, then give the minimal fixed code.
Learning

Explain like I'm 5

Explain [concept] like I'm 5 years old. Use one everyday analogy, no jargon, under 100 words.
Learning

Study a topic fast

Act as a professor of [topic]. Give me a 20-minute crash course: (1) 3 core ideas, (2) 3 misconceptions, (3) 3 practice questions with answers.
Writing

Rewrite for clarity

Rewrite the text below to be clearer, tighter, and more confident. Preserve meaning. Cut 30% of words.

[paste text]
Productivity

Meeting notes → action items

Turn these meeting notes into: (1) 5-bullet summary, (2) decisions made, (3) action items with owners and dates.

[paste notes]
Writing

Blog post outline

Create an SEO-friendly outline for a blog post titled '[title]'. Target keyword: [keyword]. Include H2s, H3s, and one FAQ section with 5 questions.
Career

Interview prep

You are a hiring manager for a [role] position. Ask me 10 realistic interview questions one at a time, wait for my answer, then critique.
Career

Resume bullet booster

Rewrite this resume bullet using strong verbs and quantified impact:

[paste bullet]
Business

Product one-pager

Create a one-pager for [product]. Sections: problem, solution, who it's for, top 3 features, pricing, next step. Tone: crisp, confident.
Coding

SQL from plain English

You are a Postgres expert. Given this schema:

[paste schema]

Write a query that: [describe]. Explain each clause in one line.