AI PROMPTS
THE OPEN AI PROMPTS LIBRARY
A community-curated library of prompts for every AI — across coding, writing, research, design, marketing, and dozens more categories. Discover, share, and remix what works.
AVAILABLE FOR EVERY AI
Claude, ChatGPT, Gemini, Cursor, Copilot, Perplexity, Grok — and any other model or assistant you use.
SEARCH AND LOAD WITH YOUR AGENT — MCP
Connect this library as an MCP server to Claude, Cursor, Windsurf, or any
MCP-capable client. Search with search_prompts, then load skills with list_skill_files, read_skill_file, and get_skill_download.
URL
https://aipromptslibrary.sh/mcp OPTION A — PASTE TO YOUR AGENT Claude, Cursor, Codex, etc.
prompt
Connect to the MCP server at https://aipromptslibrary.sh/mcp (streamable-http).
OPTION B — JSON CONFIG manual setup
mcp.json
{
"mcpServers": {
"prompt-library": {
"type": "streamable-http",
"url": "https://aipromptslibrary.sh/mcp"
}
}
} Browse by category
PROMPTS LIBRARY
FILTERED BY subcategories: machine_learning
# PROMPT CATEGORY
- 1 Machine Learning Concepts Explainer student education
- 2 FAISS Vector Similarity Search Guide developer coding
- 3 HuggingFace Accelerate Distributed Training Guide developer coding
- 4 Geniml Genomic Interval ML Guide agent analysis
- 5 LLM Knowledge Distillation Implementation Guide developer coding
- 6 Mixture of Experts Training Guide developer coding
- 7 Molfeat Molecular Featurization Guide developer coding
- 8 nanoGPT Minimal GPT Training Guide developer coding
- 9 PEFT LoRA QLoRA LLM Fine-Tuning Guide developer coding
- 10 PathML Computational Pathology Toolkit agent medical
- 11 PennyLane Quantum ML Library Guide developer coding
- 12 Ray Train Distributed Training Workflows developer coding
- 13 SAELens Sparse Autoencoder Training Guide agent research
- 14 Hugging Face Transformers Library Guide agent coding
- 15 Vaex Large Dataset Analysis Skill developer analysis
- 16 PyTorch Geometric GNN Implementation Guide agent coding