Commit Graph

142 Commits

Author SHA1 Message Date
Troy Taylor
957f3ab346 Add MCP-based M365 Agents collection
- Create Declarative Agent prompt with MCP server integration
- Create Adaptive Cards prompt for visual response templates
- Deploy and Manage Agents prompt for admin workflows
- Development guidelines instruction file
- Collection manifest and reference documentation

Based on:
- https://devblogs.microsoft.com/microsoft365dev/build-declarative-agents-for-microsoft-365-copilot-with-mcp/
- https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/build-mcp-plugins
- https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/api-plugin-adaptive-cards
- https://learn.microsoft.com/en-us/microsoft-365/admin/manage/manage-copilot-agents-integrated-apps
2025-12-23 13:16:55 -05:00
Søren Trudsø Mahon
c3913bc6db Clarify 'One Dot per Line' instruction (#499)
Clarify the 'One Dot per Line' rule to include Law of Demeter.
2025-12-19 09:09:43 +11:00
Shane Neuville
b1278eb7ed feat: Add MAUI Expert agent for .NET cross-platform app development (#488)
* feat: Add MAUI Expert agent for .NET cross-platform app development

* refactor: Update performance and security guidelines in MAUI documentation

* refactor: Update UI update guidelines for background threads in MAUI agent documentation
2025-12-15 09:35:58 +11:00
John Haugabook
acac124bcb add update-docs-on-code-change instructions (#487)
* add update-docs-on-code-change instructions

* Apply suggestions from code review

Modified one of the suggestions, clarifying the terms and instruction file configuration. If possible look over and see if another edit is needed.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-15 09:30:42 +11:00
BBoyBen
db3d883d66 Add Instruction for Salesforce Apex Language (#483)
* Add Apex instructions

* Readme update

* Update Apex Doc format

* Add escapeSingleQuote and batch good practice

* Add elements

* Edit description

* Fix readme

---------

Co-authored-by: bmaucote <benoit.maucotel@capgemini.com>
2025-12-15 09:29:06 +11:00
Jackson Miller
ac93f988c4 fix vue3 instructions to use vitest instead of jest (#484)
jest is not supported with vite.
2025-12-12 09:16:06 +11:00
Theo van Kraay
2e605eab42 Cosmos cassandra conversion instructions (#451)
* add cassandra to cosmos instructions

* updates merging petclinic and todo app conversion testing.

* docs: update README with Cassandra to Cosmos DB conversion instructions

* docs: regenerate README.instructions.md with npm start

* Update instructions/convert-cassandra-to-spring-data-cosmos.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update instructions/convert-cassandra-to-spring-data-cosmos.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update instructions/convert-cassandra-to-spring-data-cosmos.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update instructions/convert-cassandra-to-spring-data-cosmos.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-12 09:10:06 +11:00
Daniel Scott-Raynsford
47cfb44b3e CHANGE: Add Azure Verified Modules Bicep instructions (#481)
- Introduced comprehensive documentation for Azure Verified Modules (AVM) and Bicep.
- Included guidelines for module discovery, usage, naming conventions, and best practices.
- Added validation requirements and troubleshooting tips for Bicep files.
2025-12-11 10:16:31 +11:00
Maximilian Irro
d430eb592a Include .yaml files in applyTo for GitHub Actions instructions (#468)
Updated applyTo field to include .yaml files for workflows.
2025-12-08 09:44:42 +11:00
Maximilian Irro
ce15839f4e Add support for compose.yaml in Docker best practices (#466)
* Add support for compose.yml in Docker best practices

* Fix formatting in Docker best practices instructions
2025-12-08 09:42:11 +11:00
Troy Simeon Taylor
a89019fb3b Add Dataverse SDK for Python Collection (#458)
* Add Dataverse SDK for Python: 5 new instruction files (error handling, authentication, performance, testing, use cases) + 4 prompts and updated READMEs

* Delete COLLECTION_STATUS.md

* Delete ENHANCEMENT_SUMMARY.md
2025-12-05 10:38:34 +11:00
Aline Ávila
ddfccc733e Add generic code review instructions (#437)
* Add generic code review instructions

- Generic and reusable code review template
- Multi-language support (JavaScript, Python, Java, TypeScript)
- Based on GitHub Copilot prompt engineering best practices
- Includes security, performance, and architecture checks
- Customizable for any project
- Follows awesome-copilot contribution guidelines

* Add generic code review instructions
- Generic and reusable code review template
- Multi-language support (JavaScript, Python, Java, TypeScript)
- Based on GitHub Copilot prompt engineering best practices
- Includes security, performance, and architecture checks
- Customizable for any project
- Follows awesome-copilot contribution guidelines

* Add applyTo field to code review instructions front matter
2025-12-01 10:07:06 +11:00
shane lee
2f8a1ff839 add spring boot 4 migration guide (#435) 2025-11-28 09:37:08 +11:00
Aaron Powell
86adaa48fe Chat Modes -> Agents (#433)
* Migrating chat modes to agents now that's been released to stable

* Fixing collections

* Fixing names of agents

* Formatting

* name too long

* Escaping C# agent name
2025-11-25 16:24:55 +11:00
Troy Simeon Taylor
cf0f01d981 Add Power Apps Component Framework (PCF) Development Collection (#428)
* Add PCF Development collection with 17 instruction files

* Update instructions/pcf-overview.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Fix description field formatting - wrap values in single quotes

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-24 09:45:23 +11:00
Gerald Versluis
848c5c4ef1 Revise MediaPicker migration details and framework updates (#424)
* Revise MediaPicker migration details and framework updates

Updated deprecation notes and migration instructions for MediaPicker APIs. Adjusted target framework versions and deprecated API lists.

* Update TargetFrameworks for .NET MAUI upgrade

* Update Windows target framework version in instructions

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-11-21 14:19:43 +11:00
Jorge Balderas
44ce287473 add Playwright .NET test generation instructions (#419)
* add Playwright .NET test generation instructions

* applied Copilot review suggestions and executed npm start to generate documentation files

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-11-21 14:11:31 +11:00
Yuta Matsumura
d5a0856735 Update C# version references to 14 and ASP.NET Core 10 (#411) 2025-11-16 10:03:07 +11:00
Brooke Hamilton
c82d888fc4 makefile instructions (#407)
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
2025-11-16 09:58:31 +11:00
Daniel Abbatt
8f59b61fbe Update C# version references to C# 14 and ASP.NET Core 10 (#397) 2025-11-13 10:07:55 +11:00
Shane Neuville
17a3ac5931 .NET MAUI 9 to 10 upgrade instructions (#395)
* .NET MAUI 9 to 10 upgrade instructions

* - update readme and front matter

* - fix windows10 notes

* fix: add applyTo field for file targeting in upgrade instructions
2025-11-12 10:06:12 +11:00
Máté Barabás
de74216d0a Update links for Terraform module indexes (#394)
* Update links for Terraform module indexes

* Update instructions for AVM CSV file links

As recommended by Copilot review, added a note regarding the links to the latest CSV files and suggested using specific release tags for point-in-time versions.
2025-11-11 15:34:59 +11:00
Brooke Hamilton
e97a1cf787 Shell scripting instructions for bash, sh, zsh, and other shells (#389)
* shell scripting instructions

Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>

* parsing guidelines

Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>

---------

Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
2025-11-10 10:35:55 +11:00
Christian Lechner
579abafdd4 feat: add instruction for provisioning resources on SAP BTP (#384)
* 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>
2025-11-10 10:26:51 +11:00
John Haugabook
aa81913faa add update-code-from-shorthand instructions (#370)
* add update-code-from-shorthand.instructions

* add update-code-from-shorthand.instructions

* Update docs/README.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update instructions/update-code-from-shorthand.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* improve example in update-code-from-shorthand

* update README.instructions

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-03 15:10:40 +11:00
Ankit Das
83cdb8c13b feat: Add Codexer instructions for advanced Python research (#368)
* docs: update README with Codexer instructions

* docs: regenerate README after adding Codexer instructions
2025-11-03 10:18:47 +11:00
Aaron Powell
56d7ce73a0 Partners (#354)
* 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>
2025-10-29 06:07:13 +11:00
Michael
e034b0646e add instructions for R programming language (#346)
* add instructions for R programming language

* copilot review updates

* applyTo syntax update

* copilot nitpicks
2025-10-27 10:42:47 +11:00
Copilot
9a050b1506 Move conventional-commit.prompt.md from instructions to prompts folder (#345)
* Initial plan

* Move conventional-commit.prompt.md to prompts folder and update READMEs

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
2025-10-23 10:17:15 +11:00
kshashank57
f773b30fb0 Add Instructions , Prompts, Chatmode options to Upgrade a dotnet solution to higher version (#322)
* 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>
2025-10-22 09:20:53 +11:00
Ashley Childress
bef83321a0 docs(java): clarify Sonar, Java version, and code-style guidance (#338)
* 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>
2025-10-21 10:57:48 +11:00
Oskar Thornblad
c6ec7f0a34 Fix typos and modernize Angular instructions (#333)
- Fix missing `contentChildren()` reference
- Push instructions towards more standalone
- Update file naming conventions according to Angular's style guide
2025-10-20 10:06:33 +11:00
Troy Simeon Taylor
f4b82c8714 Add PHP MCP Server Development collection with attribute-based discovery (#332)
* Add PHP MCP Server Development collection with attribute-based discovery

* Remove \archived-contributions

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-10-20 10:03:10 +11:00
Troy Simeon Taylor
33cab830b6 Add Rust MCP Server Development collection (#331)
* Add Rust MCP Server Development collection

- Add Rust MCP server best practices instruction
- Add Rust MCP server project generator prompt
- Add Rust MCP expert chat mode
- Add Rust MCP development collection manifest
- Update category READMEs

Features:
- Server setup with official rmcp SDK (v0.8+)
- Async/await patterns with tokio runtime
- Tool development with procedural macros
- Multiple transport protocols (stdio, SSE, HTTP, WebSocket)
- Type-safe parameters with schemars JsonSchema
- State management with Arc and RwLock
- Error handling with ErrorData and anyhow
- OAuth authentication support
- Progress notifications
- Cross-compilation and Docker deployment
- Comprehensive testing examples

* Fix Rust instruction file metadata - use single applyTo pattern

* Fix Rust generator prompt - replace template placeholder with clear example

* Update collections/rust-mcp-development.collection.yml

* Update collections/rust-mcp-development.md

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-10-17 11:18:38 +11:00
Troy Simeon Taylor
51b18a7577 Add Ruby MCP Server Development collection (#330)
- Add Ruby MCP server best practices instruction
- Add Ruby MCP server project generator prompt
- Add Ruby MCP expert chat mode
- Add Ruby MCP development collection manifest
- Update category READMEs

Features:
- Server setup with official mcp gem
- Tool/prompt/resource handlers with classes
- Rails controller integration
- Stdio and HTTP transport support
- Input/output schemas with validation
- Tool annotations for behavior hints
- Structured content in responses
- Exception reporting and instrumentation
- Minitest test examples

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-10-17 11:12:10 +11:00
Troy Simeon Taylor
eec72209d0 Add Java MCP Server Development collection (#329)
* 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>
2025-10-17 11:11:02 +11:00
Troy Simeon Taylor
616d8f14a7 Add Swift MCP Server Development collection (#328)
- 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
2025-10-17 11:05:21 +11:00
Troy Simeon Taylor
f10bc70ce5 Add Kotlin MCP Server Development collection (#327) 2025-10-17 11:03:59 +11:00
Troy Simeon Taylor
db6c158020 Add Go MCP Server Development collection (#326)
* 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
2025-10-17 11:03:04 +11:00
Troy Simeon Taylor
4c6f3a5567 Add Python MCP Server Development collection (#325)
- Add instructions for Python MCP server development best practices
- Add prompt for generating complete Python MCP server projects
- Add expert chat mode for Python MCP development assistance
- Add collection grouping all Python MCP resources together
- Update README files with new contributions

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-10-17 11:02:00 +11:00
Troy Simeon Taylor
fc55306045 Add TypeScript MCP Server Development Collection (#324)
* Add TypeScript MCP Server Development collection

- Add instructions for TypeScript MCP server development best practices
- Add prompt for generating complete TypeScript MCP server projects
- Add expert chat mode for TypeScript MCP development assistance
- Add collection grouping all TypeScript MCP resources together
- Update README files with new contributions

* Revert unintended change to power-bi-development.md
2025-10-17 10:57:58 +11:00
Troy Simeon Taylor
f6acdfcacb Add C# MCP Server Development collection (#323)
* Add C# MCP Server Development collection

- Add instructions for C# MCP server development best practices
- Add prompt for generating complete MCP server projects
- Add expert chat mode for C# MCP development assistance
- Add collection grouping all C# MCP resources together
- Update README files with new contributions

* Add applyTo field to C# MCP instructions
2025-10-17 10:55:27 +11:00
Troy Simeon Taylor
38969f7cc2 Add Power BI resources (#298)
* Add Power BI resources: 4 chat modes, 6 instructions, 4 prompts, and resources README

* Remove power-bi-resources-README.md - not needed for PR

* Add Power BI Development collection

* Fix PR review feedback: Add collection YAML file and remove double fenced code blocks

- Add power-bi-development.collection.yml with proper metadata
- Remove outer 4-backtick fences from all Power BI files (chatmodes, instructions, prompts)
- Files now have only the standard 3-backtick fences for proper GitHub Copilot compatibility

* Remove outer code fences from Power BI chatmode files
2025-10-16 10:05:56 +11:00
Kartik Dhiman
7786c82cad feat(instructions): add useful commands for Gradle and Maven (#318) 2025-10-16 10:03:40 +11:00
Ravish Rathod
17018479a7 Add MongoDB chat mode instructions (#300)
* Create mongo-dba.instructions.md

Signed-off-by: Ravish Rathod <ravish.rathod@infosys.com>

* formatted appropriately

* updated README

---------

Signed-off-by: Ravish Rathod <ravish.rathod@infosys.com>
Co-authored-by: Ravish Rathod <ravish.rathod@ad.infosys.com>
2025-10-16 10:02:27 +11:00
Peter Strömberg
aaa5271bc0 Joyride-user-project-updates (#312)
* Update Joyride User project instructions

* Update Joyride workspace instructions

* Remove guidance to fetch and read instructions from workspace instructions
2025-10-14 10:10:27 +11:00
hizahizi-hizumi
5298635c77 feat(instructions): add .prompt.md instructions (#310)
* feat(instructions): add `.prompt.md` instructions

* chore: update README

* typo: fulfil -> fulfill

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* typo: favour -> favor

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-13 12:06:01 +11:00
Kartik Dhiman
5338b43d84 fix: Update Maven build command in Spring Boot instructions (#311) 2025-10-13 10:25:03 +11:00
hizahizi-hizumi
46823d6ec6 feat(instructions): add .instructions.md instructions (#309)
* feat(instructions): add `.instructions.md` instructions

* chore: update README
2025-10-13 10:21:39 +11:00
Troy Simeon Taylor
aa38e38a95 Add Power Platform Connector MCP Protocol Development Collection (#297)
* Add Power Platform MCP connector development collection

* Update README files with Power Platform MCP collection entries

* Add required frontmatter fields (mode, applyTo, model)

* Simplify collection to schema-compliant format per review feedback

* Update collections/power-platform-mcp-connector-development.collection.yml

Co-authored-by: Aaron Powell <me@aaron-powell.com>

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-10-10 09:42:11 +11:00