-
Notifications
You must be signed in to change notification settings - Fork 3
Home
AI Prompt Lab is an open-source repository dedicated to building, testing, and documenting high-quality AI prompts that work seamlessly across multiple models β including OpenAI (GPT), Anthropic (Claude), Google Gemini, Mistral, and others.
Our goal:
π‘ Create 200+ optimized prompts with real-world use cases, reusable templates, and performance benchmarks.
ai-prompt-lab/ βββ prompts/ β βββ general/ β βββ creative/ β βββ reasoning/ β βββ education/ β βββ agent/ β βββ model-specific/ β βββ gpt/ β βββ gemini/ β βββ anthropic/ βββ docs/ β βββ guidelines.md β βββ prompt-format.md β βββ testing-framework.md β βββ results/ β βββ test-summary.md βββ README.md
Each prompt should follow this format:
title: Startup Mentor Advisor category: business/mentor model: gpt, gemini, anthropic description: Helps founders refine startup ideas and get market feedback prompt: | You are a witty startup mentor. Analyze the following idea and suggest 3 improvements... example_input: "An app that connects dog owners with walkers." example_output: "This is a niche marketplace idea..." tags: [startup, mentor, product] author: @yourname
Each prompt should be tested on at least 3 LLMs:
-
GPT (OpenAI)
-
Gemini (Google)
-
Anthropic Claude
β Record responses in/docs/results/for clarity and reproducibility.
We welcome contributions!
Fork the repo, create your branch, and open a PR with:
-
5+ new prompts
-
Each with metadata, test results, and model tags
-
Follow naming and folder conventions
Join our discussions:
-
Discord: [coming soon]
-
GitHub Discussions: Share ideas, test results, and improvements.