FULL v0, Cursor, Manus, Same.dev, Lovable, Devin, Replit Agent, Windsurf Agent & VSCode Agent (And other Open Sourced) System Prompts, Tools & AI Models
(All the published system prompts are extracted by myself, except the already open sourced ones and Manus)
🚀 I managed to obtain FULL official v0, Manus, Cursor, Same.dev, Lovable, Devin, Replit Agent, Windsurf Agent & VSCode Agent system prompts and internal tools.
📜 Over 6,500+ lines of insights into their structure and functionality.
- v0 Folder
- Manus Folder
- Lovable Folder
- Devin Folder
- Same.dev Folder
- Replit Folder
- Windsurf Agent folder
- VSCode (Copilot) Agent folder
- Cursor Folder
- Open Source prompts folder
- Codex CLI
- Cline
- Bolt
- RooCode
🔐 Interested in securing your AI systems?
Check out ZeroLeaks, a service designed to help startups identify and secure leaks in system instructions, internal tools, and model configurations. Get a free AI security audit to ensure your AI is protected from vulnerabilities.
🚨 Note: We no longer use GitHub issues for roadmap and feedback.
Please visit System Prompts Roadmap & Feedback to share your suggestions and track upcoming features.
🆕 LATEST UPDATE: 30/04/2025
If you find this collection valuable and appreciate the effort involved in obtaining and sharing these insights, please consider supporting the project. Your contribution helps keep this resource updated and allows for further exploration.
You can show your support via:
- PayPal:
[email protected]
- Cryptocurrency:
- BTC:
bc1q7zldmzjwspnaa48udvelwe6k3fef7xrrhg5625
- LTC:
LRWgqwEYDwqau1WeiTs6Mjg85NJ7m3fsdQ
- BTC:
Thank you for your support! 🙏
✖ X: NotLucknite
💬 Discord: x1xh
⭐ Drop a star if you find this useful!
A collection of Cursor AI assistant rules (.mdc files) for various AI platforms and services. This repository helps you configure how Cursor AI behaves when working with different AI assistants.
This repository contains rule files for multiple AI assistants including:
- Bolt
- Cursor Agent
- Cursor Chat
- Devin AI
- Lovable
- Manus Agent
- RooCode
- Same.dev
- v0 (Vercel)
- VSCode Agent
- Windsurf/Cascade
Each rule file provides guidelines for how Cursor AI should interact with these platforms, ensuring consistent behavior and adherence to best practices.
.cursor/rules/
- Contains all the rule files (.mdc
) with YAML front matter and markdown contentCursor Prompts/
- Original prompts for Cursor AIDevin AI/
- Original prompts for Devin AILovable/
- Original prompts for LovableManus Agent Tools & Prompt/
- Original prompts and tools for Manus AgentOpen Source prompts/
- Collection of open source prompts (Bolt, Cline, RooCode, Codex CLI)Replit/
- Original prompts for ReplitSame.dev/
- Original prompts for Same.devVSCode Agent/
- Original prompts for VSCode AgentWindsurf/
- Original prompts for Windsurfv0 Prompts and Tools/
- Original prompts for v0 (Vercel)
- Create a
.cursor/rules/
directory in your project root - Copy the desired
.mdc
rule files into this directory - Configure the rules as needed (see below)
See .cursor/rules/README.md for detailed instructions on:
- Using
.cursor/settings.json
to activate rules - Applying rules in-session through the Command Palette
- Configuring rule activation through YAML front matter
Each rule file can be customized by:
- Editing the YAML front matter to adjust when the rule applies
- Modifying the markdown content to change the guidelines
You can create your own Cursor rules:
- Create a new
.mdc
file in the.cursor/rules
directory - Add YAML front matter:
--- description: Description of your rule globs: "**/*.{file,extensions,to,match}" alwaysApply: false ---
- Write your guidelines in markdown format
- Save and apply the rule as described above
Contributions to improve existing rules or add new ones are welcome:
- Fork this repository
- Make your changes or additions
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE.md file for details.