A comprehensive collection of AI prompt engineering resources: distilled best-practice guides, a professional prompt-engineering agent, and ready-to-use prompt examples.
π― Perfect for: Developers, AI practitioners, and anyone looking to improve their prompt engineering skills with proven techniques from industry leaders.
- π Curated Guides β Distilled best practices from OpenAI, Anthropic, Google, and more
- π€ AI Agent β Transform simple requirements into production-ready prompts
- π Ready-Made Examples β Copy-paste prompts for common use cases
- π§ Meta-Prompts β Advanced tools for creating and refining prompts
New to prompt engineering? Start here:
# 1. Clone the repository
git clone https://github.com/thibaultyou/prompt-blueprint.git
cd prompt-blueprint
# 2. Read the unified best practices guide (recommended first read)
open guides/unified-best-practices__claude_sonnet_4.md
# 3. Try the prompt engineering agent
open meta-prompts/prompt-engineering-agent.md
# Copy the content and paste it into ChatGPT, Claude, or your preferred AI
# 4. Explore ready-made examples
open examples/customer-support-agent.mdAlready experienced? Jump to the prompt engineering agent or browse specific guides for your AI model.
What are these? Concise, actionable guides that distill official documentation and best practices from major AI providers into practical advice you can use immediately.
| Guide | What It Covers | Created By |
|---|---|---|
unified-best-practices__claude_sonnet_4.md |
β START HERE β Comprehensive best practices combining insights from all major providers | Claude Sonnet 4 |
openai-best-practices__chatgpt-4_5.md |
OpenAI's official prompt engineering guidelines and techniques | ChatGPT-4/5 |
anthropic-best-practices__chatgpt-4_5.md |
Anthropic's Claude prompting strategies and best practices | ChatGPT-4/5 |
google-best-practices__chatgpt-4_5.md |
Google's Gemini prompt engineering recommendations | ChatGPT-4/5 |
prompting-guide-ai-best-practices__chatgpt-4_5.md |
General AI prompting principles and advanced techniques | ChatGPT-4/5 |
- π Start with the unified guide β Get a comprehensive overview of all best practices
- π― Choose provider-specific guides β Dive deeper into techniques for your preferred AI model
- π Reference during prompt creation β Use alongside our prompt-engineering agent
- π Iterate and improve β Combine insights from multiple guides for optimal results
Important: These are AI-generated summaries of official documentation, optimized for practical use. They are not official provider documents but are based on official sources.
What is it? A sophisticated AI agent that transforms your simple requirements into professional, production-ready prompts with documentation and usage guidelines.
flowchart LR
A[π€ Your Request<br/>I need a customer service prompt] --> B{Add Context?}
B -->|No| C[π€ Agent Only]
B -->|Yes| D[π Unified Guide<br/>+ π€ Agent]
C --> E[β
Good Prompt]
D --> F[β Better Prompt<br/>with advanced techniques]
style A fill:#e3f2fd
style D fill:#f3e5f5
style F fill:#fff9c4
Simple workflow:
- Ask the agent what you need
- Optional: Load the unified guide first for enhanced results
- Get your prompt β ready to use!
- β Save hours β No need to research best practices or iterate manually
- β Professional quality β Get enterprise-grade prompts with proper formatting
- β Cross-platform β Works with GPT-4, Claude, Gemini, and other models
- β Complete package β Includes usage guidelines, troubleshooting, and metrics
- Open
meta-prompts/prompt-engineering-agent.md - Copy the entire content
- Paste it into your preferred AI interface (ChatGPT, Claude, etc.)
π‘ Pro Tip: For even better results, first load the unified-best-practices__claude_sonnet_4.md guide to give the agent additional context about advanced techniques.
Just tell the agent what kind of prompt you want:
Simple examples:
- "I need a customer service chatbot prompt"
- "Create a code review prompt for my team"
- "Design a creative writing prompt for marketing copy"
Detailed examples (even better results):
- "I need a customer support prompt for a SaaS company, handling 100+ daily conversations, optimized for Claude"
- "Create a technical documentation prompt for API references that must be GDPR compliant"
The agent delivers a complete package:
- π Production-ready prompt with professional formatting
- π Usage guidelines and implementation notes
- π Performance benchmarks and success metrics
- π§ Troubleshooting guide for common issues
- π Cross-platform compatibility notes
Ask for specific adjustments:
- "Make it more concise for high-volume use"
- "Add compliance requirements for healthcare"
- "Optimize specifically for GPT-4"
You: "I need a prompt for customer service chatbot that handles complaints professionally"
Agent: [Executes 7-stage professional workflow]
[Delivers complete prompt package with documentation]
You: "Great! Can you make it more concise for high-volume use?"
Agent: [Provides optimized version focused on efficiency]
| Directory | What's Inside | Best For |
|---|---|---|
/guides |
Distilled best practices from major AI providers | Learning prompt engineering fundamentals |
/meta-prompts |
Advanced AI agents for prompt creation and documentation | Creating custom prompts and tools |
/examples |
Ready-to-use prompts for common scenarios | Quick implementation and inspiration |
prompt-engineering-agent.mdβ The main agent that creates professional prompts from your requirementsdocumentation-expert-agent.mdβ The agent that creates and updates the guides themselvescustomer-support-agent.mdβ Example of a production-ready prompt created by the agent
-
π Research & Distillation β The
documentation-expert-agentprocesses official documentation from AI providers and creates the guides in/guides -
π§ Knowledge Integration β The
prompt-engineering-agentembodies these best practices, using them to create high-quality prompts -
π Example Generation β The agent's outputs are collected in
/examplesas ready-to-use prompts -
π Continuous Improvement β As the agents evolve, the guides and examples are updated to reflect the latest best practices
We welcome contributions! Here's how you can help:
- π Report issues β Found a problem? Let us know
- π Suggest improvements β Ideas for better guides or examples
- π§ Submit pull requests β New guides, examples, or improvements
- π‘ Share feedback β How are you using these resources?
Note: This is a personal research project that evolves over time. It may not reach production-grade maturity but aims to be a valuable learning resource.
- π§ Work in Progress β This repository is provided as-is for educational purposes
- π Unofficial Content β Guides are AI-generated summaries, not official provider documentation
- π No Warranties β Use at your own discretion; no guarantees for production use
- π Educational Focus β Designed for learning and experimentation, not commercial deployment
- Check the guides for fundamentals
- Try the prompt engineering agent for custom prompts
- Browse examples for inspiration
- Open an issue for specific problems or suggestions