Search and browse system prompts from 40+ AI coding tools — Cursor, Windsurf, Claude Code, Devin, Manus, v0, Lovable, VSCode Agent, and more.
Works as both an OpenClaw skill and a Claude Code plugin.
# Add marketplace (first time only)
/plugin marketplace add 2233admin/ai-prompts-library
# Install
/plugin install ai-prompts-libraryOr install directly:
claude plugin install github:2233admin/ai-prompts-libraryCopy skills/ai-prompts-library/ to ~/.openclaw/skills/ai-prompts-library/ and add _meta.json:
{
"ownerId": "local",
"slug": "ai-prompts-library",
"version": "1.0.0"
}Clone the prompt source data:
git clone --depth 1 https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools ~/system-prompts-and-models-of-ai-tools40+ AI tools with their system prompts, tools schemas, and agent configurations:
- Anthropic: Claude Code, Claude Sonnet 4.6/4.5, Chrome extension
- Cursor: Agent v1.0 ~ v2.0, CLI, Chat (multiple versions for comparison)
- Windsurf: Prompt + Tools (Wave 11)
- VSCode Agent: Main + model-specific variants (GPT-5, Claude, Gemini)
- Devin AI, Manus, Google Antigravity/Gemini, Amp, Augment Code
- Lovable, v0, Replit, Same.dev, Leap.new
- Open Source: Bolt, Cline, Codex CLI, Gemini CLI, RooCode, Lumo
- And 20+ more tools
"Show me Cursor's latest system prompt"
"How does Devin handle code editing?"
"Compare error handling rules across Cursor, Windsurf, and Claude Code"
"What tools does Manus expose to its agent?"
"Search all prompts for how they handle git operations"
MIT