prompts.chat
这是适配ChatGPT、Claude、Gemini等主流大模型的开源提示词共享库,支持社区贡献、企业私有化部署,配套有专业的提示词学习内容。
这个项目值得继续研究吗?
这是适配ChatGPT、Claude、Gemini等主流大模型的开源提示词共享库,支持社区贡献、企业私有化部署,配套有专业的提示词学习内容。
- 解决什么问题
- 企业员工使用大模型时普遍不会撰写高质量提示词,导致产出效果差、工作效率低;企业沉淀内部专属提示词时缺乏统一管理工具,使用公共平台还存在业务信息泄露风险。
- 适合什么团队
- 适合需要统一管理内部专属提示词的企业团队、想学习提示词技巧的普通用户,以及需要批量调用提示词的AI开发团队。
- 使用前注意
- 项目采用双许可规则,代码及官方教程适用MIT许可,用户提交的提示词内容属于CC0公共领域;私有化部署需准备PostgreSQL数据库。
本页用于缩短初步筛选时间,不构成技术、采购或法律结论。 正式使用前请在真实业务数据上验证,并以官方说明与许可证为准。
从官方资料看清能力、部署与采用边界
以下内容依据项目公开 README 或模型卡翻译整理,代码、命令和产品名保持原样。
项目定位
prompts.chat前身为Awesome ChatGPT Prompts,是2022年12月上线的开源提示词库,适配ChatGPT、Claude、Gemini、Llama、Mistral等几乎所有主流AI大模型,所有提示词内容均经过社区筛选维护。该项目曾被福布斯报道,被哈佛大学、哥伦比亚大学相关教研内容引用,有超过40篇学术文献引用相关内容,同时也是Hugging Face上受认可的提示词数据集。
核心能力
项目的核心是经过社区筛选的高质量提示词集合,你可以通过三种方式获取内容:
- 访问官方网站 prompts.chat/prompts 在线浏览、筛选适用的提示词
- 直接查看GitHub仓库中的PROMPTS.md文件获取全量提示词内容
- 下载csv格式的提示词文件,或者从Hugging Face获取结构化的提示词数据集
社区用户可以通过官网入口提交新的提示词,审核通过后会自动同步到开源仓库,不需要手动提交PR。
配套学习资源
项目除了提示词库之外,还提供两类免费学习资源:
- 交互式提示词工程指南:包含25个以上章节,覆盖从入门到进阶的全场景提示词技巧,包括思维链推理、少样本学习、AI代理构建等内容,读者可以直接在线阅读学习。
- 青少年提示词入门内容:面向8-14岁儿童,采用游戏化解谜、互动故事的形式,引导孩子学习如何和AI正确交互,入口为 prompts.chat/kids。
私有化部署方案
企业可以自行部署私有版本的提示词库,完全掌握数据控制权,支持自定义品牌标识、界面主题、登录认证规则,内置支持GitHub、Google、Azure AD三种第三方登录方式。
部署方式有两种可选:
- 快速启动:直接运行命令 npx prompts.chat new my-prompt-library,完成后进入对应目录即可启动服务
- 手动部署:克隆项目仓库后,运行 npm install && npm run setup,按照安装向导完成品牌、认证、功能模块的配置即可
部署要求使用PostgreSQL作为数据库,你也可以选择Neon的托管PostgreSQL服务降低运维成本,官方提供完整的部署文档和Docker部署指南供参考。
第三方集成能力
prompts.chat提供三类官方集成方式,方便你嵌入到现有工作流中:
- CLI工具:直接在终端运行 npx prompts.chat 即可调用提示词库能力
- Claude代码插件:按照官方文档添加插件仓库后即可安装,在Claude中直接调用提示词库
- MCP服务器:你可以将prompts.chat作为MCP服务接入自己的AI工具,支持两种部署方式:远程调用官方公开的MCP接口,或者本地部署MCP服务保障数据安全。
许可与采用建议
项目采用双许可规则:
- 项目源代码、官方产出的内容(包括交互式教程)采用MIT许可,企业可以自由修改、分发、商用,无额外限制
- 所有提示词内容(包括用户提交的提示词、结构化数据集)采用CC0 1.0 Universal许可,属于公共领域内容,没有任何使用限制
目前项目处于活跃维护状态,没有归档,适合企业内部搭建专属提示词管理平台,也适合普通用户学习提示词技巧、获取高质量提示词参考。
官方资料与来源
- ai
- artificial-intelligence
- awesome-list
- chatgpt
- chatgpt-prompts
- claude
- gemini
- gpt
- gpt-4
- llm
- machine-learning
- nextjs
核对上游原始说明节选
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
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)
📖 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.
Start Playing →
---
🚀 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-libraryManual Setup:
git clone https://github.com/f/prompts.chat.git
cd prompts.chat
npm install && npm run setupThe 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.
Sponsored by
📖 Full Self-Hosting Guide • 🐳 Docker Guide
---
🔌 Integrations
CLI
npx prompts.chatClaude Code Plugin
/plugin marketplace add f/prompts.chat
/plugin install prompts.chat@prompts.chat📖 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:
including the interactive book content in src/content/book.
- Source code and site-authored content is licensed under the MIT License,
- 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.