* feat: add instrcutions for Terraform on SAP BTP
* refactoring via GH Copilot streamlining the content
* docs: add contribution
* docs: fixes for review comments by GH Copilot
---------
Co-authored-by: Christian Lechner <22294087+lechnerc77@users.noreply.github.com>
* Updated the README.chatmodes.md
* Extended the accessibility features aof the chatmode.
---------
Co-authored-by: daniellyudmilovangelov <daniel.angelov@ffwagency.com>
* Add AI model recommendation prompt for Copilot integrations
Introduces a detailed prompt for recommending optimal AI models
based on `.chatmode.md` or `.prompt.md` file analysis. The prompt
outlines a workflow for task evaluation, model selection criteria,
and cost-efficiency considerations. It includes support for
subscription tiers, deprecated model migration, and advanced
features like Context7 integration.
This addition enhances the ability to automate and optimize AI
model recommendations, improving alignment with task complexity,
user priorities, and available tools.
* Running update script
---------
Co-authored-by: Aaron Powell <me@aaron-powell.com>
- Replace 'codebase' with 'search/codebase'
- Replace 'searchResults' with 'search/searchResults'
- Replace 'terminalLastCommand' with 'runCommands/terminalLastCommand'
- Replace 'terminalSelection' with 'runCommands/terminalSelection'
Updated files:
- 13 chatmode files in chatmodes/
- 41 prompt files in prompts/
This update aligns with VS Code's latest tool naming conventions that organize tools into logical namespaces.
* Adding a collection for the meta prompts to help discover items in the awesome copilot repo
* Forgot to run validation locally
* YAML schema validation set and updating readme
* initial prototype of partners collection with featured collection support
* Starting to add the partners
* Preparing the repo for how the custom agents will work
* moving some files around
* Moving a bunch of stuff around to make the file easier to read
* improving the front matter parsing by using a real library
* Some verbage updates
* some more verbage
* Fixing spelling mistake
* tweaking badges
* Updating contributing guide to be correct
* updating casing to match product
* More agents
* Better handling link to mcp registry
* links to install mcp servers fixed up
* Updating collection tags
* writing the mcp registry url out properly
* Adding custom agents for C# and WinForms
Expert custom agents to improve your experience when working with C# and WinForms in Copilot
* Adding to agents readme
* Adding PagerDuty agent
* Fixing description for terraform agent
* Adding custom agents to the README usage
* Removing the button to make the links more obvious
* docs: relocate category READMEs to /docs and update generation + internal links
* Updating prompts for new path
* formatting
---------
Co-authored-by: Chris Patterson <chrispat@github.com>
* Add .NET project upgrade instructions
Added comprehensive instructions for upgrading .NET projects, including preparation steps, upgrade strategies, and handling breaking changes.
* Add .NET Upgrade Prompts documentation
This document provides a comprehensive set of prompts for analyzing, planning, executing, and validating framework upgrades for multi-project .NET solutions, covering various aspects from project discovery to final validation.
* Create .NET Upgrade Chatmode Guidance document
Added a comprehensive playbook for upgrading .NET projects, including guidance on discovery, analysis, upgrade sequences, and CI/CD configuration.
* Enhance .NET Upgrade Chatmode Guidance
Updated .NET upgrade chatmode guidance with detailed instructions and tools for project migration and modernization.
* Revise .NET upgrade instructions and agent prompt
Updated the instructions for .NET Framework upgrades to include a name and description for the specialized agent, and refined the prompt example for clarity.
* Revise .NET Upgrade Prompts for clarity and completeness
Updated prompts for .NET upgrade analysis, enhancing project classification, dependency review, and upgrade strategy sections. Added new prompts for CI/CD updates, testing, and documentation.
* Updating README instructions
---------
Co-authored-by: Aaron Powell <me@aaron-powell.com>
Co-authored-by: Shashank Konjarla <shakonjarla@microsoft.com>
* docs(java): clarify Sonar, Java version, and code-style guidance
- Clarify SonarQube/SonarCloud setup, token handling, and CI scanner steps
- Add guidance for Records, pattern matching, and `var` usage heuristics
- Provide fallbacks when static analysis is unavailable and troubleshooting steps
- Original rules are no longer included in the standard Sonar Way ruleset
- Remove future dependency on Sonar by prompting to use when integrated or available
- If not, the agent will now read Sonar rules as part of its analysis
- Removed obsolete and redundant sections on Java version and code style
Generated-by: GitHub Copilot <github.copilot@github.com>
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
* docs(java): improve SonarQube setup instructions readability
- Break long bullet points into structured sub-bullets for clarity
- Organize SonarQube troubleshooting steps into numbered sequence
- Separate fallback tools configuration from main Sonar workflow
Fixes#296
Co-authored-by: GitHub Copilot <github.copilot@github.com>
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
---------
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
* Add Java MCP Server Development collection
- Add Java MCP server best practices instruction
- Add Java MCP server project generator prompt
- Add Java MCP expert chat mode
- Add Java MCP development collection manifest
- Update category READMEs
Features:
- Server setup with official MCP Java SDK
- Tool/resource/prompt handlers with reactive streams
- Project Reactor for async processing
- Spring Boot integration with starters
- Stdio and HTTP transport support
- JSON schema construction with fluent builders
- Synchronous facade for blocking use cases
- Maven and Gradle build configurations
* Fix Java MCP generator prompt
- Add missing import statements for handler classes
- Add handler registration in test server setup
---------
Co-authored-by: Aaron Powell <me@aaron-powell.com>
- Add Swift MCP server best practices instruction
- Add Swift MCP server project generator prompt
- Add Swift MCP expert chat mode
- Add Swift MCP development collection manifest
- Update category READMEs
Features:
- Server setup with official Swift SDK package
- Tool/resource/prompt handlers with withMethodHandler
- Async/await and actor-based concurrency patterns
- ServiceLifecycle integration for graceful shutdown
- Stdio, HTTP, and network transport support
- JSON schema construction with Value type
- Swift 6.0+ with modern concurrency features
- Platform support: macOS 13+, iOS 16+, Linux
* Add Go MCP Server Development collection
* Fix: Wrap description in single quotes per prompt guidelines
* Fix: Wrap chatmode description in single quotes per guidelines
* Fix: Wrap instruction description in single quotes per guidelines