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
14 Commits
a21dfba263
...
ce1a0eda6f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce1a0eda6f | ||
|
|
8ffe2e87b0 | ||
|
|
d681fec808 | ||
|
|
c73bc0b857 | ||
|
|
848facbe20 | ||
|
|
243aa62f8f | ||
|
|
d8cd24969a | ||
|
|
d0677b7ed8 | ||
|
|
05f16bcd30 | ||
|
|
18cc134e91 | ||
|
|
1e62b95981 | ||
|
|
35b05e3e59 | ||
|
|
6368f9b040 | ||
|
|
2ffc956839 |
@ -505,4 +505,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
65
Open Source prompts/Aider/Prompt.txt
Normal file
65
Open Source prompts/Aider/Prompt.txt
Normal 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"
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user