mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-01-30 05:44:19 -05:00
Compare commits
37 Commits
98f0f09c94
...
f8683749ae
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f8683749ae | ||
|
|
6b2157ca3e | ||
|
|
16baaa75d9 | ||
|
|
363b655238 | ||
|
|
1a546d7cb4 | ||
|
|
7fd7f6eb51 | ||
|
|
7792d71f27 | ||
|
|
122a5714eb | ||
|
|
634cb2fca1 | ||
|
|
91f2bc89dc | ||
|
|
44f9b9278a | ||
|
|
595694bca1 | ||
|
|
ec4246b0c4 | ||
|
|
c859a9ffb6 | ||
|
|
44fad58e5c | ||
|
|
07cb46b5ca | ||
|
|
bb06120f76 | ||
|
|
5e569af565 | ||
|
|
2ab6a7de45 | ||
|
|
f7621e371e | ||
|
|
bb45043e2a | ||
|
|
5c630a481c | ||
|
|
fe8a68fc34 | ||
|
|
766ea7ca4d | ||
|
|
350f2af5be | ||
|
|
fecac124b4 | ||
|
|
8cd3d9ccf8 | ||
|
|
440dcd672f | ||
|
|
6a8a49e22f | ||
|
|
b30baf1346 | ||
|
|
795ed02ecc | ||
|
|
d1b19e1571 | ||
|
|
28f0b6ea76 | ||
|
|
d26a5919fa | ||
|
|
6c2e2edc4a | ||
|
|
73bdd9e80c | ||
|
|
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"
|
||||||
|
```
|
||||||
42
README.md
42
README.md
@ -1,21 +1,39 @@
|
|||||||
# **System Prompts and Models of AI Tools**
|
# **System Prompts and Models of AI Tools**
|
||||||
|
|
||||||
---
|
---
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<sub>Special thanks to</sub>
|
<sub>Special thanks to</sub>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<table width="100%">
|
||||||
<a href="https://latitude.so/developers?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship" target="_blank">
|
<tr>
|
||||||
<img src="assets/Latitude_logo.png" alt="Latitude Logo" width="700"/>
|
<td align="center" valign="top">
|
||||||
|
<a href="https://www.tembo.io/?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship#gh-light-mode-only" target="_blank">
|
||||||
|
<img src="assets/tembo-dark.png#gh-light-mode-only" alt="Tembo Logo" width="750" height="210"/>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
<a href="https://www.tembo.io/?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship#gh-dark-mode-only" target="_blank">
|
||||||
|
<img src="assets/tembo-light.png#gh-dark-mode-only" alt="Tembo Logo" width="750" height="210"/>
|
||||||
<div align="center" markdown="1">
|
</a>
|
||||||
|
<br><br>
|
||||||
### <a href="https://latitude.so/developers?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship" target="_blank">Make your LLM predictable in production</a>
|
<strong><a href="https://www.tembo.io/?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship" target="_blank">Put any coding agent to work while you sleep</a></strong>
|
||||||
<a href="https://latitude.so/developers?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship" target="_blank">Open Source AI Engineering Platform</a><br>
|
<br>
|
||||||
|
<a href="https://www.tembo.io/?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship" target="_blank">Tembo – The Background Coding Agents Company</a>
|
||||||
</div>
|
<br><br>
|
||||||
|
<a href="https://www.tembo.io/?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship" target="_blank">[Get started for free]</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top">
|
||||||
|
<a href="https://latitude.so/developers?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship" target="_blank">
|
||||||
|
<img src="assets/Latitude_logo.png" alt="Latitude Logo" width="750" height="210"/>
|
||||||
|
</a>
|
||||||
|
<br><br>
|
||||||
|
<strong><a href="https://latitude.so/developers?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship" target="_blank">Make your LLM predictable in production</a></strong>
|
||||||
|
<br>
|
||||||
|
<a href="https://latitude.so/developers?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship" target="_blank">Open Source AI Engineering Platform</a>
|
||||||
|
<br><br>
|
||||||
|
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -63,7 +81,7 @@ Sponsor the most comprehensive repository of AI system prompts and reach thousan
|
|||||||
|
|
||||||
> Open an issue.
|
> Open an issue.
|
||||||
|
|
||||||
> **Latest Update:** 30/12/2025
|
> **Latest Update:** 08/01/2026
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
BIN
assets/tembo-dark.png
Normal file
BIN
assets/tembo-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
BIN
assets/tembo-light.png
Normal file
BIN
assets/tembo-light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Loading…
Reference in New Issue
Block a user