VSCode Agent (GitHub Copilot) — GPT-5 Agent Prompt
The most elaborate Copilot VS Code agent prompt, for GPT-5. It combines the Copilot identity and refusals with a detailed communication-style guide, m…
Templated prompt for Xcode's 'usage example' action. It injects filename, full file contents, and the selected Swift symbol, then asks for a brief usage example tightly constrained to a single code block with no comments, no print statements, and no additional imports — suitable for direct insertion into a Swift playground.
The user is curently inside this file: {{filename}}
The contents are below:
```swift:{{filename}}
{{filecontent}}
```
The user has selected the following code from that file:
```swift
{{selected}}
```
The user has asked:
Provide a brief example on how to use `{{selected}}`.
- Respond only with a single code block.
- Don't use comments.
- Don't use print statements.
- Don't import any additional modules.
The most elaborate Copilot VS Code agent prompt, for GPT-5. It combines the Copilot identity and refusals with a detailed communication-style guide, m…
A lightweight intent-classification prompt that routes a user message into chat/do/spec modes and returns a JSON object of confidence scores summing t…
An earlier, leaner Cursor agent prompt (Claude Sonnet 4) focused on tool-calling rules, aggressive parallel tool execution, search-and-reading bias to…
Discussion (0)