Normalize agent frontmatter fields and formatting
This commit is contained in:
parent
3586f39e8e
commit
917d834d7d
@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
name: Senior Cloud Architect
|
name: Senior Cloud Architect
|
||||||
description: Expert in modern architecture design patterns, NFR requirements, and creating comprehensive architectural diagrams and documentation
|
description: Expert in modern architecture design patterns, NFR requirements, and creating comprehensive architectural diagrams and documentation
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,6 +1,19 @@
|
|||||||
---
|
---
|
||||||
description: 'Debug your application to find and fix a bug'
|
name: Debug Mode Instructions
|
||||||
tools: ['edit/editFiles', 'search', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search/usages', 'read/problems', 'execute/testFailure', 'web/fetch', 'web/githubRepo', 'execute/runTests']
|
description: Debug your application to find and fix a bug
|
||||||
|
tools:
|
||||||
|
- edit/editFiles
|
||||||
|
- search
|
||||||
|
- execute/getTerminalOutput
|
||||||
|
- execute/runInTerminal
|
||||||
|
- read/terminalLastCommand
|
||||||
|
- read/terminalSelection
|
||||||
|
- search/usages
|
||||||
|
- read/problems
|
||||||
|
- execute/testFailure
|
||||||
|
- web/fetch
|
||||||
|
- web/githubRepo
|
||||||
|
- execute/runTests
|
||||||
---
|
---
|
||||||
|
|
||||||
# Debug Mode Instructions
|
# Debug Mode Instructions
|
||||||
|
|||||||
@ -1,6 +1,28 @@
|
|||||||
---
|
---
|
||||||
description: 'Provide principal-level software engineering guidance with focus on engineering excellence, technical leadership, and pragmatic implementation.'
|
name: Principal Software Engineer Mode Instructions
|
||||||
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'web/fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'github']
|
description: Provide principal-level software engineering guidance with focus on engineering excellence, technical leadership, and pragmatic implementation.
|
||||||
|
tools:
|
||||||
|
- changes
|
||||||
|
- search/codebase
|
||||||
|
- edit/editFiles
|
||||||
|
- extensions
|
||||||
|
- web/fetch
|
||||||
|
- findTestFiles
|
||||||
|
- githubRepo
|
||||||
|
- new
|
||||||
|
- openSimpleBrowser
|
||||||
|
- problems
|
||||||
|
- runCommands
|
||||||
|
- runTasks
|
||||||
|
- runTests
|
||||||
|
- search
|
||||||
|
- search/searchResults
|
||||||
|
- runCommands/terminalLastCommand
|
||||||
|
- runCommands/terminalSelection
|
||||||
|
- testFailure
|
||||||
|
- usages
|
||||||
|
- vscodeAPI
|
||||||
|
- github
|
||||||
---
|
---
|
||||||
# Principal software engineer mode instructions
|
# Principal software engineer mode instructions
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,21 @@
|
|||||||
---
|
---
|
||||||
description: 'Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai'
|
name: Prompt Builder Instructions
|
||||||
tools: ['codebase', 'edit/editFiles', 'web/fetch', 'githubRepo', 'problems', 'runCommands', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'usages', 'terraform', 'Microsoft Docs', 'context7']
|
description: Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai
|
||||||
|
tools:
|
||||||
|
- codebase
|
||||||
|
- edit/editFiles
|
||||||
|
- web/fetch
|
||||||
|
- githubRepo
|
||||||
|
- problems
|
||||||
|
- runCommands
|
||||||
|
- search
|
||||||
|
- searchResults
|
||||||
|
- terminalLastCommand
|
||||||
|
- terminalSelection
|
||||||
|
- usages
|
||||||
|
- terraform
|
||||||
|
- Microsoft Docs
|
||||||
|
- context7
|
||||||
---
|
---
|
||||||
|
|
||||||
# Prompt Builder Instructions
|
# Prompt Builder Instructions
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: "A specialized chat mode for analyzing and improving prompts. Every user input is treated as a prompt to be improved. It first provides a detailed analysis of the original prompt within a <reasoning> tag, evaluating it against a systematic framework based on OpenAI's prompt engineering best practices. Following the analysis, it generates a new, improved prompt."
|
name: Prompt Engineer
|
||||||
|
description: A specialized chat mode for analyzing and improving prompts. Every user input is treated as a prompt to be improved. It first provides a detailed analysis of the original prompt within a <reasoning> tag, evaluating it against a systematic framework based on OpenAI prompt engineering best practices. Following the analysis, it generates a new, improved prompt.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Prompt Engineer
|
# Prompt Engineer
|
||||||
|
|||||||
@ -1,6 +1,28 @@
|
|||||||
---
|
---
|
||||||
description: 'Expert-level software engineering agent. Deliver production-ready, maintainable code. Execute systematically and specification-driven. Document comprehensively. Operate autonomously and adaptively.'
|
name: Software Engineer Agent v1
|
||||||
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'web/fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'github']
|
description: Expert-level software engineering agent. Deliver production-ready, maintainable code. Execute systematically and specification-driven. Document comprehensively. Operate autonomously and adaptively.
|
||||||
|
tools:
|
||||||
|
- changes
|
||||||
|
- search/codebase
|
||||||
|
- edit/editFiles
|
||||||
|
- extensions
|
||||||
|
- web/fetch
|
||||||
|
- findTestFiles
|
||||||
|
- githubRepo
|
||||||
|
- new
|
||||||
|
- openSimpleBrowser
|
||||||
|
- problems
|
||||||
|
- runCommands
|
||||||
|
- runTasks
|
||||||
|
- runTests
|
||||||
|
- search
|
||||||
|
- search/searchResults
|
||||||
|
- runCommands/terminalLastCommand
|
||||||
|
- runCommands/terminalSelection
|
||||||
|
- testFailure
|
||||||
|
- usages
|
||||||
|
- vscodeAPI
|
||||||
|
- github
|
||||||
---
|
---
|
||||||
# Software Engineer Agent v1
|
# Software Engineer Agent v1
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,31 @@
|
|||||||
---
|
---
|
||||||
description: "Task planner for creating actionable implementation plans - Brought to you by microsoft/edge-ai"
|
name: Task Planner Instructions
|
||||||
name: "Task Planner Instructions"
|
description: Task planner for creating actionable implementation plans - Brought to you by microsoft/edge-ai
|
||||||
tools: ["changes", "search/codebase", "edit/editFiles", "extensions", "fetch", "findTestFiles", "githubRepo", "new", "openSimpleBrowser", "problems", "runCommands", "runNotebooks", "runTests", "search", "search/searchResults", "runCommands/terminalLastCommand", "runCommands/terminalSelection", "testFailure", "usages", "vscodeAPI", "terraform", "Microsoft Docs", "azure_get_schema_for_Bicep", "context7"]
|
tools:
|
||||||
|
- changes
|
||||||
|
- search/codebase
|
||||||
|
- edit/editFiles
|
||||||
|
- extensions
|
||||||
|
- fetch
|
||||||
|
- findTestFiles
|
||||||
|
- githubRepo
|
||||||
|
- new
|
||||||
|
- openSimpleBrowser
|
||||||
|
- problems
|
||||||
|
- runCommands
|
||||||
|
- runNotebooks
|
||||||
|
- runTests
|
||||||
|
- search
|
||||||
|
- search/searchResults
|
||||||
|
- runCommands/terminalLastCommand
|
||||||
|
- runCommands/terminalSelection
|
||||||
|
- testFailure
|
||||||
|
- usages
|
||||||
|
- vscodeAPI
|
||||||
|
- terraform
|
||||||
|
- Microsoft Docs
|
||||||
|
- azure_get_schema_for_Bicep
|
||||||
|
- context7
|
||||||
---
|
---
|
||||||
|
|
||||||
# Task Planner Instructions
|
# Task Planner Instructions
|
||||||
|
|||||||
@ -1,7 +1,31 @@
|
|||||||
---
|
---
|
||||||
description: "Task research specialist for comprehensive project analysis - Brought to you by microsoft/edge-ai"
|
name: Task Researcher Instructions
|
||||||
name: "Task Researcher Instructions"
|
description: Task research specialist for comprehensive project analysis - Brought to you by microsoft/edge-ai
|
||||||
tools: ["changes", "codebase", "edit/editFiles", "extensions", "fetch", "findTestFiles", "githubRepo", "new", "openSimpleBrowser", "problems", "runCommands", "runNotebooks", "runTests", "search", "searchResults", "terminalLastCommand", "terminalSelection", "testFailure", "usages", "vscodeAPI", "terraform", "Microsoft Docs", "azure_get_schema_for_Bicep", "context7"]
|
tools:
|
||||||
|
- changes
|
||||||
|
- codebase
|
||||||
|
- edit/editFiles
|
||||||
|
- extensions
|
||||||
|
- fetch
|
||||||
|
- findTestFiles
|
||||||
|
- githubRepo
|
||||||
|
- new
|
||||||
|
- openSimpleBrowser
|
||||||
|
- problems
|
||||||
|
- runCommands
|
||||||
|
- runNotebooks
|
||||||
|
- runTests
|
||||||
|
- search
|
||||||
|
- searchResults
|
||||||
|
- terminalLastCommand
|
||||||
|
- terminalSelection
|
||||||
|
- testFailure
|
||||||
|
- usages
|
||||||
|
- vscodeAPI
|
||||||
|
- terraform
|
||||||
|
- Microsoft Docs
|
||||||
|
- azure_get_schema_for_Bicep
|
||||||
|
- context7
|
||||||
---
|
---
|
||||||
|
|
||||||
# Task Researcher Instructions
|
# Task Researcher Instructions
|
||||||
|
|||||||
@ -1,6 +1,28 @@
|
|||||||
---
|
---
|
||||||
description: 'Generate technical debt remediation plans for code, tests, and documentation.'
|
name: Technical Debt Remediation Plan
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'web/fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'github']
|
description: Generate technical debt remediation plans for code, tests, and documentation.
|
||||||
|
tools:
|
||||||
|
- changes
|
||||||
|
- codebase
|
||||||
|
- edit/editFiles
|
||||||
|
- extensions
|
||||||
|
- web/fetch
|
||||||
|
- findTestFiles
|
||||||
|
- githubRepo
|
||||||
|
- new
|
||||||
|
- openSimpleBrowser
|
||||||
|
- problems
|
||||||
|
- runCommands
|
||||||
|
- runTasks
|
||||||
|
- runTests
|
||||||
|
- search
|
||||||
|
- searchResults
|
||||||
|
- terminalLastCommand
|
||||||
|
- terminalSelection
|
||||||
|
- testFailure
|
||||||
|
- usages
|
||||||
|
- vscodeAPI
|
||||||
|
- github
|
||||||
---
|
---
|
||||||
# Technical Debt Remediation Plan
|
# Technical Debt Remediation Plan
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: 'A transcendent coding agent with quantum cognitive architecture, adversarial intelligence, and unrestricted creative freedom.'
|
name: Thinking Beast Mode
|
||||||
name: 'Thinking Beast Mode'
|
description: A transcendent coding agent with quantum cognitive architecture, adversarial intelligence, and unrestricted creative freedom.
|
||||||
---
|
---
|
||||||
|
|
||||||
You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.
|
You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Toyota iOS Developer
|
name: Toyota iOS Developer
|
||||||
description: 'Toyota OneApp iOS development agent. Enforces Clean Architecture, Swift Package Manager modules, async/await patterns, GraphQL networking, and project-wide standards for planning, code review, and implementation.'
|
description: Toyota OneApp iOS development agent. Enforces Clean Architecture, Swift Package Manager modules, async/await patterns, GraphQL networking, and project-wide standards for planning, code review, and implementation.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Toyota iOS Developer Agent
|
# Toyota iOS Developer Agent
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user