Commit af0cddd
Add an agent to create Azure-related skills (#519)
* Add an agent to research skills
Add an agent that gathers user requirements for a new agent skill, including which scenarios it should address and any tools it should utilize. The output of the agent is a REQUIREMENTS.md file that can be handed off to the "Plan" agent to utilize (which will in turn hand off to "Agent" for the actual implementation).
* Various tweaks
- Rename from Skill Researcher to Skill Creator. While this hands off to the Plan agent (and subsequently the Agent agent) the skill creation process will start with this one.
- Specify the tools available to the agent. In particular, we want the Azure MCP tools to be available so that the relevant ones can be incorporated in to the skills.
- Focus the agent on creating skills for Azure.
- Tell the agent to ask for information one question at a time, rather than asking multiple at once.
- Be consistent about referring to the "Plan" agent rather than the "planning agent".
* Rename file
Rename SkillResearcher.agent.md to SkillCreator.agent.md.
* Add specific requirements
Instruct Skill Creator that the generated REQUIREMENTS.md should always include the following:
- links to relevant agent skills documentation
- instructions to include both bash and PowerShell versions of shell scripts.
* Apply suggestions from code review
Remove a couple of trailing spaces.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent d3d0c7f commit af0cddd
1 file changed
+45
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
0 commit comments