mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-08-17 05:34:09 +00:00
Compare commits
4 Commits
b132a32e28
...
ead0c7d044
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ead0c7d044 | ||
|
|
2054f580b1 | ||
|
|
a6d1e2162b | ||
|
|
5933f7cd87 |
23
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
23
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Summary
|
||||||
|
|
||||||
|
<!-- Briefly describe what this PR adds or changes. -->
|
||||||
|
|
||||||
|
## Source / Provenance
|
||||||
|
|
||||||
|
- Product:
|
||||||
|
- Source link or related issue:
|
||||||
|
- Capture date:
|
||||||
|
- Model/version/UI surface, if known:
|
||||||
|
- Redactions or formatting changes:
|
||||||
|
|
||||||
|
## Validation
|
||||||
|
|
||||||
|
- [ ] Searched existing issues and PRs for duplicates
|
||||||
|
- [ ] Removed sensitive or personal data
|
||||||
|
- [ ] Preserved original prompt wording where possible
|
||||||
|
- [ ] Ran `git diff --check`
|
||||||
|
- [ ] Ran JSON validation for changed `.json` files, if applicable
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
|
<!-- Add reviewer context, follow-ups, or limitations here. -->
|
||||||
64
CONTRIBUTING.md
Normal file
64
CONTRIBUTING.md
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
# Contributing
|
||||||
|
|
||||||
|
Thanks for helping improve this collection of AI system prompts, model notes, and tool definitions. Contributions are easiest to review when they are small, sourced, and careful with privacy.
|
||||||
|
|
||||||
|
## What To Contribute
|
||||||
|
|
||||||
|
- New prompt or tool dumps for AI products that are not already covered.
|
||||||
|
- Updates to existing prompts when the product, model, or tool surface has changed.
|
||||||
|
- Formatting fixes that make prompt files easier to read without changing meaning.
|
||||||
|
- Validity fixes for structured files, especially JSON tool definitions.
|
||||||
|
- Source notes, dates, or reproduction details that make an existing entry easier to verify.
|
||||||
|
|
||||||
|
## Before Opening A PR
|
||||||
|
|
||||||
|
1. Search existing issues and pull requests for the product or file you want to update.
|
||||||
|
2. Keep each PR focused on one product, prompt set, or cleanup task.
|
||||||
|
3. Preserve original prompt wording as much as possible. Put extra context in a README or note file instead of mixing commentary into the prompt.
|
||||||
|
4. Remove personal information, access tokens, account IDs, private workspace names, and other sensitive data.
|
||||||
|
5. Do not submit copyrighted product documentation or user content unless it is necessary provenance and you have the right to share it.
|
||||||
|
|
||||||
|
## Suggested Folder Layout
|
||||||
|
|
||||||
|
For a new product, prefer a dedicated top-level folder named after the product or vendor:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Product Name/
|
||||||
|
Prompt.txt
|
||||||
|
Tools.json
|
||||||
|
README.md
|
||||||
|
```
|
||||||
|
|
||||||
|
Use the filenames that best match the existing nearby entries. If only one artifact is available, include only that file.
|
||||||
|
|
||||||
|
## Provenance
|
||||||
|
|
||||||
|
When possible, include a short `README.md` or note with:
|
||||||
|
|
||||||
|
- Product name and URL.
|
||||||
|
- Capture date.
|
||||||
|
- Product version, model name, or UI surface, if known.
|
||||||
|
- How the prompt or tools were obtained.
|
||||||
|
- Any redactions or formatting changes you made.
|
||||||
|
|
||||||
|
If provenance is already clear from an issue, link that issue in the PR description.
|
||||||
|
|
||||||
|
## Validation
|
||||||
|
|
||||||
|
Run the checks that match the files you changed:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python -m json.tool "Product Name/Tools.json"
|
||||||
|
git diff --check
|
||||||
|
```
|
||||||
|
|
||||||
|
For Markdown-only changes, `git diff --check` is usually enough. Mention any checks that were not applicable in the PR description.
|
||||||
|
|
||||||
|
## Pull Request Checklist
|
||||||
|
|
||||||
|
- [ ] I searched for duplicate issues and pull requests.
|
||||||
|
- [ ] The PR is focused and does not mix unrelated products or cleanups.
|
||||||
|
- [ ] Prompts preserve the original wording where possible.
|
||||||
|
- [ ] Sensitive or personal data has been removed.
|
||||||
|
- [ ] Sources, capture date, and redactions are documented when available.
|
||||||
|
- [ ] JSON files parse successfully, if this PR changes JSON.
|
||||||
33
README.md
33
README.md
@ -30,6 +30,15 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Security Notice for AI Startups
|
||||||
|
|
||||||
|
> **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.ai/)**, a service designed to help startups **identify and secure** prompt injection and system prompt extraction risks.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Support the Project
|
## 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.
|
If you find this collection valuable and appreciate the effort involved in obtaining and sharing these insights, please consider supporting the project.
|
||||||
@ -47,15 +56,6 @@ Thank you for your support!
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Security Notice for AI Startups
|
|
||||||
|
|
||||||
> **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.ai/)**, a service designed to help startups **identify and secure** prompt injection and system prompt extraction risks.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Sponsors
|
# Sponsors
|
||||||
|
|
||||||
Sponsor the most comprehensive repository of AI system prompts and reach thousands of developers.
|
Sponsor the most comprehensive repository of AI system prompts and reach thousands of developers.
|
||||||
@ -68,7 +68,7 @@ Sponsor the most comprehensive repository of AI system prompts and reach thousan
|
|||||||
|
|
||||||
> Open an issue.
|
> Open an issue.
|
||||||
|
|
||||||
> **Latest Update:** 10/05/2026
|
> **Latest Update:** 12/07/2026
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -76,17 +76,6 @@ Sponsor the most comprehensive repository of AI system prompts and reach thousan
|
|||||||
|
|
||||||
- **X:** [Lucknite](https://x.com/Lucknite)
|
- **X:** [Lucknite](https://x.com/Lucknite)
|
||||||
- **Discord**: `x1xhlol`
|
- **Discord**: `x1xhlol`
|
||||||
- **Email**: `lucasvalbuena@pm.me`
|
- **Email**: `lucasvalbuena@pm.me
|
||||||
|
|
||||||
|
|
||||||
## Star History
|
|
||||||
|
|
||||||
<a href="https://www.star-history.com/#x1xhlol/system-prompts-and-models-of-ai-tools&Date">
|
|
||||||
<picture>
|
|
||||||
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=x1xhlol/system-prompts-and-models-of-ai-tools&type=Date&theme=dark" />
|
|
||||||
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=x1xhlol/system-prompts-and-models-of-ai-tools&type=Date" />
|
|
||||||
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=x1xhlol/system-prompts-and-models-of-ai-tools&type=Date" />
|
|
||||||
</picture>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
**Drop a star if you find this useful!**
|
**Drop a star if you find this useful!**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user