f/prompts.chat
Summary
An open-source prompt library for AI chat models, widely used and referenced in academic and tech communities.
View Cached Full Text
Cached at: 09/03/26, 11:47 AM
f/prompts.chat
Source: https://github.com/f/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
๐ 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 prompts for AI chat models. Originally created for ChatGPT, these prompts work great with any modern AI assistant.
| Browse Prompts | Data Formats |
|---|---|
| prompts.chat | prompts.csv |
| PROMPTS.md | Hugging Face Dataset |
Want to contribute? Add prompts at 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 โ (Source: https://github.com/f/prompts.chat/tree/main/src/content/book)
๐ฎ Prompting for Kids
An interactive, game-based adventure to teach children (ages 8-14) how to communicate with AI through fun puzzles and stories.
๐ Self-Hosting
Deploy your own private prompt library with custom branding, themes, and authentication.
Quick Start:
npx prompts.chat new my-prompt-library
cd my-prompt-library
Manual Setup:
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.
Recommended database: prompts.chat uses PostgreSQL. For a hosted database, we recommend Neon.
๐ Full Self-Hosting Guide โข ๐ณ Docker Guide
๐ Integrations
CLI
npx prompts.chat
Claude Code Plugin
/plugin marketplace add f/prompts.chat
/plugin install [email protected]
๐ Plugin Documentation
MCP Server
Use prompts.chat as an MCP server in your AI tools.
Remote (recommended):
{
"mcpServers": {
"prompts.chat": {
"url": "https://prompts.chat/api/mcp"
}
}
}
Local:
{
"mcpServers": {
"prompts.chat": {
"command": "npx",
"args": ["-y", "prompts.chat", "mcp"]
}
}
}
๐ MCP Documentation
๐ Sponsors
Built with Windsurf and Devin
Become a Sponsor โ
๐ฅ Contributors
๐ License
This project is dual-licensed:
- Source code and site-authored content is licensed under the MIT License,
including the interactive book content in
src/content/book. - Prompt content and data (prompts.csv, PROMPTS.md, user-submitted prompts) is dedicated to the public domain under CC0 1.0 Universal.
See LICENSE for details.
Similar Articles
Prompting fundamentals
OpenAI Academy guide on prompting fundamentals that teaches users how to write clear, effective prompts to get better responses from ChatGPT through techniques like being specific, adding context, specifying output format, and breaking down complex tasks.
PrompTessor
PrompTessor is an AI prompt generator, optimizer, and library that helps users craft effective prompts.
asgeirtj/system_prompts_leaks
A GitHub repository documenting leaked system prompts for major AI chatbots like Claude, ChatGPT, and Gemini, tracking changes across versions.
@suraj_sharma14: this is crazyyyyy
Prompts.chat is a free, open-source social platform for sharing and discovering AI prompts, with options for self-hosting to ensure privacy. It has been featured in Forbes and referenced by academic institutions.
@_vmlops: OpenAI dropped a library of ready-to-use prompts for Codex Not the usual one-line prompt examples....actual project worโฆ
OpenAI released a library of ready-to-use prompts for Codex, featuring project workflows and automations that can be adapted for other AI coding agents.