prompts.chat The world's largest open-source prompt library for AI Works with ChatGPT, Claude, Gemini, Llama, Mistral, and more formerly known as Awesome ChatGPT Prompts ๐ Browse Prompts โข ๐ Read the Book โข ๐ View on GitHub โข ๐ Self-Host ๐ Featured in Forbes ยท ๐ Referenced by Harvard , Columbia ยท ๐ 40+ academic citations ยท โค๏ธ Most liked dataset on Hugging Face โญ 143k+ GitHub stars ยท
Add this skill
npx mdskills install f/prompts-chatWell-documented prompt library with multiple integration options but lacks actual skill instructions
1<h1 align="center">2 <a href="https://prompts.chat">3 <picture>4 <source media="(prefers-color-scheme: dark)" srcset="https://prompts.chat/logo-dark.svg">5 <source media="(prefers-color-scheme: light)" srcset="https://prompts.chat/logo.svg">6 <img height="60" alt="prompts.chat" src="https://prompts.chat/logo.svg">7 </picture>8 <br>9 prompts.chat10 </a>11</h1>1213<p align="center">14 <strong>The world's largest open-source prompt library for AI</strong><br>15 <sub>Works with ChatGPT, Claude, Gemini, Llama, Mistral, and more</sub>16</p>17<p align="center">18 <sub>formerly known as Awesome ChatGPT Prompts</sub>19</p>2021<p align="center">22 <a href="https://prompts.chat"><img src="https://img.shields.io/badge/Website-prompts.chat-blue?style=flat-square" alt="Website"></a>23 <a href="https://github.com/sindresorhus/awesome"><img src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg" alt="Awesome"></a>24 <a href="https://huggingface.co/datasets/fka/prompts.chat"><img src="https://img.shields.io/badge/๐ค-Hugging_Face-yellow?style=flat-square" alt="Hugging Face"></a>25 <a href="https://deepwiki.com/f/prompts.chat"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>26</p>2728<p align="center">29 <a href="https://prompts.chat/prompts">๐ Browse Prompts</a> โข30 <a href="https://fka.gumroad.com/l/art-of-chatgpt-prompting">๐ Read the Book</a> โข31 <a href="https://raw.githubusercontent.com/f/prompts.chat/main/PROMPTS.md">๐ View on GitHub</a> โข32 <a href="#-self-hosting">๐ Self-Host</a>33</p>3435<p align="center">36 <sub>37 ๐ Featured in <a href="https://www.forbes.com/sites/tjmccue/2023/01/19/chatgpt-success-completely-depends-on-your-prompt/">Forbes</a> ยท38 ๐ Referenced by <a href="https://www.huit.harvard.edu/news/ai-prompts">Harvard</a>, <a href="https://etc.cuit.columbia.edu/news/columbia-prompt-library-effective-academic-ai-use">Columbia</a> ยท39 ๐ <a href="https://scholar.google.com/citations?user=AZ0Dg8YAAAAJ&hl=en">40+ academic citations</a> ยท40 โค๏ธ <a href="https://huggingface.co/datasets/fka/prompts.chat">Most liked dataset</a> on Hugging Face<br>41 โญ 143k+ GitHub stars ยท42 ๐ <a href="https://spotlights-feed.github.com/spotlights/prompts-chat/index/">GitHub Staff Pick</a> ยท43 ๐ First prompt library (Dec 2022)44 </sub>45</p>4647<p align="center">48 <sub><strong>Loved by AI pioneers:</strong></sub><br>49 <sub>50 <a href="https://x.com/gdb/status/1602072566671110144"><strong>Greg Brockman</strong></a> (OpenAI Co-Founder) ยท51 <a href="https://x.com/woj_zaremba/status/1601362952841760769"><strong>Wojciech Zaremba</strong></a> (OpenAI Co-Founder) ยท52 <a href="https://x.com/clementdelangue/status/1830976369389642059"><strong>Clement Delangue</strong></a> (Hugging Face CEO) ยท53 <a href="https://x.com/ashtom/status/1887250944427237816"><strong>Thomas Dohmke</strong></a> (Former GitHub CEO)54 </sub>55</p>5657---5859## What is this?6061A curated collection of **prompt examples** for AI chat models. Originally created for ChatGPT, these prompts work great with any modern AI assistant.6263| Browse Prompts | Data Formats |64|----------------|--------------|65| [prompts.chat](https://prompts.chat/prompts) | [prompts.csv](prompts.csv) |66| [PROMPTS.md](https://raw.githubusercontent.com/f/prompts.chat/main/PROMPTS.md) | [Hugging Face Dataset](https://huggingface.co/datasets/fka/prompts.chat) |6768**Want to contribute?** Add prompts at [prompts.chat/prompts/new](https://prompts.chat/prompts/new) โ they sync here automatically.6970---7172## ๐ The Interactive Book of Prompting7374Learn prompt engineering with our **free, interactive guide** โ 25+ chapters covering everything from basics to advanced techniques like chain-of-thought reasoning, few-shot learning, and AI agents.7576**[Start Reading โ](https://fka.gumroad.com/l/art-of-chatgpt-prompting)**7778---7980## ๐ฎ Prompting for Kids8182<p>83 <a href="https://prompts.chat/kids">84 <picture>85 <source media="(prefers-color-scheme: dark)" srcset="https://prompts.chat/promi-dark.svg">86 <source media="(prefers-color-scheme: light)" srcset="https://prompts.chat/promi.svg">87 <img height="60" alt="Promi" src="https://prompts.chat/promi.svg" align="left">88 </picture>89 </a>90</p>9192An interactive, game-based adventure to teach children (ages 8-14) how to communicate with AI through fun puzzles and stories.9394**[Start Playing โ](https://prompts.chat/kids)**9596<br clear="left">9798---99100## ๐ Self-Hosting101102Deploy your own private prompt library with custom branding, themes, and authentication.103104**Quick Start:**105```bash106npx prompts.chat new my-prompt-library107cd my-prompt-library108```109110**Manual Setup:**111```bash112git clone https://github.com/f/prompts.chat.git113cd prompts.chat114npm install && npm run setup115```116117The setup wizard configures branding, theme, authentication (GitHub/Google/Azure AD), and features.118119๐ **[Full Self-Hosting Guide](SELF-HOSTING.md)** โข ๐ณ **[Docker Guide](DOCKER.md)**120121---122123## ๐ Integrations124125### CLI126```bash127npx prompts.chat128```129130### Claude Code Plugin131```132/plugin marketplace add f/prompts.chat133/plugin install prompts.chat@prompts.chat134```135๐ [Plugin Documentation](CLAUDE-PLUGIN.md)136137### MCP Server138Use prompts.chat as an MCP server in your AI tools.139140**Remote (recommended):**141```json142{143 "mcpServers": {144 "prompts.chat": {145 "url": "https://prompts.chat/api/mcp"146 }147 }148}149```150151**Local:**152```json153{154 "mcpServers": {155 "prompts.chat": {156 "command": "npx",157 "args": ["-y", "prompts.chat", "mcp"]158 }159 }160}161```162163๐ [MCP Documentation](https://prompts.chat/docs/api)164165---166167## ๐ Sponsors168169<p align="center">170 <!-- Clemta -->171 <a href="https://clemta.com/?utm_source=prompts.chat">172 <picture>173 <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/clemta-dark.webp">174 <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/clemta.webp">175 <img height="35" alt="Clemta" src="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/clemta.webp">176 </picture>177 </a> 178 <!-- Wiro (py-1) -->179 <a href="https://wiro.ai/?utm_source=prompts.chat">180 <img height="30" alt="Wiro" src="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/wiro.png">181 </a> 182 <!-- Cognition -->183 <a href="https://wind.surf/prompts-chat">184 <picture>185 <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/cognition-dark.svg">186 <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/cognition.svg">187 <img height="35" alt="Cognition" src="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/cognition.svg">188 </picture>189 </a> 190 <!-- CodeRabbit (py-1) -->191 <a href="https://coderabbit.link/fatih">192 <picture>193 <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/coderabbit-dark.svg">194 <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/coderabbit.svg">195 <img height="30" alt="CodeRabbit" src="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/coderabbit.svg">196 </picture>197 </a> 198 <!-- Sentry (py-1) -->199 <a href="https://sentry.io/?utm_source=prompts.chat">200 <picture>201 <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/sentry-dark.svg">202 <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/sentry.svg">203 <img height="30" alt="Sentry" src="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/sentry.svg">204 </picture>205 </a> 206 <!-- MitteAI -->207 <a href="https://mitte.ai/?utm_source=prompts.chat">208 <picture>209 <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/mitte-dark.svg">210 <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/mitte.svg">211 <img height="35" alt="MitteAI" src="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/mitte.svg">212 </picture>213 </a> 214 <!-- Each Labs (py-[6px]) -->215 <a href="https://www.eachlabs.ai/?utm_source=promptschat&utm_medium=referral">216 <picture>217 <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/eachlabs-dark.png">218 <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/eachlabs.png">219 <img height="28" alt="Each Labs" src="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/eachlabs.png">220 </picture>221 </a> 222 <!-- Warp (py-2) -->223 <a href="https://warp.dev/?utm_source=prompts.chat">224 <picture>225 <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/warp-dark.svg">226 <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/warp.svg">227 <img height="25" alt="Warp" src="https://raw.githubusercontent.com/f/prompts.chat/main/public/sponsors/warp.svg">228 </picture>229 </a>230</p>231232<p align="center">233 <sub>Built with <a href="https://wind.surf/prompts-chat">Windsurf</a> and <a href="https://devin.ai">Devin</a></sub><br>234 <a href="https://github.com/sponsors/f/sponsorships?sponsor=f&tier_id=558224&preview=false"><strong>Become a Sponsor โ</strong></a>235</p>236237---238239## ๐ฅ Contributors240241<a href="https://github.com/f/prompts.chat/graphs/contributors">242 <img src="https://contrib.rocks/image?repo=f/prompts.chat" />243</a>244245---246247## ๐ License248249**[CC0 1.0 Universal (Public Domain)](https://creativecommons.org/publicdomain/zero/1.0/)** โ Copy, modify, distribute, and use freely. No attribution required.250
Full transparency โ inspect the skill content before installing.