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.
先审查再安装
这个资产需要先审查。复制的指令会要求 Agent dry-run、列出写入项,确认后再继续。
npx -y tokrepo@latest install 7d697443-cf7f-4e71-8fd7-45431e5ff685 --target codex先 dry-run,确认写入项后再运行此命令。
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.
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.
How to use
- Browse the repository:
git clone https://github.com/dontriskit/awesome-ai-system-prompts.git
cd awesome-ai-system-prompts
ls
- Each tool has its own directory with the full system prompt.
- Study the prompt structure and adapt patterns for your own AI applications.
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.
Related on TokRepo
- Prompt Library — Curated prompts and templates for AI tools
- AI Tools for Coding — AI coding tools whose prompts are in this collection
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.
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.
常见问题
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.
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.
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.
Extraction methods vary and include jailbreak techniques, API inspection, and reverse engineering. The repository documents the source and method for each prompt where possible.
You can learn instruction formatting patterns, safety guardrail design, tool use specification, output formatting control, and how to scope agent capabilities effectively.
引用来源 (3)
- Awesome AI System Prompts GitHub— Extracted system prompts from 32+ production AI tools
- GitHub Repository— MIT license, 5,700+ stars
- Repository README— Includes ChatGPT, Claude, Cursor, v0, Devin, and more
来源与感谢
Maintained by dontriskit. Licensed under MIT.
awesome-ai-system-prompts — ⭐ 5,700+
讨论
相关资产
System Prompts — Extracted from 30+ AI Coding Tools
Full system prompts extracted from Claude Code, Cursor, Devin, Windsurf, Replit, v0, and 25+ more AI tools. See exactly how they work.
Claude Code System Prompts — Full Extraction
Complete extraction of all Claude Code system prompts, 18 tool descriptions, sub-agent prompts, and utility prompts. Tracked across 135+ versions.
Awesome Copilot Agents — Instructions, Prompts & MCPs
Awesome Copilot Agents is a curated list of Copilot instructions, prompts, skills, MCPs, and agent files to bootstrap stronger repo workflows.
Prompt Architect — 27 Frameworks for Expert Prompts
Transform vague prompts into structured, expert-level prompts using 27 research-backed frameworks across 7 intent categories. Works with Claude Code, ChatGPT, Cursor, and 30+ AI tools.