Loading repository data…
Loading repository data…
caterpi11ar / repository
FULL Augment Code, Claude Code, Cursor, Devin AI, Perplexity, Replit, VSCode Agent, Windsurf, Xcode, v0& other open‑source AI coding tools, system prompts, internal tools & models
简体中文 | English
A curated collection of 30+ AI tools' system prompts, presented as a searchable, SEO-friendly web application built with Next.js 15 and React 19.
Live Demo: ai.caterpi11ar.com
This project aggregates leaked and disclosed system prompts from major AI development tools — including Claude Code, Cursor, Devin, Windsurf, Replit, v0, and more — into a markdown-driven static site optimized for search engines.
| Category | Tools |
|---|---|
| Code Assistants | Claude Code, Cursor, Windsurf, Augment Code, CodeBuddy, VSCode Agent, Z.ai Code, Trae |
| AI Agents | Devin AI, Manus Agent, Junie, Traycer AI, Kiro, Amp |
| App Builders | v0, Lovable, Replit, Same.dev, Leap.new, Bolt |
| Search & Chat | Perplexity, NotionAI, Comet Assistant, Cluely |
| Platform Tools | Google Gemini, Xcode AI, Warp.dev, Qoder, Poke |
| Open Source | Cline, Codex CLI, Gemini CLI, Lumo, RooCode |
docs/ directory# Clone the repo
git clone https://github.com/caterpi11ar/system-prompts-playground.git
cd system-prompts-playground
# Install dependencies
pnpm install
# Run development server
pnpm dev
# Build for production
pnpm build
Open http://localhost:3000 to view the site.
docs/
├── Anthropic/
│ ├── Claude Code/ # Prompt.txt, Tools.json
│ └── Claude for Chrome/ # Prompt.txt
├── Cursor Prompts/ # Chat, Agent, Background Agent prompts
├── Devin AI/ # System Prompt.txt
├── Google/
│ ├── Antigravity/
│ └── Gemini/
├── Open Source prompts/
│ ├── Bolt/
│ ├── Cline/
│ ├── Codex CLI/
│ └── ...
└── ... (30+ tools)
Each tool directory contains:
.txt) — the core instructions given to AI models.json) — available tools/functions the AI can call.yaml/.md) — additional settings and documentationdocs/ with prompt files (.txt, .json, .yaml, .yml)CATEGORY_MAP, COLOR_MAP, and ICON_MAP in lib/tools.tspublic/logos/The system prompt data in docs/ is sourced from system-prompts-and-models-of-ai-tools by @x1xhlol. Huge thanks for the incredible work of collecting and maintaining these AI system prompts!