This repo includes ChatGPT prompt curation to use ChatGPT better.
  • HTML 48.5%
  • MDX 36.3%
  • TypeScript 14.8%
  • JavaScript 0.2%
Find a file
2026-02-19 20:20:38 +03:00
.claude feat(claude): add new settings for hooks and permissions 2026-02-14 21:00:47 +03:00
.claude-plugin chore(github): update repository links and references 2026-01-30 17:49:11 +03:00
.entire feat(claude): add new settings for hooks and permissions 2026-02-14 21:00:47 +03:00
.github Add spam-check agentic workflow (.md + .lock.yml) 2026-02-18 17:29:04 +00:00
.windsurf/skills feat: Add presentation page for prompts.chat 2026-02-19 20:20:38 +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 Improve skill-lookup skill structure and discoverability 2026-02-17 09:29:50 +00: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 feat: Add presentation page for prompts.chat 2026-02-19 20:20:38 +03: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
.gitattributes Add spam-check agentic workflow (.md + .lock.yml) 2026-02-18 17:29:04 +00:00
.gitignore chore(.gitignore): update ignored directory path for sponsors 2026-01-28 14:18:32 +03:00
.vercelignore chore(messages): update prompt messages in multiple languages 2025-12-26 01:21:13 +03:00
AGENTS.md feat(messages): add new translations for pinning categories in various locales 2025-12-27 14:15:11 +03:00
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 Initialize v2 work 2025-12-10 15:41:23 +03:00
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 Initial commit 2022-12-05 16:54:13 +03:00
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 Initialize v2 work 2025-12-10 15:41:23 +03:00
prisma.config.ts Initialize v2 work 2025-12-10 15:41:23 +03:00
prompts.config.ts feat(messages): add workflow link fields for multiple languages 2026-01-28 14:01:39 +03:00
prompts.csv Add prompt: Create Satirical and Bold Song Lyrics 2026-02-19 03:52:28 +00:00
PROMPTS.md Add prompt: Create Satirical and Bold Song Lyrics 2026-02-19 03:52:28 +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 Initialize v2 work 2025-12-10 15:41:23 +03:00
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.