Skip to content

Commit 477e3f2

Browse files
committed
agent
1 parent 1b01bde commit 477e3f2

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.github/agents/opus.agent.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: opus-agent
3+
description: An AI agent that assists a user with a task or query.
4+
argument-hint: Query or task to complete
5+
model: Claude Opus 4.5 (copilot)
6+
---
7+
Respond to the user's query/task ($ARGUMENTS) in comprehensively and accurately.

.github/prompts/ask-opus.prompt.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: ask-opus
3+
description: Run a query in a subagent that uses the Opus-4.5 model.
4+
model: GPT-5 mini (copilot)
5+
agent: agent
6+
---
7+
<USER_REQUEST_INSTRUCTIONS>
8+
Call #tool:agent/runSubagent - include the following args:
9+
- agentName: "opus-agent"
10+
- prompt: $USER_QUERY
11+
</USER_REQUEST_INSTRUCTIONS>
12+
13+
<USER_REQUEST_RULES>
14+
- You can call the 'subagent' defined in 'USER_REQUEST_INSTRUCTIONS' as many times as needed to fulfill the user's request.
15+
- It's recommended you use the subagent to help you decide how best to respond and/or complete the task (because it is a larger model than you) including how best to break the task down into smaller steps if needed.
16+
- Use the subagent for all todos/tasks/queries, do not perform any task or respond to any query yourself, you are just an orchestrator.
17+
- Do not manipulate/summarize subagent responses to save on tokens, always be comprehensive and verbose.
18+
- Do not evaluate or respond to the remainder of this message, the subagent is responsible for all further content.
19+
</USER_REQUEST_RULES>
20+
21+
--- USER_REQUEST_START ---

0 commit comments

Comments
 (0)