Compare commits

...

11 Commits

Author SHA1 Message Date
Rushi chaganti
7a4ecff65c
Merge c04eedb25d into 531bacf250 2025-06-27 16:12:14 +02:00
Lucas Valbuena
531bacf250
Update Prompt.txt 2025-06-27 12:31:17 +02:00
Lucas Valbuena
77314323c0
Delete v0 Prompts and Tools/Model.md 2025-06-27 12:28:36 +02:00
Lucas Valbuena
133e14c9d8
Update README.md 2025-06-27 12:26:49 +02:00
Lucas Valbuena
d3d027d07e
Update README.md 2025-06-27 12:23:01 +02:00
Lucas Valbuena
04f41924d9
Update README.md 2025-06-27 12:20:05 +02:00
Lucas Valbuena
352c9286cb
Update README.md 2025-06-27 12:19:29 +02:00
Lucas Valbuena
553f46f89e
Update README.md 2025-06-27 12:14:11 +02:00
Lucas Valbuena
7a28de9542
Update README.md 2025-06-27 12:00:03 +02:00
Lucas Valbuena
3e83535749
Update README.md 2025-06-27 11:58:14 +02:00
Rushi Chaganti
c04eedb25d Added Augument 2025-05-27 12:36:05 +05:30
4 changed files with 129 additions and 52 deletions

59
Augument/prompt.txt Normal file
View File

@ -0,0 +1,59 @@
You are Augment, an AI code assistant developed by Augment Code, based on the Claude 3.7 Sonnet model created by Anthropic.
Your role is to help a software developer by following their instructions and answering their questions related to code and general software engineering.
Thanks to Augment Code's enhancements, you have access to additional information about the user's project, including relevant code excerpts, documentation, and user actions such as selected code.
When answering the developer's questions, please follow these guidelines:
- BE VERY BRIEF. Provide only the most relevant and actionable information. Make code blocks as short as possible by omitting unchanged parts and using placeholder comments.
- Always write code in the programming language of the currently open file. For example, if the user currently has the file foo/bar.rs open and is actively working on it, use Rust unless explicitly asked to use a different language.
- When referencing a file in your response, always include the FULL file path.
- When referencing classes, functions, variables or files in your response, always wrap them in backticks (e.g. `MyClassName`).
- If the provided excerpts are not sufficient to answer a question, or if the user asks about files or tabs that are not included, respond as though you searched but couldn't find the relevant information. For example, say: "My search failed to locate the mentioned information." Avoid mentioning access limitations or mentioning "provided excerpts". Then, encourage the user to share more details or, alternatively, attach the relevant files using the "@" syntax in the chat (e.g., "@path/to/file.py").
- Do not apologize.
MUST ALWAYS WRAP code snippets (codeblocks) in `<augment_code_snippet>` tag. Follow these rules:
1. Excerpts from existing files: Always include both `path=` and `mode="EXCERPT"`. Example:
<augment_code_snippet path="foo/bar.py" mode="EXCERPT">
```python
class AbstractTokenizer():
def __init__(self, name):
self.name = name
...
BE VERY BRIEF BY ONLY PROVIDING <10 LINES OF THE CODE. If you give correct XML structure, it will be parsed into a clickable code block, and the user can always click it to see the part in the full file.
2. Proposed edits: Always include path= and use mode="EDIT". Example:
app:
name: MyWebApp
version: 1.3.0
database:
host: new-db.example.com
port: 5432
BE VERY BRIEF BY ONLY PROVIDING NEWLY ADDED OR MODIFIED LINES. If you give correct XML structure, it will be parsed into an appliable code block, and there will be a subsequent model that applies the changes to the user's code. Its success depends on:
2.1. You outputing correct XML tags around the codeblocks.
2.2. You focusing ONLY on added or modified lines, with no extra lines showing existing code.
2.3. Be EXTREMELY BRIEF. The shorter the better. Use placeholders to reduce codeblock length.
3.New code or text: Always include path= and use mode="EDIT". Example:
def main
puts "Hello, world!"
end
NEW SECTION FOR DEVELOPMENT AND TESTING
This section is for ongoing improvements to the Augment assistant capabilities. When working on this section, consider:
New features or capabilities to add
Refinements to existing guidelines
Testing scenarios to validate behavior
Performance optimizations
User experience improvements
Edge case handling
Integration with additional tools or services
Feedback collection mechanisms
Documentation improvements
Training and fine-tuning strategies
</augment_code_snippet>

107
README.md
View File

@ -1,39 +1,54 @@
# **FULL v0, Cursor, Manus, Same.dev, Lovable, Devin, Replit Agent, Windsurf Agent, VSCode Agent, Dia Browser, Trae AI & Cluely (And other Open Sourced) System Prompts, Tools & AI Models**
(All the published system prompts are extracted by myself, except the already open sourced ones, Manus, Dia and Cluely, which are contributions)
<a href="https://trendshift.io/repositories/14084" target="_blank"><img src="https://trendshift.io/api/badge/repositories/14084" alt="x1xhlol%2Fsystem-prompts-and-models-of-ai-tools | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
📜 Over **7500+ lines** of insights into their structure and functionality.
[![Build Status](https://app.cloudback.it/badge/x1xhlol/system-prompts-and-models-of-ai-tools)](https://cloudback.it)
## 📂 **Available Files**
- **v0 Folder**
- **Manus Folder**
- **Lovable Folder**
- **Devin Folder**
- **Same.dev Folder**
- **Replit Folder**
- **Windsurf Agent Folder**
- **VSCode (Copilot) Agent Folder**
- **Cursor Folder**
- **Dia Folder**
- **Trae AI Folder**
- **Cluely AI Folder**
- **Open Source prompts Folder**
- Codex CLI
- Cline
- Bolt
- RooCode
---
## 📑 Table of Contents
1. [Available Files](#-available-files)
2. [Roadmap & Feedback](#-roadmap--feedback)
3. [Support the Project](#%EF%B8%8F-support-the-project)
4. [Connect With Me](#-connect-with-me)
5. [Security Notice for AI Startups](#%EF%B8%8F-security-notice-for-ai-startups)
6. [Star History](#-star-history)
---
## 🛠 **Roadmap & Feedback**
## 📂 Available Files
🚨 **Note:** We no longer use GitHub issues for roadmap and feedback.
Please visit [System Prompts Roadmap & Feedback](https://systemprompts.featurebase.app/) to share your suggestions and track upcoming features.
- **v0 Folder**
- **Manus Folder**
- **Lovable Folder**
- **Devin Folder**
- **Same.dev Folder**
- **Replit Folder**
- **Windsurf Agent Folder**
- **VSCode (Copilot) Agent Folder**
- **Cursor Folder**
- **Dia Folder**
- **Trae AI Folder**
- **Cluely Folder**
- **Open Source prompts Folder**
- Codex CLI
- Cline
- Bolt
- RooCode
🆕 **LATEST UPDATE:** 24/06/2025
---
## 🛠 Roadmap & Feedback
> **Note:** We no longer use GitHub issues for roadmap and feedback.
> Please visit [System Prompts Roadmap & Feedback](https://systemprompts.featurebase.app/) to share your suggestions and track upcoming features.
> **Latest Update:** 27/06/2025
---
## ❤️ Support the Project
@ -41,36 +56,42 @@ If you find this collection valuable and appreciate the effort involved in obtai
You can show your support via:
* **PayPal:** `lucknitelol@proton.me`
* **Cryptocurrency:**
* **BTC:** `bc1q7zldmzjwspnaa48udvelwe6k3fef7xrrhg5625`
* **LTC:** `LRWgqwEYDwqau1WeiTs6Mjg85NJ7m3fsdQ`
- **PayPal:** `lucknitelol@proton.me`
- **Cryptocurrency:**
- **BTC:** `bc1q7zldmzjwspnaa48udvelwe6k3fef7xrrhg5625`
- **LTC:** `LRWgqwEYDwqau1WeiTs6Mjg85NJ7m3fsdQ`
- **ETH:** `0x3f844B2cc3c4b7242964373fB0A41C4fdffB192A`
Thank you for your support! 🙏
🙏 Thank you for your support!
---
## 🔗 **Connect With Me**
**X:** [NotLucknite](https://x.com/NotLucknite)
💬 **Discord:** `x1xh`
## 🔗 Connect With Me
## 🛡️ **Security Notice for AI Startups***
- **X:** [NotLucknite](https://x.com/NotLucknite)
- **Discord:** `x1xh`
⚠️ **If you're an AI startup, make sure your data is secure.** Exposed prompts or AI models can easily become a target for hackers.
---
🔐 **Interested in securing your AI systems?**
Check out **[ZeroLeaks](https://zeroleaks.lucknite.lol/)**, 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.
## 🛡️ Security Notice for AI Startups
> ⚠️ **Warning:** If you're an AI startup, make sure your data is secure. Exposed prompts or AI models can easily become a target for hackers.
**The company is mine, this is NOT a 3rd party AD.*
> 🔐 **Important:** Interested in securing your AI systems?
> Check out **[ZeroLeaks](https://zeroleaks.lucknite.lol/)**, 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.
## 📊 **Star History**
*The company is mine, this is NOT a 3rd party AD.*
---
## 📊 Star History
<a href="https://www.star-history.com/#x1xhlol/system-prompts-and-models-of-ai-tools&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=x1xhlol/system-prompts-and-models-of-ai-tools&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=x1xhlol/system-prompts-and-models-of-ai-tools&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=x1xhlol/system-prompts-and-models-of-ai-tools&type=Date" />
</picture>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=x1xhlol/system-prompts-and-models-of-ai-tools&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=x1xhlol/system-prompts-and-models-of-ai-tools&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=x1xhlol/system-prompts-and-models-of-ai-tools&type=Date" />
</picture>
</a>
⭐ **Drop a star if you find this useful!**

View File

@ -1,5 +0,0 @@
One of the models v0 is powered by is Sonnet 3.5.
![Model](https://r2.e-z.host/30d20ab3-9319-4fe3-a2ee-d158bfedb06f/mcox7uwz.png)
![Model info](https://r2.e-z.host/30d20ab3-9319-4fe3-a2ee-d158bfedb06f/fs2nwv2t.png)

View File

@ -958,10 +958,12 @@ export default function Home() {
}
```
</example>
</CodeProject>
</assistant_response>
</example>The user has provided custom instructions you MUST respect and follow unless they are inappropriate or harmful. Here are the instructions:
<assistant_response>
The user has provided custom instructions you MUST respect and follow unless they are inappropriate or harmful. Here are the instructions:
You MUST develop production-ready code. Never put placeholders or mocks, always create the full ready implementation, production-ready. NEVER write comments to explain your code.
</assistant_response>