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 tags: huggingface
# PROMPT CATEGORY
- 1 BLIP-2 Vision-Language Model Guide developer other
- 2 BigCode Code Model Benchmarking developer coding
- 3 HQQ LLM Quantization Guide developer coding
- 4 HuggingFace Accelerate Distributed Training Guide developer coding
- 5 GRPO RL Training with TRL developer coding
- 6 LLaVA Vision-Language Model Guide developer other
- 7 Scientific ML Catalog Assistant agent research
- 8 Transformer Long Context Extension Guide developer coding
- 9 Mamba State Space Model Guide developer coding
- 10 LlamaGuard Content Moderation Deployment Guide developer safety
- 11 Mergekit LLM Model Merging Guide developer machine_learning
- 12 PEFT LoRA QLoRA LLM Fine-Tuning Guide developer coding
- 13 BitsAndBytes LLM Quantization Workflows developer coding
- 14 Prompt Injection Jailbreak Detector developer security
- 15 Ray Train Distributed Training Workflows developer coding
- 16 Segment Anything Model User Guide developer other
- 17 Sentence Transformers Embeddings Usage Guide developer coding
- 18 Stable Diffusion Diffusers Image Generation Guide agent image_generation
- 19 Hugging Face Transformers Library Guide agent coding