Compare commits

...

8 Commits

Author SHA1 Message Date
Kimathi Sedegah
46d641a59c
Merge e34acb79d4 into 119b8ad7ce 2026-01-22 16:23:19 -03:00
Lucas Valbuena
119b8ad7ce
Update README.md 2026-01-21 17:27:04 +01:00
Lucas Valbuena
aaafe4d739
Update README.md 2026-01-17 17:04:20 +01:00
Lucas Valbuena
0b30fc82cb
Update README.md 2026-01-17 17:04:10 +01:00
Lucas Valbuena
9ef1498be3
Update README.md 2026-01-16 21:37:19 +01:00
Lucas Valbuena
3ab3fee868
Update README.md 2026-01-16 21:33:35 +01: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
2 changed files with 54 additions and 2 deletions

View File

@ -1,4 +1,12 @@
# **System Prompts and Models of AI Tools**
<p align="center">
Support my work here:
<a href="https://bags.fm/DEffWzJyaFRNyA4ogUox631hfHuv3KLeCcpBh2ipBAGS">Bags.fm</a>
<a href="https://jup.ag/tokens/DEffWzJyaFRNyA4ogUox631hfHuv3KLeCcpBh2ipBAGS">Jupiter</a>
<a href="https://photon-sol.tinyastro.io/en/lp/Qa5ZCCwrWoPYckNXXMCAhCsw8gafgYFAu1Qes3Grgv5?handle=">Photon</a>
<a href="https://dexscreener.com/solana/qa5zccwrwopycknxxmcahcsw8gafgyfau1qes3grgv5">DEXScreener</a>
</p>
<p align="center">Official CA: DEffWzJyaFRNyA4ogUox631hfHuv3KLeCcpBh2ipBAGS (on Solana)</p>
---
<p align="center">
@ -98,7 +106,7 @@ Sponsor the most comprehensive repository of AI system prompts and reach thousan
> ⚠️ **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.
> 🔐 **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.
> Check out **[ZeroLeaks](https://zeroleaks.ai/)**, 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.
---

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.