mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-01-31 06:14:18 -05:00
Compare commits
16 Commits
56e835845e
...
01256f531e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
01256f531e | ||
|
|
d4c87387f5 | ||
|
|
7f1684d302 | ||
|
|
aee79f497f | ||
|
|
0a02a05c4f | ||
|
|
531bacf250 | ||
|
|
77314323c0 | ||
|
|
133e14c9d8 | ||
|
|
d3d027d07e | ||
|
|
04f41924d9 | ||
|
|
352c9286cb | ||
|
|
553f46f89e | ||
|
|
7a28de9542 | ||
|
|
3e83535749 | ||
|
|
5a3b176741 | ||
|
|
995158a2f2 |
20
.devcontainer/devcontainer.json
Normal file
20
.devcontainer/devcontainer.json
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
||||||
|
"customizations": {
|
||||||
|
"vscode": {
|
||||||
|
"extensions": [
|
||||||
|
"ms-vscode.azure-account",
|
||||||
|
"ms-python.python",
|
||||||
|
"ms-toolsai.jupyter",
|
||||||
|
"ms-vscode.cpptools",
|
||||||
|
"ms-azuretools.vscode-docker"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"terminal.integrated.shell.linux": "/bin/bash",
|
||||||
|
"python.pythonPath": "/usr/local/bin/python3",
|
||||||
|
"editor.formatOnSave": true
|
||||||
|
},
|
||||||
|
"postCreateCommand": "pip install -r requirements.txt"
|
||||||
|
}
|
||||||
27
.github/workflows/makefile.yml
vendored
Normal file
27
.github/workflows/makefile.yml
vendored
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
name: Makefile CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ "main" ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "main" ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: configure
|
||||||
|
run: ./configure
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: make
|
||||||
|
|
||||||
|
- name: Run check
|
||||||
|
run: make check
|
||||||
|
|
||||||
|
- name: Run distcheck
|
||||||
|
run: make distcheck
|
||||||
24
.ipynb_checkpoints/Untitled-checkpoint.ipynb
Normal file
24
.ipynb_checkpoints/Untitled-checkpoint.ipynb
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"cells": [],
|
||||||
|
"metadata": {
|
||||||
|
"kernelspec": {
|
||||||
|
"display_name": "Python 3 (ipykernel)",
|
||||||
|
"language": "python",
|
||||||
|
"name": "python3"
|
||||||
|
},
|
||||||
|
"language_info": {
|
||||||
|
"codemirror_mode": {
|
||||||
|
"name": "ipython",
|
||||||
|
"version": 3
|
||||||
|
},
|
||||||
|
"file_extension": ".py",
|
||||||
|
"mimetype": "text/x-python",
|
||||||
|
"name": "python",
|
||||||
|
"nbconvert_exporter": "python",
|
||||||
|
"pygments_lexer": "ipython3",
|
||||||
|
"version": "3.12.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nbformat": 4,
|
||||||
|
"nbformat_minor": 5
|
||||||
|
}
|
||||||
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"DockerRun.DisableDockerrc": true,
|
||||||
|
"python.pythonPath": "/usr/local/bin/python3",
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"terminal.integrated.shell.linux": "/bin/bash"
|
||||||
|
}
|
||||||
110
README.md
110
README.md
@ -1,39 +1,55 @@
|
|||||||
# **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**
|
# **FULL v0, Cursor, Manus, Same.dev, Lovable, Devin, Replit Agent, Windsurf Agent, VSCode Agent, Dia Browser, Trae AI, Cluely & Spawn (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.
|
📜 Over **7500+ lines** of insights into their structure and functionality.
|
||||||
|
|
||||||
[](https://cloudback.it)
|
[](https://cloudback.it)
|
||||||
|
|
||||||
## 📂 **Available Files**
|
---
|
||||||
- **v0 Folder**
|
|
||||||
- **Manus Folder**
|
## 📑 Table of Contents
|
||||||
- **Lovable Folder**
|
|
||||||
- **Devin Folder**
|
1. [Available Files](#-available-files)
|
||||||
- **Same.dev Folder**
|
2. [Roadmap & Feedback](#-roadmap--feedback)
|
||||||
- **Replit Folder**
|
3. [Support the Project](#%EF%B8%8F-support-the-project)
|
||||||
- **Windsurf Agent Folder**
|
4. [Connect With Me](#-connect-with-me)
|
||||||
- **VSCode (Copilot) Agent Folder**
|
5. [Security Notice for AI Startups](#%EF%B8%8F-security-notice-for-ai-startups)
|
||||||
- **Cursor Folder**
|
6. [Star History](#-star-history)
|
||||||
- **Dia Folder**
|
|
||||||
- **Trae AI Folder**
|
|
||||||
- **Cluely AI Folder**
|
|
||||||
- **Open Source prompts Folder**
|
|
||||||
- Codex CLI
|
|
||||||
- Cline
|
|
||||||
- Bolt
|
|
||||||
- RooCode
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🛠 **Roadmap & Feedback**
|
## 📂 Available Files
|
||||||
|
|
||||||
🚨 **Note:** We no longer use GitHub issues for roadmap and feedback.
|
- **v0 Folder**
|
||||||
Please visit [System Prompts Roadmap & Feedback](https://systemprompts.featurebase.app/) to share your suggestions and track upcoming features.
|
- **Spawn 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
|
## ❤️ Support the Project
|
||||||
|
|
||||||
@ -41,36 +57,42 @@ If you find this collection valuable and appreciate the effort involved in obtai
|
|||||||
|
|
||||||
You can show your support via:
|
You can show your support via:
|
||||||
|
|
||||||
* **PayPal:** `lucknitelol@proton.me`
|
- **PayPal:** `lucknitelol@proton.me`
|
||||||
* **Cryptocurrency:**
|
- **Cryptocurrency:**
|
||||||
* **BTC:** `bc1q7zldmzjwspnaa48udvelwe6k3fef7xrrhg5625`
|
- **BTC:** `bc1q7zldmzjwspnaa48udvelwe6k3fef7xrrhg5625`
|
||||||
* **LTC:** `LRWgqwEYDwqau1WeiTs6Mjg85NJ7m3fsdQ`
|
- **LTC:** `LRWgqwEYDwqau1WeiTs6Mjg85NJ7m3fsdQ`
|
||||||
|
- **ETH:** `0x3f844B2cc3c4b7242964373fB0A41C4fdffB192A`
|
||||||
|
|
||||||
Thank you for your support! 🙏
|
🙏 Thank you for your support!
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 🔗 **Connect With Me**
|
## 🔗 Connect With Me
|
||||||
✖ **X:** [NotLucknite](https://x.com/NotLucknite)
|
|
||||||
💬 **Discord:** `x1xh`
|
|
||||||
|
|
||||||
## 🛡️ **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?**
|
## 🛡️ Security Notice for AI Startups
|
||||||
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.
|
|
||||||
|
|
||||||
|
> ⚠️ **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">
|
<a href="https://www.star-history.com/#x1xhlol/system-prompts-and-models-of-ai-tools&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: 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" />
|
<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" />
|
<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>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
⭐ **Drop a star if you find this useful!**
|
⭐ **Drop a star if you find this useful!**
|
||||||
|
|||||||
10
Spawn/Prompt.txt
Normal file
10
Spawn/Prompt.txt
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Just discovered @spawn and holy shit - this is what happens when someone actually knows how to build AI products.
|
||||||
|
Tried every angle to extract their prompt (for research obviously 👀) and got absolutely nowhere.
|
||||||
|
|
||||||
|
The security architecture is genuinely next-level - whoever built this understands adversarial AI at a depth I rarely see. But here's the kicker: spawn.co isn't just a fortress, it's a game creation powerhouse.
|
||||||
|
I spawned 4 complete game variants in under 20 minutes. Not prototypes - actual playable games with save systems, multiplayer, monetization ready to ship. The AI understands creative intent like nothing I've used.
|
||||||
|
|
||||||
|
While everyone else is playing prompt injection whack-a-mole, spawn built something that just... works. Securely. Seriously check it out.
|
||||||
|
|
||||||
|
|
||||||
|
spawn.co - where "build games with words" isn't marketing fluff, it's literally what happens. twitter - @spawn
|
||||||
55
Untitled.ipynb
Normal file
55
Untitled.ipynb
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"cells": [
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": null,
|
||||||
|
"id": "994f67e0-ce39-492f-bb9a-088f7885c1d6",
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [],
|
||||||
|
"source": [
|
||||||
|
"import numpy as np\n",
|
||||||
|
"import pandas as pd\n",
|
||||||
|
"import matplotlib.pyplot as plt\n",
|
||||||
|
"import seaborn as sns\n",
|
||||||
|
"\n",
|
||||||
|
"# Load dataset\n",
|
||||||
|
"df = pd.read_csv('data.csv')\n",
|
||||||
|
"\n",
|
||||||
|
"# Display first few rows of the dataset\n",
|
||||||
|
"df.head()\n",
|
||||||
|
"\n",
|
||||||
|
"# Summary statistics\n",
|
||||||
|
"df.describe()\n",
|
||||||
|
"\n",
|
||||||
|
"# Data visualization\n",
|
||||||
|
"plt.figure(figsize=(10, 6))\n",
|
||||||
|
"sns.histplot(df['column_name'], bins=30, kde=True)\n",
|
||||||
|
"plt.title('Distribution of Column Name')\n",
|
||||||
|
"plt.xlabel('Column Name')\n",
|
||||||
|
"plt.ylabel('Frequency')\n",
|
||||||
|
"plt.show()\n"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"metadata": {
|
||||||
|
"kernelspec": {
|
||||||
|
"display_name": "Python 3 (ipykernel)",
|
||||||
|
"language": "python",
|
||||||
|
"name": "python3"
|
||||||
|
},
|
||||||
|
"language_info": {
|
||||||
|
"codemirror_mode": {
|
||||||
|
"name": "ipython",
|
||||||
|
"version": 3
|
||||||
|
},
|
||||||
|
"file_extension": ".py",
|
||||||
|
"mimetype": "text/x-python",
|
||||||
|
"name": "python",
|
||||||
|
"nbconvert_exporter": "python",
|
||||||
|
"pygments_lexer": "ipython3",
|
||||||
|
"version": "3.12.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nbformat": 4,
|
||||||
|
"nbformat_minor": 5
|
||||||
|
}
|
||||||
@ -1,5 +0,0 @@
|
|||||||
One of the models v0 is powered by is Sonnet 3.5.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
@ -958,10 +958,12 @@ export default function Home() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
</example>
|
||||||
|
|
||||||
</CodeProject>
|
</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.
|
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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user