This repo includes ChatGPT prompt curation to use ChatGPT better.
  • TypeScript 63.9%
  • MDX 34.4%
  • JavaScript 0.8%
  • Shell 0.5%
  • CSS 0.4%
Find a file
2026-01-28 03:36:46 +00:00
.claude-plugin
.github
docker
messages feat(messages): add custom links feature for user profiles 2026-01-27 16:20:30 +03:00
packages
plugins/claude/prompts.chat
prisma feat(user): add bio and custom links functionality 2026-01-27 13:49:52 +03:00
public
scripts
src refactor(activity-chart): improve month label filtering 2026-01-27 16:24:21 +03:00
.dockerignore
.env.example
.gitignore
.vercelignore
AGENTS.md
CLAUDE-PLUGIN.md
CLAUDE.md
components.json
context7.json
CONTRIBUTING.md
DOCKER.md
eslint.config.mjs
LICENSE
mdx-components.tsx
next.config.ts
package-lock.json
package.json
postcss.config.mjs
prisma.config.ts
prompts.config.ts
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
SELF-HOSTING.md
sentry.edge.config.ts
sentry.server.config.ts
tsconfig.json
vitest.config.ts
vitest.setup.ts

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