Prompts2026年4月6日·1 分钟阅读

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 就绪

先审查再安装

这个资产需要先审查。复制的指令会要求 Agent dry-run、列出写入项,确认后再继续。

Needs Confirmation · 64/100策略:需确认
Agent 入口
任意 MCP/CLI Agent
类型
Prompt
安装
Single
信任
信任等级:Community
入口
Awesome AI System Prompts — 32+ Tool Prompts Revealed
先审查命令
npx -y tokrepo@latest install 7d697443-cf7f-4e71-8fd7-45431e5ff685 --target codex

先 dry-run,确认写入项后再运行此命令。

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.

常见问题

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.

引用来源 (3)
🙏

来源与感谢

Maintained by dontriskit. Licensed under MIT.

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

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产