PromptsApr 6, 2026·3 min read

Awesome AI System Prompts — 32+ Tool Prompts Revealed

Curated collection of extracted system prompts from 32+ production AI tools including ChatGPT, Claude, Cursor, v0, Manus, Devin, Windsurf, and Perplexity. MIT license, 5,700+ stars.

TL;DR
A curated collection of extracted system prompts from 32+ production AI tools including ChatGPT, Claude, Cursor, and v0.
§01

What it is

Awesome AI System Prompts is a curated GitHub repository containing extracted system prompts from over 32 production AI tools. The collection includes prompts from ChatGPT, Claude, Cursor, v0, Manus, Devin, Windsurf, Perplexity, and more. Each tool has its own directory with the full extracted system prompt. The project is MIT licensed.

It targets prompt engineers, AI developers, and researchers who want to study how production AI tools structure their system prompts for specific tasks.

§02

How it saves time or tokens

Studying production system prompts reveals patterns for instruction formatting, guardrail design, and capability scoping that you can adapt for your own applications. Instead of trial-and-error prompt engineering, you learn from prompts that power tools used by millions.

§03

How to use

  1. Browse the repository:
git clone https://github.com/dontriskit/awesome-ai-system-prompts.git
cd awesome-ai-system-prompts
ls
  1. Each tool has its own directory with the full system prompt.
  2. Study the prompt structure and adapt patterns for your own AI applications.
§04

Example

# Clone the repository
git clone https://github.com/dontriskit/awesome-ai-system-prompts.git
cd awesome-ai-system-prompts

# Browse available tools
ls -la

# Read a specific tool's system prompt
cat cursor/system-prompt.md
cat v0/system-prompt.md

Each prompt reveals how production tools handle safety, tool use, formatting, and domain-specific instructions.

§05

Related on TokRepo

Key considerations

When evaluating Awesome AI System Prompts for your workflow, consider the following factors. First, assess whether your team has the technical prerequisites to adopt this tool effectively. Second, evaluate the maintenance burden against the productivity gains. Third, check community activity and documentation quality to ensure long-term viability. Integration with your existing toolchain matters more than feature count alone. Start with a small pilot project before rolling out across the organization. Monitor resource usage during the initial adoption phase to identify bottlenecks early. Document your configuration decisions so team members can onboard independently.

§06

Common pitfalls

  • System prompts are extracted at a point in time; tools update their prompts frequently, so the collection may lag behind current versions.
  • Copying production prompts verbatim may violate terms of service; use them as learning references, not direct copies.
  • Prompt patterns that work for one model may not transfer directly to another; adapt techniques rather than copying wholesale.

Frequently Asked Questions

Which AI tools are included?+

The collection includes prompts from ChatGPT, Claude, Cursor, v0, Manus, Devin, Windsurf, Perplexity, GitHub Copilot, and over 20 more tools. Check the repository for the complete list.

Are these prompts official?+

No. These are community-extracted prompts obtained through various methods. They represent the system prompts at the time of extraction and may not reflect current versions.

Can I use these prompts in my own products?+

The repository is MIT licensed, but the system prompts themselves may be proprietary. Use them as learning references and adapt the patterns and techniques rather than copying verbatim.

How are the prompts extracted?+

Extraction methods vary and include jailbreak techniques, API inspection, and reverse engineering. The repository documents the source and method for each prompt where possible.

What can I learn from studying system prompts?+

You can learn instruction formatting patterns, safety guardrail design, tool use specification, output formatting control, and how to scope agent capabilities effectively.

Citations (3)
🙏

Source & Thanks

Maintained by dontriskit. Licensed under MIT.

awesome-ai-system-prompts — ⭐ 5,700+

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.