Skip to content

A playground of highly experimental prompts, tools & scripts for machine intelligence models from Apple, DeepSeek, OpenAI, Anthropic, Meta, Mistral, Google, xAI & others. Created & maintained by Alex Bilzerian.

License

Notifications You must be signed in to change notification settings

abilzerian/LLM-Prompt-Library

Repository files navigation

LLM Prompt Library

GitHub stars GitHub forks Issues CI License: MIT Discord Twitter Follow

GPT o3 Claude 3 Opus Llama 3 Gemini

Battle‑tested prompt templates & dev‑scripts for every major LLM.


✨ Prompt catalogue (live)

Category Prompts Example links
Creative Writing 2 Dialogue GeneratorStoryteller
Finance 2 10-K AnalyzerAct as a venture capitalist
Healthcare 1 Symptom Checker
Legal 2 Case Law FinderLegal Contract Reviewer
Marketing 2 Ad Copy GeneratorSocial Media Post Optimizer
Medical 3 Clinical Trial AnalyzerCognitive Bias Assessment Tool
Miscellaneous 8 ChatAGICode Anything Now
Programming 17 AWS ArchitectAzure Architect
Prompt Generation 7 CoT_Probe_o3DALL-E
Sales 1 Sales Email Drafter
Writing & Editing 14 Preserve Technical TerminologyProofread
Total 59

📖 Full list lives in prompts/INDEX.md — rebuilt on every commit.


🚀 Quick start

git clone https://github.com/abilzerian/LLM-Prompt-Library.git
cd LLM-Prompt-Library

# helper scripts
pip install -r scripts/requirements.txt

# install hook to auto-update the prompt catalogue
pip install pre-commit
pre-commit install

# manual rebuild (usually handled by pre‑commit/CI)
python scripts/build_index.py

Need a demo or enterprise implementation? Contact Alex Bilzerian

The library includes several tools to help you work with prompts:

  • 🔍 Prompt Validator - Validates the format and contents of prompt files to ensure they meet our standards.
  • 🔄 Prompt Mixer - Create new prompts by mixing and matching elements from existing prompts.
  • 🔢 Token Counter - Analyze prompt files to count tokens and estimate API costs.
  • 📊 Prompt Analyzer - Evaluate the quality of prompts and get suggestions for improvements.
  • 🔄 Prompt Evolution - Automatically optimize prompts through iterative self-improvement cycles.
  • 💰 Financial Metacognition - Analyze AI interpretations of financial prompts to detect biases and limitations.

📊 Community & stats

Star history

📄 License

Distributed under the MIT License — see the full text in LICENSE.

© 2025 | Maintained by Alex Bilzerian