Compare commits

...

6 Commits

Author SHA1 Message Date
Niccolò Salerno
0558c49c2f
Merge 3987e1967a into 271a88c824 2025-08-11 23:44:07 +02:00
Lucas Valbuena
271a88c824
Update README.md 2025-08-11 23:39:29 +02:00
Lucas Valbuena
8a5fa6dc62
Update FUNDING.yml 2025-08-11 18:11:27 +02:00
Lucas Valbuena
5ddaf28698
Update README.md 2025-08-11 18:02:04 +02:00
Lucas Valbuena
ba000d2fee
Update Prompt.txt 2025-08-11 18:01:29 +02:00
Niccolò Salerno
3987e1967a
Create Prompt.txt 2025-07-02 12:02:37 +02:00
4 changed files with 1178 additions and 836 deletions

1
.github/FUNDING.yml vendored
View File

@ -1,3 +1,2 @@
# These are supported funding model platforms # These are supported funding model platforms
patreon: lucknite patreon: lucknite
github: x1xhlol

40
GitHub Copilot/Prompt.txt Normal file
View 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"
```

View File

@ -25,13 +25,11 @@ Its not marketing fluff, its just a better way to build.
<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 **8500+ lines** of insights into their structure and functionality. 📜 Over **9000+ 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)
<!-- GitAds-Verify: 1XH3NPLCWBUSIAJ4V7BN4OSH4LXN21WW -->
--- ---
## ❤️ Support the Project ## ❤️ Support the Project
@ -97,7 +95,7 @@ You can show your support via:
> Open an issue. > Open an issue.
> **Latest Update:** 08/08/2025 > **Latest Update:** 11/08/2025
--- ---

File diff suppressed because it is too large Load Diff