31 Commits

Author SHA1 Message Date
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
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
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
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
Akash Kumar Shaw
ac6711bb5b
Langchain python Instructions (#303)
* feat(instructions): Add comprehensive LangChain development instructions for Python

* feat(instructions): Revise LangChain Python instructions for chat models and vector stores

* feat(instructions): Enhance LangChain Python documentation with detailed Runnable interface and chat model usage examples

* feat(instructions): Add LangChain Python instructions to README

* fix(instructions): Standardize description quotes in LangChain Python instructions

* refactor(instructions): Streamline chat models section and remove redundant overview content
2025-10-09 09:18:36 +11:00
Christopher Harrison
e868e71634
Add comprehensive Svelte 5 and SvelteKit development guidelines (#294)
* Add comprehensive Svelte 5 and SvelteKit development guidelines

* Update Svelte instructions to include server-side rendering with client-side hydration
2025-10-08 11:49:55 +11:00
Christopher Harrison
7f3d1b2a82
Add comprehensive Astro development standards and best practices documentation (#292)
* Add comprehensive Astro development standards and best practices documentation

* Add Astro development standards and best practices
2025-10-08 11:49:18 +11:00
Per Søderlind
3980e6b5ad
WordPress Instruction (#277)
* Add comprehensive WordPress development instructions for Copilot

- Introduced a detailed guide covering core principles, coding standards, security practices, internationalization, performance optimization, admin UI, REST API, block development, asset loading, testing strategies, and documentation best practices.
- Emphasized the importance of following WordPress Coding Standards (WPCS) and provided examples for plugin headers, linting setup, and security measures.
- Included a checklist to ensure compliance with best practices for plugin development.

* Add WordPress development instructions for Copilot, detailing coding, security, and testing rules for plugins and themes

* Fix formatting inconsistencies in WordPress instructions file by changing double quotes to single quotes for 'applyTo' and 'description' fields.
2025-10-02 14:16:06 +10:00
Dan
5dbf2fa94f
Added Ansible instructions (#276) 2025-10-02 14:15:14 +10:00
Aaron Powell
976d5e18e8
Fixing how the files are ordered - now based on title not file name (#274) 2025-10-01 12:10:58 +10:00
Peter Strömberg
03199028c2
Update Clojure Interactive Programming resources (#272)
* Rename and update main Clojure instructions file

* Update Clojure interactive programming nudge prompt

* Remove Clojure memory update prompt

The general remember prompt covers this use case perfectly.

* Update clojure chatmode

* Update readmes

* Add Clojure Interactive Programming collection
2025-10-01 11:59:31 +10:00
Daniel Scott-Raynsford
b8a80c5ad3
CHANGE: Add TypeScript Development guidelines (#267)
- Introduce comprehensive guidelines for TypeScript development targeting TypeScript 5.x and ES2022 output.
- Include core intents, general guardrails, project organization, naming and style, formatting, type system expectations, async handling, architecture patterns, external integrations, security practices, configuration management, UI components, testing expectations, performance, and documentation.
2025-09-29 11:08:30 +10:00
Troy Simeon Taylor
0f1a48e482
Add Power Apps Code Apps Development Toolkit (#264)
* Add files via upload

* Revise Power Apps Code App project scaffolding

Update project scaffolding instructions for Power Apps Code Apps with PAC CLI setup, SDK integration, and connector configuration.

* Update Power Apps Code App scaffolding prompt

* Revise development instructions for Power Apps Code Apps

Update Power Apps Code Apps development instructions with new standards and best practices for TypeScript, React, and Power Platform integration.

* Update Power Platform expert chatmode with new details

* Revise Power Apps Code App project scaffold

Update project scaffolding details and add advanced patterns.

* Fixing line endings

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-09-26 10:07:42 +10:00
Stu Mace
459b309308
Terraform on Azure chat mode & instructions (#262)
* feat: add terraform on azure modes

* fix: updates to readme and testing

* chore: readme updates

* Update instructions/terraform-azure.instructions.md

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

* Update chatmodes/terraform-azure-implement.chatmode.md

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

* fix: copilot corrections

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-25 09:34:25 +10:00
Bruno Borges
6906627e07
Java upgrade guides and Java Collection (#260)
* Java 25 upgrade guide with best practices (Java 21 -> 25)

Added a description for the Java upgrade guide.

* Add Java Development Collection and Upgrade Guides

- Created a new collection for Java development, including prompts and instructions for Spring Boot, Quarkus, JPA, JUnit, and Javadoc.
- Added comprehensive markdown documentation for upgrading from Java 17 to Java 21, detailing new language features, API changes, and best practices.
- Introduced upgrade guide for transitioning from Java 21 to Java 25, highlighting new features, migration strategies, and performance considerations.

* Update upgrade guide headers and descriptions for Java 21 to 25

* Refactor Java Development Collection: Update Upgrade Guides with Descriptions

* Add Java 11 to Java 17 Upgrade Guide with best practices and migration patterns

* Rename files
2025-09-24 10:24:12 +10:00
Copilot
dfe63f4542
Implement Collections feature for grouping related prompts, instructions, and chat modes (#232)
* Initial plan

* Implement core Collections feature with YAML parsing and README generation

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

* Complete Collections feature implementation with validation, tooling, and documentation

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

* Update generated README files to include collections instructions

* Fix YAML parsing logic bug: replace impossible condition with proper indentation check

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

* Refactor: Extract YAML parser to shared module and improve user experience

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

* fixing task and file permissions

* Better args handling

* Adding some more collections

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-09-17 10:15:34 +10:00
Peter Strömberg
5165c081ca
Update Joyride user scriprs project instructions (#245) 2025-09-15 10:03:45 +10:00
Troy Simeon Taylor
b4657d54c2
Declarative Agents (#239)
* Add files via upload

* Add Microsoft 365 Declarative Agents Architect chatmode

* Add Microsoft 365 Declarative Agents Development section

* Add Microsoft 365 Copilot Declarative Agents prompt

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload
2025-09-12 10:22:18 +10:00
Nathan Stanford Sr
19d9a3f445
Add instructions for ColdFusion cfc and ColdFusion cfm files (#233)
* Add instructions for ColdFusion cfc and cfm files

* Add ColdFusion coding standards for CFC and CFM files

* Update instructions/coldfusion-cfc-instructions.md

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

* Address Copilot AI review comments

* Fix description formatting in ColdFusion CFC and CFM instructions

* Add ColdFusion coding standards for CFC and CFM files

* Add ColdFusion coding standards for CFC and CFM files to README instructions

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: = <=>
2025-09-11 10:18:30 +10:00
Mark Davis
dfc3367680
Oqtane instructions (#225)
* Adds Oqtane instructions file.

Adds a new file containing instructions for Oqtane. This provides necessary documentation for setting up and using the Oqtane framework.

* Adds instructions for Oqtane module

Introduces a new file with instructions for customizing GitHub Copilot behavior for Oqtane modules.

Removes the old instruction file.

* Adds Oqtane module development instructions

Provides instructions for customizing GitHub Copilot behavior for Oqtane module development, including code style, naming conventions, error handling, and performance optimization.

* Update instructions/oqtane.instructions.md

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

* Update instructions/oqtane.instructions.md

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

* Update instructions/oqtane.instructions.md

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

* Update instructions/oqtane.instructions.md

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

* Update instructions/oqtane.instructions.md

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

* Update instructions/oqtane.instructions.md

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

* Adding to readme

Don't know why the github action wasn't picking it up

---------

Co-authored-by: DAVIS Mark E <Mark.DAVIS@lanecountyor.gov>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-09-09 10:09:44 +10:00
Yuta Matsumura
cb7d93724e
Add C# development instruction in Japanese (#228)
* Add C# instruction in Japanese

* change title

* update README
2025-09-09 09:54:21 +10:00
Troy Simeon Taylor
6493b18b4d
Logic Apps and Power Automate (#217)
* Upload chatmode

* Upload instructions

* Update READMEs

* Fix quotes in applyTo field in instructions

* Revert other instructions
2025-08-29 09:49:45 +10:00
Aaron Powell
bdc61009b9
Update redirect URLs for installation links (#216)
* Updated the redirect url

* Update update-readme.js

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-28 15:41:26 +10:00
Peter Strömberg
4df6f8567e
Add clojure memory instructions and prompt (#213)
* Add clojure memory instructions and prompt

* Fix typos
2025-08-27 09:38:49 +10:00
Aaron Powell
3cedc53b0e
New readme structure (#209)
* Experimenting with a sub-README structure

* title

* removing emojis

* some emoji changes

* Fixing a whitespace issue
2025-08-26 15:26:01 +10:00