This repo includes ChatGPT prompt curation to use ChatGPT better.
  • HTML 48.6%
  • MDX 36.3%
  • TypeScript 14.7%
  • JavaScript 0.2%
Find a file
2026-02-13 03:53:36 +00:00
.claude-plugin chore(github): update repository links and references 2026-01-30 17:49:11 +03:00
.github ci: add CI workflow and tests for admin categories and prompts 2026-02-03 12:46:35 +03:00
.windsurf/skills/book-translation feat(i18n): Add French translations for book elements and UI strings 2026-01-31 00:03:02 +03:00
docker chore(github): update repository links and references 2026-01-30 17:49:11 +03:00
messages book 2026-02-06 11:57:50 +03:00
packages chore(eslint): update eslint config and downgrade strict rules 2026-02-03 13:12:56 +03:00
plugins/claude/prompts.chat feat(messages): add donation support to book titles in multiple languages 2026-02-02 01:29:22 +03:00
prisma feat(api): add user prompt examples functionality 2026-02-01 21:59:13 +03:00
public book 2026-02-06 11:57:50 +03:00
scripts chore(scripts): increase CSV field size limit for handling large prompt content 2026-02-12 12:13:29 +03:00
src Merge pull request #1004 from GroophyLifefor/main 2026-02-09 07:57:42 +00:00
.dockerignore feat(docker): Add Docker deployment guide and configuration instructions 2026-01-05 22:57:13 +03:00
.env.example chore(prisma): update schema to include direct URL for migrations 2026-01-12 00:56:55 +03:00
.gitignore chore(.gitignore): update ignored directory path for sponsors 2026-01-28 14:18:32 +03:00
.vercelignore
AGENTS.md
CLAUDE-PLUGIN.md chore(github): update repository links and references 2026-01-30 17:49:11 +03:00
CLAUDE.md docs: add CLAUDE.md for Claude Code quick reference 2026-01-06 11:33:05 +00:00
components.json
context7.json chore(github): update repository links and references 2026-01-30 17:49:11 +03:00
CONTRIBUTING.md style(contributing): Update CONTRIBUTING.md with clearer guidelines 2026-01-22 02:07:03 +03:00
DOCKER.md chore(docker): update port configuration to use 4444 instead of 80 2026-01-06 00:27:36 +03:00
eslint.config.mjs chore(eslint): update eslint config and downgrade strict rules 2026-02-03 13:12:56 +03:00
LICENSE
mdx-components.tsx feat(kids): Add new interactive elements for kids levels 2026-01-13 00:33:34 +03:00
next.config.ts chore(next.config.ts): add redirection for book PDF downloads to GitHub raw 2026-02-11 02:11:01 +03:00
package-lock.json book 2026-02-06 11:57:50 +03:00
package.json book 2026-02-06 11:57:50 +03:00
postcss.config.mjs
prisma.config.ts
prompts.config.ts feat(messages): add workflow link fields for multiple languages 2026-01-28 14:01:39 +03:00
prompts.csv Remove prompt: Comprehensive Guide to Prompt Engineering 2026-02-13 03:53:36 +00:00
PROMPTS.md Remove prompt: Comprehensive Guide to Prompt Engineering 2026-02-13 03:53:36 +00:00
README.md changed tier_id for sponsorships 2026-02-10 01:49:57 +03:00
SELF-HOSTING.md chore(github): update repository links and references 2026-01-30 17:49:11 +03:00
sentry.edge.config.ts chore(sentry): disable Sentry in development for edge and server configurations 2026-01-09 19:04:11 +03:00
sentry.server.config.ts chore(sentry): disable Sentry in development for edge and server configurations 2026-01-09 19:04:11 +03:00
tsconfig.json
vitest.config.ts feat(testing): implement vitest test suite 2026-01-06 18:52:06 +00:00
vitest.setup.ts refactor(vitest.setup): update useSearchParams function to return new URLSearchParams 2026-01-07 12:08:26 +03:00

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


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

📖 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

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) — Copy, modify, distribute, and use freely. No attribution required.