From ai-prompts-library
Search and view system prompts from 40+ AI coding tools (Cursor, Windsurf, Claude Code, Devin, Manus, v0, Lovable, etc). Use for competitive analysis, prompt engineering reference, and understanding how top AI products are built.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-prompts-library:ai-prompts-libraryThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
A curated collection of system prompts from 40+ AI coding tools and assistants.
A curated collection of system prompts from 40+ AI coding tools and assistants.
On first use, clone the prompt source repository:
git clone --depth 1 https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools ~/system-prompts-and-models-of-ai-tools
| Tool | Files | Notes |
|---|---|---|
| Anthropic | Claude Code, Claude Code 2.0, Claude Sonnet 4.6/4.5, Chrome extension | |
| Cursor | Agent v1.0/v1.2/v2.0/2025-09-03, Agent CLI, Chat | Multiple versions |
| Windsurf | Prompt Wave 11, Tools Wave 11 | |
| VSCode Agent | Main + model-specific (GPT-5, Claude Sonnet 4, Gemini 2.5 Pro, GPT-4.1) | |
| Devin AI | Main Prompt, DeepWiki Prompt | |
| Manus | Agent loop, Modules, Prompt | |
| Antigravity (Fast + Planning), Gemini AI Studio vibe-coder | ||
| Amp | Claude 4 Sonnet, GPT-5 (YAML) | |
| Augment Code | Claude 4 Sonnet, GPT-5 agent prompts | |
| Lovable | Agent Prompt + Tools | |
| v0 | Prompt + Tools | |
| Replit | Prompt | |
| Open Source | Bolt, Cline, Codex CLI, Gemini CLI, RooCode, Lumo | |
| Others | Kiro, Junie, Trae, Same.dev, Leap.new, NotionAI, Perplexity, Warp, Xcode, CodeBuddy, Comet, Orchids, Emergent, Cluely, Poke, Qoder, Traycer, Z.ai, dia |
ls ~/system-prompts-and-models-of-ai-tools/ | grep -v -E '^\.|assets|LICENSE|README'
grep -ril "code review" ~/system-prompts-and-models-of-ai-tools/ --include="*.txt" --include="*.yaml"
cat ~/system-prompts-and-models-of-ai-tools/Cursor\ Prompts/Agent\ Prompt\ 2.0.txt
find ~/system-prompts-and-models-of-ai-tools/ -type f \( -name "*.txt" -o -name "*.yaml" \) -not -path '*/.git/*' -exec wc -c {} \; | sort -rn | head -20
Tools.json / tools.json filescd ~/system-prompts-and-models-of-ai-tools && git pull
npx claudepluginhub 2233admin/ai-prompts-libraryDocuments Claude Code's internal prompt architecture including agent directives, multi-agent orchestration patterns, security classifiers, context window management, and memory systems for understanding production-grade agentic AI design patterns.
A collection of reusable prompt templates for roles (expert dev, code reviewer, tech writer) and tasks (debugging, refactoring, explanations). Helps improve prompting in Claude Code.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.