---
## 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
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