返回排行榜

f/prompts.chat

HTMLprompts.chat

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.

chatgptaiartificial-intelligenceawesome-listchatgpt-promptsclaudegeminigptgpt-4llmmachine-learningnextjs
Star 增长趋势
Star
166.1k
Forks
21.5k
周增长
Issues
21
50k100k150k
26年1月26年3月26年5月26年7月
README

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

Promi

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

Sponsored by

Neon Logo fallback

📖 Full Self-Hosting Guide • 🐳 Docker Guide


🔌 Integrations

CLI

npx prompts.chat

Claude 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

Neon    Clemta    Wiro    Cognition    CodeRabbit    Sentry    Each Labs    CommandCode

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.

相关仓库
NousResearch/hermes-agent

The agent that grows with you

PythonPyPIMIT Licenseaiai-agent
hermes-agent.nousresearch.com
217.9k41.1k
langflow-ai/langflow

Langflow is a powerful tool for building and deploying AI-powered agents and workflows.

PythonPyPIMIT Licensereact-flowchatgpt
langflow.org
152.1k9.6k
langchain-ai/langchain

The agent engineering platform.

PythonPyPIMIT Licenseaianthropic
docs.langchain.com/langchain/
142.2k23.6k
f/awesome-chatgpt-prompts

This repo includes ChatGPT prompt curation to use ChatGPT and other LLM tools better.

HTMLCreative Commons Zero v1.0 Universalchatbotchatgpt
prompts.chat
121.3k16.3k
microsoft/generative-ai-for-beginners

21 Lessons, Get Started Building with Generative AI

Jupyter NotebookMIT Licenseaichatgpt
113.3k60.8k
ChatGPTNextWeb/NextChat

✨ Light and Fast AI Assistant. Support: Web | iOS | MacOS | Android | Linux | Windows

TypeScriptnpmMIT Licensechatgptnextjs
nextchat.club
88.5k59.4k
OpenHands/OpenHands

🙌 OpenHands: AI-Driven Development

PythonPyPIOtheragentartificial-intelligence
openhands.dev
81.4k10.4k
lobehub/lobehub

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

TypeScriptnpmOtherchatgptopenai
lobehub.com
80.6k15.7k
ChatGPTNextWeb/ChatGPT-Next-Web

A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini/Claude LLM 应用。

TypeScriptnpmchatgptnextjs
nextchat.dev/chat
78.5k60k
dair-ai/Prompt-Engineering-Guide

🐙 Guides, papers, lessons, notebooks and resources for prompt engineering, context engineering, RAG, and AI Agents.

MDXMIT Licensedeep-learningprompt-engineering
promptingguide.ai
76.8k8.4k
openai/openai-cookbook

Examples and guides for using the OpenAI API

Jupyter NotebookMIT Licenseopenaichatgpt
cookbook.openai.com
74.8k12.7k
binary-husky/gpt_academic

为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。

PythonPyPIGNU General Public License v3.0academicchatglm-6b
github.com/binary-husky/gpt_academic/wiki/online
71.1k8.3k