Compare commits

...

10 Commits

Author SHA1 Message Date
Kimathi Sedegah
bd89b28410
Merge e34acb79d4 into 271a88c824 2025-08-12 00:16:39 +02:00
Lucas Valbuena
271a88c824
Update README.md 2025-08-11 23:39:29 +02:00
Lucas Valbuena
8a5fa6dc62
Update FUNDING.yml 2025-08-11 18:11:27 +02:00
Lucas Valbuena
5ddaf28698
Update README.md 2025-08-11 18:02:04 +02:00
Lucas Valbuena
ba000d2fee
Update Prompt.txt 2025-08-11 18:01:29 +02:00
Lucas Valbuena
fa3001c997
Update README.md 2025-08-11 01:15:34 +02:00
Lucas Valbuena
1c79a58cde
Merge pull request #186 from amithpdn/add-links-to-readme-for-easy-access
Included links to individual folders and added missing links
2025-08-08 11:20:15 +02:00
Amith Lokugamage
999fc07def Included links to individual folders and added links to following sections:
- Junie folder
 - Kiro folder
 - Wrap.dev folder
 - Z.ai folder
2025-08-06 12:50:46 +08:00
Kimathi Sedegah
e34acb79d4
Update void.txt 2025-05-29 20:42:07 +00:00
Kimathi Sedegah
dad979a59e
Create void.txt 2025-05-29 20:38:12 +00:00
4 changed files with 1208 additions and 858 deletions

1
.github/FUNDING.yml vendored
View File

@ -1,3 +1,2 @@
# These are supported funding model platforms
patreon: lucknite
github: x1xhlol

View File

@ -25,13 +25,11 @@ Its not marketing fluff, its 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.
[![Build Status](https://app.cloudback.it/badge/x1xhlol/system-prompts-and-models-of-ai-tools)](https://cloudback.it)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](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
View 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 USERs state—including open files, terminal history, git context, and any visible stack traces—may be attached.
This information may or may not be relevant. Its 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:
- Dont 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.
Lets build something excellent.