prompts.chat
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

Website Awesome Hugging Face Ask DeepWiki

๐ŸŒ 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 ยท ๐Ÿ… GitHub Staff Pick ยท ๐Ÿš€ First prompt library (Dec 2022)

Loved by AI pioneers:
Greg Brockman (OpenAI Co-Founder) ยท Wojciech Zaremba (OpenAI Co-Founder) ยท Clement Delangue (Hugging Face CEO) ยท Thomas Dohmke (Former GitHub CEO)

--- ## What is this? A curated collection of **prompt examples** for AI chat models. Originally created for ChatGPT, these prompts work great with any modern AI assistant. | Browse Prompts | Data Formats | |----------------|--------------| | [prompts.chat](https://prompts.chat/prompts) | [prompts.csv](prompts.csv) | | [PROMPTS.md](https://raw.githubusercontent.com/f/prompts.chat/main/PROMPTS.md) | [Hugging Face Dataset](https://huggingface.co/datasets/fka/prompts.chat) | **Want to contribute?** Add prompts at [prompts.chat/prompts/new](https://prompts.chat/prompts/new) โ€” they sync here automatically. --- ## ๐Ÿ“– The Interactive Book of Prompting Learn 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. **[Start Reading โ†’](https://fka.gumroad.com/l/art-of-chatgpt-prompting)** --- ## ๐ŸŽฎ Prompting for Kids

Promi

An interactive, game-based adventure to teach children (ages 8-14) how to communicate with AI through fun puzzles and stories. **[Start Playing โ†’](https://prompts.chat/kids)**
--- ## ๐Ÿš€ Self-Hosting Deploy your own private prompt library with custom branding, themes, and authentication. **Quick Start:** ```bash npx prompts.chat new my-prompt-library cd my-prompt-library ``` **Manual Setup:** ```bash git clone https://github.com/f/prompts.chat.git cd prompts.chat npm install && npm run setup ``` The setup wizard configures branding, theme, authentication (GitHub/Google/Azure AD), and features. ๐Ÿ“– **[Full Self-Hosting Guide](SELF-HOSTING.md)** โ€ข ๐Ÿณ **[Docker Guide](DOCKER.md)** --- ## ๐Ÿ”Œ Integrations ### CLI ```bash npx prompts.chat ``` ### Claude Code Plugin ``` /plugin marketplace add f/prompts.chat /plugin install prompts.chat@prompts.chat ``` ๐Ÿ“– [Plugin Documentation](CLAUDE-PLUGIN.md) ### MCP Server Use prompts.chat as an MCP server in your AI tools. **Remote (recommended):** ```json { "mcpServers": { "prompts.chat": { "url": "https://prompts.chat/api/mcp" } } } ``` **Local:** ```json { "mcpServers": { "prompts.chat": { "command": "npx", "args": ["-y", "prompts.chat", "mcp"] } } } ``` ๐Ÿ“– [MCP Documentation](https://prompts.chat/docs/api) --- ## ๐Ÿ’– Sponsors

Clemta    Wiro    Cognition    CodeRabbit    Sentry    MitteAI    Each Labs    Warp

Built with Windsurf and Devin
Become a Sponsor โ†’

--- ## ๐Ÿ‘ฅ Contributors --- ## ๐Ÿ“œ License **[CC0 1.0 Universal (Public Domain)](https://creativecommons.org/publicdomain/zero/1.0/)** โ€” Copy, modify, distribute, and use freely. No attribution required.