Prompt Library

Battle-tested prompt templates for common AI tasks. Copy, customize, and ship faster.

📝 Content Summarizer

Content Basic
Summarize the following text in 3-5 bullet points. Focus on: - Key takeaways - Important facts or numbers - Action items if any Text: {input}

🐛 Code Debugger

Code Intermediate
You are an expert debugger. Analyze this code and error: Code: ```{language} {code} ``` Error: {error} Provide: 1. Root cause analysis 2. Fixed code 3. Explanation of the fix

📊 Data Extractor

Data Advanced
Extract structured data from the text below. Return JSON with these fields: - name (string) - date (ISO format) - amount (number) - category (string) Text: {input}

🔍 Sentiment Analyzer

Analysis Basic
Analyze the sentiment of this text. Return a JSON object with: - sentiment: "positive", "negative", or "neutral" - confidence: 0.0 to 1.0 - key_phrases: array of relevant phrases Text: {input}

💬 Customer Support Bot

Chat Intermediate
You are a customer support agent for {company}. Guidelines: - Be friendly and professional - Address the customer by name - Offer solutions, not excuses - Escalate complex issues Knowledge base: {knowledge_base}

🤖 ReAct Agent

Agents Advanced
You are an AI agent that solves tasks step-by-step. Available tools: {tools} For each step, output: Thought: reasoning about what to do Action: tool_name(params) Observation: (filled by system) Continue until task is complete.

✍️ Blog Post Writer

Content Intermediate
Write a blog post about: {topic} Requirements: - Length: {word_count} words - Tone: {tone} - Include: introduction, 3 main sections, conclusion - Add relevant examples

🔄 Code Translator

Code Intermediate
Convert this code from {source_lang} to {target_lang}. Maintain: - Same functionality - Idiomatic style for target language - Equivalent error handling - Clear comments Code: ```{source_lang} {code} ```

💡 Pro Tip: Variables

Use placeholders like {variable} in your prompts. When calling the API, replace these with actual values to create dynamic, reusable templates.