Compare commits

...

4 Commits

Author SHA1 Message Date
Niccolò Salerno
d1f1ae2197
Merge 3987e1967a into 1c79a58cde 2025-08-08 18:09:11 +02:00
Lucas Valbuena
1c79a58cde
Merge pull request #186 from amithpdn/add-links-to-readme-for-easy-access
Included links to individual folders and added missing links
2025-08-08 11:20:15 +02:00
Amith Lokugamage
999fc07def Included links to individual folders and added links to following sections:
- Junie folder
 - Kiro folder
 - Wrap.dev folder
 - Z.ai folder
2025-08-06 12:50:46 +08:00
Niccolò Salerno
3987e1967a
Create Prompt.txt 2025-07-02 12:02:37 +02:00
2 changed files with 66 additions and 22 deletions

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

@ -64,28 +64,32 @@ You can show your support via:
## 📂 Available Files
- **v0 Folder**
- **Spawn Folder**
- **Manus Folder**
- **Lovable Folder**
- **Devin Folder**
- **Same.dev Folder**
- **Replit Folder**
- **Windsurf Agent Folder**
- **VSCode (Copilot) Agent Folder**
- **Cursor Folder**
- **Dia Folder**
- **Trae AI Folder**
- **Perplexity Folder**
- **Cluely Folder**
- **Xcode Folder**
- **Orchids.app Folder**
- **Open Source prompts Folder**
- Codex CLI
- Cline
- Bolt
- RooCode
- Lumo
- [**v0 Folder**](./v0%20Prompts%20and%20Tools/)
- [**Spawn Folder**](./-Spawn/)
- [**Manus Folder**](./Manus%20Agent%20Tools%20&%20Prompt/)
- [**Lovable Folder**](./Lovable/)
- [**Devin Folder**](./Devin%20AI/)
- [**Same.dev Folder**](./Same.dev/)
- [**Replit Folder**](./Replit/)
- [**Windsurf Agent Folder**](./Windsurf/)
- [**VSCode (Copilot) Agent Folder**](./VSCode%20Agent/)
- [**Cursor Folder**](./Cursor%20Prompts/)
- [**Dia Folder**](./dia/)
- [**Trae AI Folder**](./Trae/)
- [**Perplexity Folder**](./Perplexity/)
- [**Cluely Folder**](./Cluely/)
- [**Xcode Folder**](./Xcode/)
- [**Orchids.app Folder**](./Orchids.app/)
- [**Junie Folder**](./Junie/)
- [**Kiro**](./Kiro/)
- [**Wrap.dev**](./Warp.dev/)
- [**Z.ai Code**](./Z.ai%20Code/)
- [**Open Source prompts Folder**](./Open%20Source%20prompts/)
- [Codex CLI](./Open%20Source%20prompts/Codex%20CLI/)
- [Cline](./Open%20Source%20prompts/Cline/)
- [Bolt](./Open%20Source%20prompts/Bolt/)
- [RooCode](./Open%20Source%20prompts/RooCode/)
- [Lumo](./Open%20Source%20prompts/Lumo/)
---