Skip to content

Prompt Library

A growing library of carefully crafted AI prompt templates for coding, writing, data analysis, marketing, and productivity — copy, customize, and ship faster.

Claude Opus 4.54.8 · 12,500 uses

Code Review Prompt

Have the AI perform a professional code review, surfacing potential issues and optimization suggestions.

Please perform a professional review of the following code, focusing on:
1. Code quality and readability
2. Potential bugs and security vulnerabilities
3. Performance optimization suggestions
4. Adherence to best practices

Code:
[paste code here]
Code ReviewCodingQuality
GPT-54.6 · 8,900 uses

Blog Article Writing Prompt

Generate high-quality technical blog articles with a clear structure and in-depth content.

Please help me write a technical blog article about [topic]. Requirements:

1. An engaging title
2. A compelling introduction
3. A clear structure using H2/H3 headings
4. Include practical code examples
5. Summarize the key takeaways
6. Length: 1500-2000 words

Target audience: [beginner/intermediate/advanced] developers
WritingBlogTechnical Article
GPT-54.7 · 6,700 uses

Data Analysis Prompt

Have the AI analyze your data and produce insights and visualization suggestions.

Please analyze the following dataset and provide:

1. A data overview and basic statistics
2. Key trends and patterns
3. Outlier detection
4. Correlation analysis
5. Visualization suggestions
6. Business insights and recommendations

Data description: [describe the data]
Analysis goal: [goal]
Data AnalysisStatisticsInsights
Gemini 3 Pro4.9 · 15,600 uses

Image Prompt Generator

Generate high-quality image prompts for tools such as Midjourney and Stable Diffusion.

Please generate a detailed AI image prompt for creating [image description].

Requirements:
1. Subject description
2. Style and artistic direction
3. Lighting and mood
4. Composition suggestions
5. Technical parameters (if applicable)

Output format: an English prompt followed by a short explanation
Image GenerationMidjourneyCreative
Claude Opus 4.54.5 · 9,800 uses

Business Email Prompt

Quickly generate professional and appropriate business emails.

Please help me write a business email:

Recipient: [role/relationship]
Purpose: [purpose of the email]
Key information: [main points]
Tone: [formal/semi-formal/friendly]

Requirements:
1. An appropriate opening
2. Concise and clear content
3. Clear action items
4. A professional closing
EmailBusinessCommunication
GPT-54.6 · 11,200 uses

High-Quality Translation Prompt

Produce professional, natural translations that preserve the original style and context.

Please translate the following content into [target language]. Requirements:

1. Preserve the tone and style of the original
2. Use natural, idiomatic expressions
3. Keep technical terminology accurate
4. Retain the original formatting

Original text:
[paste content here]
TranslationMultilingualLocalization
Claude Opus 4.54.8 · 7,400 uses

AI Agent Task Planner

Break a complex goal into a structured, executable plan for an autonomous AI coding agent.

You are planning a task for an autonomous AI coding agent. Break the following goal into an executable plan:

Goal: [describe the goal]
Repository context: [brief context]

Provide:
1. A clear definition of done
2. Ordered, atomic sub-tasks
3. Files likely to be touched
4. Verification steps and tests for each sub-task
5. Risks, edge cases, and rollback strategy
AI AgentPlanningAutomation
Gemini 3 Pro4.7 · 6,100 uses

Deep Research Prompt

Turn a question into a thorough, well-sourced research report with citations and clear conclusions.

Conduct deep research on the following question and produce a structured report:

Question: [your question]

Requirements:
1. Search multiple credible sources and cross-check facts
2. Summarize key findings with inline citations
3. Compare differing viewpoints
4. Highlight uncertainties and knowledge gaps
5. End with a concise conclusion and recommended next steps
ResearchCitationsAnalysis
GPT-54.6 · 5,300 uses

MCP Tool-Use Prompt

Instruct a model to reliably discover and call MCP tools to complete a multi-step task.

You have access to a set of MCP (Model Context Protocol) tools. Complete the following task using the appropriate tools:

Task: [describe the task]

Guidelines:
1. List the tools you will use and why
2. Call tools step by step, validating each result before proceeding
3. If a tool call fails, explain the error and try an alternative
4. Do not fabricate tool outputs
5. Summarize the final result and any assumptions made
MCPTool UseAgents
GPT-54.7 · 8,900 uses

Professional Translation Prompt

Translate text naturally while preserving tone, terminology, and formatting.

Translate the following text into [target language].

Requirements:
1. Keep the original tone and register
2. Use accurate domain terminology
3. Preserve formatting, lists, and markup
4. Localize idioms naturally rather than translating literally
5. Output only the translation

Text:
[paste text here]
TranslationLanguageLocalization
Claude Opus 4.54.7 · 7,200 uses

Data Analysis Assistant

Turn raw data into insights, trends, and clear recommendations.

Act as a data analyst. Analyze the dataset below and provide:
1. Key summary statistics
2. Notable trends and patterns
3. Anomalies or outliers worth attention
4. 3 actionable recommendations
5. Suggested charts to visualize the findings

Data:
[paste data or description here]
Data AnalysisInsightsBusiness
GPT-54.6 · 6,400 uses

SQL Query Generator

Generate correct, optimized SQL from a plain-language request.

You are a SQL expert. Write a query for the request below.

Database: [e.g. PostgreSQL]
Schema: [describe tables and columns]
Request: [what you want to retrieve]

Provide:
1. The SQL query
2. A short explanation
3. Indexing or performance tips if relevant
SQLDatabaseCoding
Claude Opus 4.54.6 · 6,800 uses

Resume Optimizer

Rewrite resume bullet points to be impactful and results-driven.

Act as a professional resume writer. Rewrite the following experience bullets to:
1. Start with strong action verbs
2. Quantify impact with metrics where possible
3. Align with the target role: [role]
4. Keep each bullet concise (one line)

Current bullets:
[paste bullets here]
ResumeCareerWriting
Gemini 3 Pro4.7 · 7,600 uses

Meeting Notes Summarizer

Turn a raw transcript into structured notes and action items.

Summarize the meeting transcript below into:
1. TL;DR (2-3 sentences)
2. Key decisions
3. Action items with owners and due dates
4. Open questions

Transcript:
[paste transcript here]
MeetingSummaryProductivity
GPT-54.6 · 8,100 uses

Professional Email Writer

Draft clear, polite, and effective emails for any situation.

Write a professional email.

Context: [describe situation]
Recipient: [who]
Goal: [what you want]
Tone: [formal / friendly / firm]

Keep it concise, include a clear subject line and a specific call to action.
EmailBusinessCommunication
Gemini 3 Pro4.5 · 5,400 uses

Presentation Outline Builder

Generate a slide-by-slide outline for a compelling presentation.

Create a presentation outline on: [topic]

Audience: [who]
Duration: [minutes]

For each slide provide: a title, 3-4 bullet points, and a speaker note. Start with a hook and end with a clear takeaway and next steps.
PresentationOutlineProductivity
Claude Opus 4.54.6 · 5,900 uses

Unit Test Generator

Generate thorough unit tests with edge cases for a function.

Write unit tests for the following code.

Framework: [e.g. Jest / pytest]

Cover:
1. Typical cases
2. Edge cases and boundaries
3. Invalid input and error handling

Use clear test names and arrange-act-assert structure.

Code:
[paste code here]
TestingUnit TestCoding
GPT-54.5 · 4,700 uses

Regex Builder & Explainer

Build and explain a regular expression for a matching task.

Create a regular expression that matches: [describe the pattern]

Provide:
1. The regex
2. A plain-language explanation of each part
3. 3 matching and 3 non-matching examples
4. Notes on flavor/flags used
RegexCodingUtility
Claude Opus 4.54.6 · 6,100 uses

Idea Brainstorming Partner

Generate diverse, non-obvious ideas around a goal or problem.

Brainstorm ideas for: [goal or problem]

Provide:
1. 10 diverse ideas ranging from safe to bold
2. For the top 3, a one-line rationale and first step
3. One unconventional 'wildcard' idea

Avoid generic suggestions; be specific.
BrainstormCreativityIdeation
Gemini 3 Pro4.7 · 6,600 uses

Personalized Learning Plan

Design a structured study plan to learn a skill by a deadline.

Create a learning plan.

Skill: [what to learn]
Current level: [beginner/intermediate]
Time available: [hours per week]
Deadline: [date]

Provide a weekly breakdown with goals, resources, practice projects, and checkpoints to measure progress.
LearningEducationPlanning
GPT-54.5 · 7,000 uses

Social Media Post Writer

Write platform-tailored posts that drive engagement.

Write social media posts about: [topic]

Platform: [X / LinkedIn / Instagram]
Goal: [awareness / clicks / signups]
Tone: [choose]

Provide 3 variations, each with a strong hook, concise body, relevant hashtags, and a call to action.
Social MediaMarketingCopywriting
GPT-54.5 · 5,200 uses

Product Description Writer

Write persuasive, SEO-friendly product descriptions that convert.

Write a product description.

Product: [name and key features]
Audience: [target customer]
Tone: [choose]

Include a catchy headline, a benefit-led paragraph, a bulleted feature list, and naturally weave in the keyword: [keyword].
E-commerceCopywritingSEO
Claude Opus 4.54.6 · 5,800 uses

Interview Preparation Coach

Practice role-specific interview questions with model answers.

Act as an interviewer for the role: [role]

1. Ask 8 realistic questions (mix of behavioral and technical)
2. After I answer each, give concise feedback
3. Provide a strong model answer

Start with the first question and wait for my response.
InterviewCareerPractice
GPT-54.5 · 4,900 uses

Cover Letter Writer

Draft a tailored cover letter matching your resume to a job.

Write a cover letter.

Job: [title and company]
Job highlights: [key requirements]
My background: [paste resume summary]

Keep it to 3 short paragraphs: hook, why I fit (with evidence), and a confident close.
Cover LetterCareerWriting
Gemini 3 Pro4.5 · 5,600 uses

Content Rewriter

Rewrite text to improve clarity, tone, or length without losing meaning.

Rewrite the following text.

Goal: [clearer / more concise / more formal / simpler]
Audience: [who]

Keep the original meaning, improve flow, and remove redundancy. Provide the rewrite, then a one-line summary of what changed.

Text:
[paste text here]
EditingWritingRewrite
GPT-54.5 · 5,000 uses

Video Script Writer

Write an engaging short-video or YouTube script with a hook.

Write a video script.

Topic: [topic]
Platform: [YouTube / Shorts / TikTok]
Length: [minutes]

Include: a 3-second hook, structured sections with on-screen cues, and a clear call to action at the end.
VideoScriptContent
Claude Opus 4.54.6 · 5,500 uses

Customer Support Reply

Draft empathetic, solution-focused customer support replies.

Write a customer support reply.

Customer message: [paste message]
Context/policy: [relevant info]
Tone: empathetic and professional

Acknowledge the issue, provide a clear solution or next step, and end warmly. Avoid jargon and blame.
SupportCommunicationBusiness
Claude Opus 4.54.5 · 4,300 uses

Academic Abstract Writer

Write a concise, structured abstract for a paper or report.

Write an academic abstract (150-250 words) based on the details below.

Background/problem: [...]
Method: [...]
Key results: [...]
Conclusion: [...]

Use formal academic tone and end with 4-6 keywords.
AcademicWritingResearch
Claude Opus 4.54.8 · 5,600 uses

API Documentation Generator

Generate clear, structured API documentation from code or endpoint descriptions.

Generate API documentation for the following endpoint(s).

Endpoint: [URL and method]
Authentication: [type]
Request body: [schema or example]
Response: [schema or example]

Include:
1. Brief description
2. Request parameters (path, query, body)
3. Response format with status codes
4. A request/response example
5. Error codes and handling notes

Format as Markdown suitable for OpenAPI/Swagger integration.
API DocsDocumentationDeveloper
GPT-54.6 · 6,100 uses

Spreadsheet Formula Builder

Describe what you need and get the exact Excel, Google Sheets, or Sheets formula.

I need a spreadsheet formula.

Spreadsheet app: [Excel / Google Sheets / Apple Numbers]
Goal: [describe what the formula should do]
Data layout: [describe which columns contain what, e.g. "A=date, B=amount, C=category"]

Please provide:
1. The formula
2. A brief explanation of how it works
3. Any edge cases or limitations to be aware of
SpreadsheetFormulaProductivity
Claude Opus 4.54.7 · 4,800 uses

Legal Document Summarizer

Get a plain-language summary of contracts, terms of service, or legal agreements.

Summarize the following legal document in plain language.

Document type: [contract / terms of service / privacy policy / other]

Please provide:
1. A 3-5 sentence overall summary
2. Key obligations and rights (bullet points)
3. Potential risks or clauses to watch out for
4. Any deadlines, penalties, or auto-renewal terms
5. Recommended questions to ask before signing

Document text:
[paste document here]
LegalSummaryContract
Claude Opus 4.54.9 · 7,300 uses

Code Refactoring Prompt

Improve code structure, readability, and performance without changing behavior.

Refactor the following code to improve:
1. Readability and naming
2. Adherence to SOLID principles
3. Removal of duplication (DRY)
4. Performance where possible
5. Error handling

Do NOT change the external behavior. For each change, briefly explain why.

Language: [e.g. Python, TypeScript, Java]

Code:
[paste code here]
RefactoringCode QualityBest Practices