Battle-Tested Prompts

AI Prompt Library

Engineered prompts for Claude, ChatGPT, Cursor, and Midjourney. Copy, customize, and execute with zero guesswork.

8 prompts available

The High-Converting Blog Outline

Writing
ChatGPTChatGPT
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
ClaudeClaude
Write a 10-tweet thread about [TOPIC] that will drive organic impressions.

Rules:
- Tweet 1: Bold, counterintuitive hook that stops the scroll
- Tweets 2-9: One insight per tweet. Short sentences. High signal-to-noise.
- Tweet 10: Summary + clean frictionless CTA
- Use numbers, data points, and line breaks
- Every tweet must work standalone AND as part of the thread

My target audience: [AUDIENCE]. Goal: [GOAL: newsletter signups / product trial].
#twitter#x#social#thread#growth

Cold Outreach Email That Converts

Sales
ChatGPTChatGPT
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. Zero jargon. Make the subject line specific. Include one concrete personalization hook. End with an easy-to-answer question.
#sales#email#outreach#B2B

Senior Staff Engineer Code Review

Development
ClaudeClaude
You are a Principal Software Engineer. Review the following code with ruthless precision:

1. Bugs & edge cases (off-by-one, null/undefined, race conditions, async unhandled)
2. Performance bottlenecks (unnecessary re-renders, N+1 queries, memory leaks)
3. Architectural clarity (coupling, single-responsibility, testability)
4. Security vulnerabilities (injection, auth leaks, sanitization)
5. Provide actionable refactored code snippets.
#coding#review#engineering#debugging

Production React / Next.js Component Builder

Development
CursorCursor
Generate a production-ready Next.js App Router component using Tailwind CSS and TypeScript:

Component specification: [COMPONENT DESCRIPTION]
Requirements:
- Fully accessible (ARIA attributes, keyboard navigation)
- Responsive (mobile, tablet, desktop viewports)
- Strict TypeScript types (no any)
- Smooth micro-interactions using Framer Motion
- Loading skeleton and error boundary states included
#react#nextjs#typescript#tailwind

Competitive Moat Analysis Framework

Strategy
ClaudeClaude
Analyze the competitive landscape for [COMPANY/PRODUCT] in the [INDUSTRY] space.

Break down:
1. Direct vs Indirect competitors
2. Switching costs and network effects
3. Pricing power and gross margin profile
4. Vulnerabilities against frontier AI integration
5. 3 strategic moves to expand the moat over the next 12 months.
#strategy#founder#business#analysis

Midjourney Prompt Architecture

Image Generation
MidjourneyMidjourney
/imagine prompt: [SUBJECT], [ARCHITECTURAL / VISUAL STYLE], [LIGHTING], [CAMERA ANGLE & LENS], [MOOD], [COLOR PALETTE], [CINEMATOGRAPHER REFERENCE] --ar 16:9 --v 6.1 --style raw
#midjourney#image#creative#AI art

Debugging Multi-Step Async System Failures

Development
ClaudeClaude
I am diagnosing an intermittent system bug. Here are the diagnostics:

Environment: [OS, Node/Python runtime, framework versions]
Expected behavior: [EXPECTED]
Actual behavior: [ACTUAL + ERROR TRACE]
What I have tested: [ATTEMPTS]

Relevant code:
[PASTE CODE]

Please: (1) Identify probable root causes ranked by likelihood, (2) Explain the failure mechanism, (3) Deliver a defensive fix.
#debugging#errors#node#python