This repo includes ChatGPT prompt curation to use ChatGPT better.
  • TypeScript 64.1%
  • MDX 34.2%
  • JavaScript 0.8%
  • Shell 0.5%
  • CSS 0.4%
Find a file
2026-01-28 19:32:45 +03:00
.claude-plugin feat(claude-plugin): add prompts.chat marketplace and plugin structure 2026-01-16 00:38:37 +03:00
.github docs: Update outdated GitHub Actions versions 2026-01-15 19:14:09 +01:00
docker chore(docker): add new environment variable for direct database connection URL 2026-01-28 14:10:03 +03:00
messages feat(messages): add new output and input types in multiple language files 2026-01-28 17:39:27 +03:00
packages mitte-remotion case 2026-01-23 17:20:08 +03:00
plugins/claude/prompts.chat feat(claude-plugin): add prompts.chat marketplace and plugin structure 2026-01-16 00:38:37 +03:00
prisma feat(messages): add workflow link fields for multiple languages 2026-01-28 14:01:39 +03:00
public feat(messages): add workflow link fields for multiple languages 2026-01-28 14:01:39 +03:00
scripts chore(messages): update language files for prompts and skills 2026-01-15 16:46:37 +03:00
src refactor(prompt-connections): improve handling of media elements in FlowGraph 2026-01-28 19:32:45 +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
.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 feat(claude-plugin): add prompts.chat marketplace and plugin structure 2026-01-16 00:38:37 +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 feat(docs): add DeepWiki documentation integration for self-hosting and footer 2025-12-17 00:36:48 +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 Initialize v2 work 2025-12-10 15:41:23 +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(components): update MDX components and next config settings 2026-01-11 00:20:41 +03:00
package-lock.json chore(messages): update language files for prompts and skills 2026-01-15 16:46:37 +03:00
package.json chore(messages): update language files for prompts and skills 2026-01-15 16:46:37 +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 Remove prompt: Senior Viral Content Strategist & Elite Video Clipper 2026-01-28 03:36:46 +00:00
PROMPTS.md Remove prompt: Senior Viral Content Strategist & Elite Video Clipper 2026-01-28 03:36:46 +00:00
README.md chore(sponsors): Remove CodeRabbit sponsor page component 2026-01-28 14:18:21 +03:00
SELF-HOSTING.md feat(docs): update quick start instructions in README and SELF-HOSTING files 2026-01-05 19:41:50 +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

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/awesome-chatgpt-prompts.git
cd awesome-chatgpt-prompts
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/awesome-chatgpt-prompts
/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.