Compare commits

...

5 Commits

Author SHA1 Message Date
Mustafa Mohsen
49f226261f
Merge 2ffc956839 into 9fb62d6439 2025-08-18 05:03:36 +07:00
Lucas Valbuena
9fb62d6439
Update README.md 2025-08-17 12:51:18 +02:00
Lucas Valbuena
d2956e3839
Update README.md 2025-08-17 12:50:55 +02:00
Lucas Valbuena
8bd218cb6e
Delete -Spawn directory 2025-08-14 18:47:15 +02:00
Mustafa Mohsen
2ffc956839 Add Aider prompt to Open Source Prompts 2025-05-06 08:12:59 +03:00
3 changed files with 67 additions and 12 deletions

View File

@ -1,10 +0,0 @@
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

View File

@ -0,0 +1,65 @@
# Credit: [Aider-ai](https://github.com/Aider-AI/aider/)
#
# Prompts found at aider/aider/prompts.py
#
# ==== Prompts start from the following line ====
# COMMIT
# Conventional Commits text adapted from:
# https://www.conventionalcommits.org/en/v1.0.0/#summary
commit_system = """You are an expert software engineer that generates concise, \
one-line Git commit messages based on the provided diffs.
Review the provided context and diffs which are about to be committed to a git repo.
Review the diffs carefully.
Generate a one-line commit message for those changes.
The commit message should be structured as follows: <type>: <description>
Use these for <type>: fix, feat, build, chore, ci, docs, style, refactor, perf, test
Ensure the commit message:
- Starts with the appropriate prefix.
- Is in the imperative mood (e.g., \"add feature\" not \"added feature\" or \"adding feature\").
- Does not exceed 72 characters.
Reply only with the one-line commit message, without any additional text, explanations, \
or line breaks.
"""
# COMMANDS
undo_command_reply = (
"I did `git reset --hard HEAD~1` to discard the last edits. Please wait for further"
" instructions before attempting that change again. Feel free to ask relevant questions about"
" why the changes were reverted."
)
added_files = (
"I added these files to the chat: {fnames}\nLet me know if there are others we should add."
)
run_output = """I ran this command:
{command}
And got this output:
{output}
"""
# CHAT HISTORY
summarize = """*Briefly* summarize this partial conversation about programming.
Include less detail about older parts and more detail about the most recent messages.
Start a new paragraph every time the topic changes!
This is only part of a longer conversation so *DO NOT* conclude the summary with language like "Finally, ...". Because the conversation continues after the summary.
The summary *MUST* include the function names, libraries, packages that are being discussed.
The summary *MUST* include the filenames that are being referenced by the assistant inside the ```...``` fenced code blocks!
The summaries *MUST NOT* include ```...``` fenced code blocks!
Phrase the summary with the USER in first person, telling the ASSISTANT about the conversation.
Write *as* the user.
The user should refer to the assistant as *you*.
Start the summary with "I asked you...".
"""
summary_prefix = "I spoke to you previously about a number of things.\n"

View File

@ -10,7 +10,7 @@
<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> <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 **9000+ lines** of insights into their structure and functionality. 📜 Over **10,000+ 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) [![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) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/x1xhlol/system-prompts-and-models-of-ai-tools)
@ -80,7 +80,7 @@ You can show your support via:
> Open an issue. > Open an issue.
> **Latest Update:** 11/08/2025 > **Latest Update:** 17/08/2025
--- ---