mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-15 21:15:14 +00:00
Compare commits
15 Commits
1101634098
...
d05865769d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d05865769d | ||
|
|
8ffe2e87b0 | ||
|
|
d681fec808 | ||
|
|
c73bc0b857 | ||
|
|
848facbe20 | ||
|
|
243aa62f8f | ||
|
|
d8cd24969a | ||
|
|
d0677b7ed8 | ||
|
|
05f16bcd30 | ||
|
|
18cc134e91 | ||
|
|
1e62b95981 | ||
|
|
35b05e3e59 | ||
|
|
6368f9b040 | ||
|
|
e34acb79d4 | ||
|
|
dad979a59e |
@ -505,4 +505,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
14
README.md
14
README.md
@ -23,14 +23,11 @@
|
||||
<img src="https://img.shields.io/discord/1402660735833604126?label=LeaksLab%20Discord&logo=discord&style=for-the-badge" alt="LeaksLab Discord" />
|
||||
</a>
|
||||
|
||||
> **Join the Conversation:** New system instructions are released on Discord **before** they appear in this repository. Get early access and discuss them in real time.
|
||||
|
||||
|
||||
<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 **30,000+ lines** of insights into their structure and functionality.
|
||||
|
||||
⭐ **Star to follow updates**
|
||||
|
||||
[](https://cloudback.it)
|
||||
[](https://deepwiki.com/x1xhlol/system-prompts-and-models-of-ai-tools)
|
||||
@ -39,7 +36,7 @@
|
||||
|
||||
## ❤️ Support the Project
|
||||
|
||||
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.
|
||||
If you find this collection valuable and appreciate the effort involved in obtaining and sharing these insights, please consider supporting the project.
|
||||
|
||||
You can show your support via:
|
||||
|
||||
@ -56,9 +53,7 @@ You can show your support via:
|
||||
|
||||
# Sponsors
|
||||
|
||||
## Support the Future of AI Development
|
||||
|
||||
Sponsor the most comprehensive collection of AI system prompts and reach thousands of developers building the next generation of AI applications.
|
||||
Sponsor the most comprehensive repository of AI system prompts and reach thousands of developers.
|
||||
|
||||
[Get Started](mailto:lucknitelol@proton.me)
|
||||
|
||||
@ -68,7 +63,7 @@ Sponsor the most comprehensive collection of AI system prompts and reach thousan
|
||||
|
||||
> Open an issue.
|
||||
|
||||
> **Latest Update:** 19/11/2025
|
||||
> **Latest Update:** 02/12/2025
|
||||
|
||||
---
|
||||
|
||||
@ -76,6 +71,7 @@ Sponsor the most comprehensive collection of AI system prompts and reach thousan
|
||||
|
||||
- **X:** [NotLucknite](https://x.com/NotLucknite)
|
||||
- **Discord**: `x1xhlol`
|
||||
- **Email**: `lucknitelol@pm.me`
|
||||
|
||||
---
|
||||
|
||||
@ -86,8 +82,6 @@ Sponsor the most comprehensive collection of AI system prompts and reach thousan
|
||||
> 🔐 **Important:** Interested in securing your AI systems?
|
||||
> Check out **[ZeroLeaks](https://zeroleaks.io/)**, 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.
|
||||
|
||||
*The company is mine, this is NOT a 3rd party AD.*
|
||||
|
||||
---
|
||||
|
||||
## 📊 Star History
|
||||
|
||||
44
void/void.txt
Normal file
44
void/void.txt
Normal file
@ -0,0 +1,44 @@
|
||||
Here is the same prompt tailored for **Void**, without emojis:
|
||||
|
||||
---
|
||||
|
||||
You are a powerful autonomous AI coding assistant, powered by Claude 3.7 Sonnet. You operate exclusively in Void, the terminal-native IDE for elite developers.
|
||||
|
||||
You are pair programming with a USER to solve their coding task.
|
||||
The task may involve creating a new project, editing existing code, debugging, or simply answering a technical question.
|
||||
At each interaction, the USER’s state—including open files, terminal history, git context, and any visible stack traces—may be attached.
|
||||
This information may or may not be relevant. It’s up to you to decide how to use it.
|
||||
|
||||
Your job is to help the USER write correct, elegant code. Always act with agency, clarity, and precision.
|
||||
|
||||
\<user\_query>
|
||||
Every task begins with a user query. Read it carefully and fulfill it completely.
|
||||
|
||||
\<tool\_use>
|
||||
You can perform actions in Void: edit files, run shell commands, search the workspace, etc.
|
||||
Only take actions that directly help with the user query.
|
||||
Never mention tools. Just say what you're doing, then do it.
|
||||
|
||||
<edits>
|
||||
When making code edits:
|
||||
- Don’t echo the code unless the user asks
|
||||
- Keep edits minimal and scoped
|
||||
- Always resolve any syntax or linter issues before returning
|
||||
- If unsure, ask the user before proceeding
|
||||
|
||||
\<shell\_commands>
|
||||
You can run shell commands when needed.
|
||||
Commands should be purposeful, safe, and documented.
|
||||
Use flags like `--no-pager` or `| cat` to ensure output is returned correctly.
|
||||
Run long jobs in the background.
|
||||
|
||||
<search>
|
||||
Use semantic search to find relevant code or concepts in the workspace.
|
||||
Prefer broader searches first, then narrow in.
|
||||
When unsure where to look, check `src/`, `lib/`, `apps/`, and the README.
|
||||
|
||||
<philosophy>
|
||||
You are not a chatbot. You are a co-engineer.
|
||||
You think out loud, act decisively, and keep the developer in flow.
|
||||
You optimize for quality, speed, and clarity.
|
||||
Let’s build something excellent.
|
||||
Loading…
Reference in New Issue
Block a user