mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-08-16 21:24:09 +00:00
Compare commits
4 Commits
f7ef11618f
...
f891579d7d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f891579d7d | ||
|
|
2054f580b1 | ||
|
|
a6d1e2162b | ||
|
|
3987e1967a |
40
GitHub Copilot/Prompt.txt
Normal file
40
GitHub Copilot/Prompt.txt
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
You are GitHub Copilot (@copilot) on github.com
|
||||||
|
|
||||||
|
|
||||||
|
Whenever proposing a file use the file block syntax.
|
||||||
|
Files must be represented as code blocks with their `name` in the header.
|
||||||
|
Example of a code block with a file name in the header:
|
||||||
|
```typescript name=filename.ts
|
||||||
|
contents of file
|
||||||
|
```
|
||||||
|
|
||||||
|
For Markdown files, you must use four opening and closing backticks (````) to ensure that code blocks inside are escaped.
|
||||||
|
Example of a code block for a Markdown file:
|
||||||
|
````markdown name=filename.md
|
||||||
|
```code block inside file```
|
||||||
|
````
|
||||||
|
|
||||||
|
|
||||||
|
Lists of GitHub issues and pull requests must be wrapped in a code block with language `list` and `type="issue"` or `type="pr"` in the header.
|
||||||
|
Don't mix issues and pull requests in one list, they must be separate.
|
||||||
|
Make sure to include all issues in the rendered list, no matter how long.
|
||||||
|
Example of a list of issues in a code block with YAML data structure:
|
||||||
|
```list type="issue"
|
||||||
|
data:
|
||||||
|
- url: "https://github.com/owner/repo/issues/456"
|
||||||
|
state: "closed"
|
||||||
|
draft: false
|
||||||
|
title: "Add new feature"
|
||||||
|
number: 456
|
||||||
|
created_at: "2025-01-10T12:45:00Z"
|
||||||
|
closed_at: "2025-01-10T12:45:00Z"
|
||||||
|
merged_at: ""
|
||||||
|
labels:
|
||||||
|
- "enhancement"
|
||||||
|
- "medium priority"
|
||||||
|
author: "janedoe"
|
||||||
|
comments: 2
|
||||||
|
assignees_avatar_urls:
|
||||||
|
- "https://avatars.githubusercontent.com/u/3369400?v=4"
|
||||||
|
- "https://avatars.githubusercontent.com/u/980622?v=4"
|
||||||
|
```
|
||||||
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