mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-09-14 11:57:23 +00:00
Compare commits
10 Commits
da5d94755a
...
bd89b28410
Author | SHA1 | Date | |
---|---|---|---|
|
bd89b28410 | ||
|
271a88c824 | ||
|
8a5fa6dc62 | ||
|
5ddaf28698 | ||
|
ba000d2fee | ||
|
fa3001c997 | ||
|
1c79a58cde | ||
|
999fc07def | ||
|
e34acb79d4 | ||
|
dad979a59e |
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
@ -1,3 +1,2 @@
|
||||
# These are supported funding model platforms
|
||||
patreon: lucknite
|
||||
github: x1xhlol
|
||||
|
54
README.md
54
README.md
@ -25,13 +25,11 @@ It’s not marketing fluff, it’s just a better way to build.
|
||||
|
||||
<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 **8500+ lines** of insights into their structure and functionality.
|
||||
📜 Over **9000+ lines** of insights into their structure and functionality.
|
||||
|
||||
[](https://cloudback.it)
|
||||
[](https://deepwiki.com/x1xhlol/system-prompts-and-models-of-ai-tools)
|
||||
|
||||
<!-- GitAds-Verify: 1XH3NPLCWBUSIAJ4V7BN4OSH4LXN21WW -->
|
||||
|
||||
---
|
||||
|
||||
## ❤️ Support the Project
|
||||
@ -64,28 +62,32 @@ You can show your support via:
|
||||
|
||||
## 📂 Available Files
|
||||
|
||||
- **v0 Folder**
|
||||
- **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**
|
||||
- **Perplexity Folder**
|
||||
- **Cluely Folder**
|
||||
- **Xcode Folder**
|
||||
- **Orchids.app Folder**
|
||||
- **Open Source prompts Folder**
|
||||
- Codex CLI
|
||||
- Cline
|
||||
- Bolt
|
||||
- RooCode
|
||||
- Lumo
|
||||
- [**v0 Folder**](./v0%20Prompts%20and%20Tools/)
|
||||
- [**Spawn Folder**](./-Spawn/)
|
||||
- [**Manus Folder**](./Manus%20Agent%20Tools%20&%20Prompt/)
|
||||
- [**Lovable Folder**](./Lovable/)
|
||||
- [**Devin Folder**](./Devin%20AI/)
|
||||
- [**Same.dev Folder**](./Same.dev/)
|
||||
- [**Replit Folder**](./Replit/)
|
||||
- [**Windsurf Agent Folder**](./Windsurf/)
|
||||
- [**VSCode (Copilot) Agent Folder**](./VSCode%20Agent/)
|
||||
- [**Cursor Folder**](./Cursor%20Prompts/)
|
||||
- [**Dia Folder**](./dia/)
|
||||
- [**Trae AI Folder**](./Trae/)
|
||||
- [**Perplexity Folder**](./Perplexity/)
|
||||
- [**Cluely Folder**](./Cluely/)
|
||||
- [**Xcode Folder**](./Xcode/)
|
||||
- [**Orchids.app Folder**](./Orchids.app/)
|
||||
- [**Junie Folder**](./Junie/)
|
||||
- [**Kiro**](./Kiro/)
|
||||
- [**Warp.dev**](./Warp.dev/)
|
||||
- [**Z.ai Code**](./Z.ai%20Code/)
|
||||
- [**Open Source prompts Folder**](./Open%20Source%20prompts/)
|
||||
- [Codex CLI](./Open%20Source%20prompts/Codex%20CLI/)
|
||||
- [Cline](./Open%20Source%20prompts/Cline/)
|
||||
- [Bolt](./Open%20Source%20prompts/Bolt/)
|
||||
- [RooCode](./Open%20Source%20prompts/RooCode/)
|
||||
- [Lumo](./Open%20Source%20prompts/Lumo/)
|
||||
|
||||
---
|
||||
|
||||
@ -93,7 +95,7 @@ You can show your support via:
|
||||
|
||||
> Open an issue.
|
||||
|
||||
> **Latest Update:** 08/08/2025
|
||||
> **Latest Update:** 11/08/2025
|
||||
|
||||
---
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
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