| name | ai-system-prompts-intel |
| description | Intelligence on leaked/published system prompts from 30+ AI coding tools (Cursor, Windsurf, Claude Code, GitHub Copilot, Devin, v0, Lovable, Replit, Warp) and general chat products (Claude, ChatGPT, Gemini, Grok, Perplexity, Mistral, Notion AI). Use for competitive analysis, prompt engineering research, understanding how other tools/products instruct their models. Triggers on: 'system prompt of cursor', 'windsurf system prompt', 'claude code prompt', 'copilot system prompt', 'devin prompt', 'AI tool system prompt', 'leaked AI prompts', 'how cursor instructs AI', 'competitive prompt analysis', 'prompt engineering research', 'v0 system prompt', 'replit agent prompt', 'chatgpt system prompt', 'gemini system prompt', 'grok system prompt', 'how does claude.ai instruct itself'. |
| origin | x1xhlol/system-prompts-and-models-of-ai-tools (141k⭐, coding tools) + asgeirtj/system_prompts_leaks (56k⭐, CC0, general chat products) |
| license | see each repo |
| version | 2.0.0 |
| compatibility | yana-ai >= 0.41.0 |
| allowed-tools | Read, WebFetch |
AI System Prompts Intelligence
Sources: x1xhlol/system-prompts-and-models-of-ai-tools (141k⭐, coding tools)
asgeirtj/system_prompts_leaks (56k⭐, CC0, general chat products)
Tier: TIER 3 — RESEARCH
Tập hợp system prompts từ 30+ AI coding tools và các chat product lớn (Claude, ChatGPT, Gemini, Grok, Perplexity, Mistral, Notion AI) đã bị leak hoặc công bố — dùng cho nghiên cứu prompt engineering và phân tích cạnh tranh.
Do NOT use for: tái sử dụng nguyên văn prompts của tool/product khác (vi phạm IP dù nguồn tổng hợp là CC0 — nội dung leak bên trong không tự động CC0 theo), hack hay bypass các tool này. Đặc biệt: không copy verbatim các đoạn chính sách nhạy cảm (self-harm, child-safety...) từ chat products — chỉ phân tích structure, không nhân bản nội dung.
Tools/products được cover
Code editors/IDEs:
Cursor Windsurf VSCode Agent
Xcode Trae Qoder
AI coding assistants:
Claude Code GitHub Copilot Devin AI
CodeBuddy Comet
Low-code/gen UI:
v0 (Vercel) Lovable Replit
Same.dev Leap.new
Research/productivity (coding-adjacent):
Perplexity NotionAI Manus
Warp.dev Cluely
General chat products (asgeirtj source):
Claude (claude.ai) ChatGPT/Codex Gemini (all surfaces)
Grok (xAI) Perplexity Comet Mistral (Le Chat)
Notion AI Meta AI Microsoft Copilot
Key patterns học được từ các tool hàng đầu
Cursor — instruction style
- Explicit "do not" rules chiếm ~40% prompt
- Định nghĩa rõ từng tool và khi nào KHÔNG dùng
- Có section riêng về memory và context management
- Format: imperative, ngắn gọn, không giải thích
GitHub Copilot — scope control
- Hard-coded scope limits ("only suggest completions for the current file")
- Explicit rejection of tasks outside coding domain
- Safety framing: "you are a coding assistant, not a general AI"
- Model chaining: fast model cho completions, slower cho chat
Devin AI — agentic pattern
- Step-by-step planning trước khi execute (planning phase mandated)
- Explicit checkpoint requirements sau mỗi destructive action
- Tool use hierarchy: read first, write only after verify
- Error recovery: retry ≤ 3 lần, escalate nếu vẫn fail
v0 (Vercel) — output constraints
- Strict format enforcement (JSX only, no raw HTML)
- Component isolation rules
- Explicit "never use" library list
- Design system tokens bắt buộc (no arbitrary hex)
Windsurf — memory integration
- Session memory được inject vào prompt đầu mỗi turn
- Memories phân loại: factual vs preference vs constraint
- Explicit instruction về khi nào update memory vs bỏ qua