79 Commits

Author SHA1 Message Date
Henrique Nunes
ca37fc8d6d
Upload a new java refactoring, remove parameter (#335)
* Upload a new java refactoring, remove parameter

* fixing up from merge

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-10-20 10:12:41 +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
Derek Clair
69cd4fae4e
update editFiles to edit/editFiles (#319) 2025-10-16 10:07:01 +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
John Haugabook
abddc8cd95
Prompt for psuedo recursive self-improvement (#316)
* Prompt for psuedo recursive self-improvement

* apply suggestion

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-15 12:00:20 +11:00
John Haugabook
e9d8cabb3a
Prompt to shuffle JSON (#315)
* Prompt to shuffle JSON

* Prompt to shuffle JSON

* Prompt to shuffle JSON

* Apply suggestions from code review

Resolve spelling errors.

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-15 11:59:05 +11:00
John Haugabook
ff9ce27edf
Prompt to add educational comments to file (#307)
* Add educational commenting prompt file

* Level one heading and re-reun update-readme.js

Level one heading and re-run update-readme.js

re-run update script
2025-10-10 16:32:48 +11:00
Peter Strömberg
7bd1620b13
Update-memory-prompts (#304)
* Update Memory Keeper prompt

* Make memory keeper handle workspace scope too

* Add prompt for merging memories saved by memory keeper/remember

* Fix missing domain syntax

* node ./update-readme.js
2025-10-10 09:50:13 +11:00
Henrique Nunes
230c081d18
Create java-refactoring-extract-method.prompt.md (#284)
* Create java-refactoring-extract-method.prompt.md

* Update prompts/java-refactoring-extract-method.prompt.md

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

* Update README.prompts.md

* Update java-refactoring-extract-method.prompt.md

* Update java-refactoring-extract-method.prompt.md

* Update java-refactoring-extract-method.prompt.md

* Fixing readme

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-10-10 09:48:55 +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
John Haugabook
5a94cec531
Fix code block formatting in specification prompt (#285)
Indent code block example at list item 9 so entire example can be rendered.
2025-10-08 11:37:46 +11:00
Peter Strömberg
591d2fdc08
Fix typos and improve documentation clarity (#275)
* Fixes typo

* Removes duplicated docstring placement instruction

* Update from user feedback
2025-10-02 14:21:29 +10:00
Genevieve Warren
febd4c4925
Expand C# documentation best practices (#273)
* Expand C# documentation best practices

* Update prompts/csharp-docs.prompt.md

* Apply suggestion from @Copilot

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

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-01 12:01:30 +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
Guillaume
a09e74243f
GitHub Copilot starter prompt to setup a new project (#268)
* Create GitHub Copilot setup instructions

Added comprehensive GitHub Copilot setup instructions for new projects, including configuration files, content guidelines, execution steps, and a quality checklist.

* Add GitHub Copilot starter prompt for project setup configuration

* Add code review standards to GitHub Copilot configuration

* Fix formatting of permissions in GitHub Copilot setup steps

* Enhance GitHub Copilot starter prompt with TypeScript and React coding standards

* Refactor applyTo syntax for React and Java Spring Boot guidelines
2025-09-30 10:16:37 +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
Daniel Scott-Raynsford
ef07af67cf
CHANGE: Update prompts and add new suggestions (#255)
- Add new prompts for suggesting GitHub Copilot collections and instructions.
- Improve the process and output format for suggested collections and instructions, prompts and chat modes.
- Ensure all new prompts align with the current repository context and chat history.
2025-09-22 09:33:14 +10:00
Sergiy Smyrnov
0eb2058824
Create Cosmos DB DataModeling prompt.md (#253)
* Creating Cosmos DB DataModeling prompt.md

* Update prompts/cosmosdb-datamodeling.prompt.md

correct misspelling

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

* correct Agent metadata in cosmosdb-datamodeling.prompt.md

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-19 09:48:49 +10:00
Daniel Scott-Raynsford
931d8a0a95
Add Technical Spike collection and related resources (#251)
* Add Technical Spike collection and related resources

- Introduced a new collection for Technical Spikes, including a chat mode for research and a prompt for creating spike documents.
- Updated the Project Planning & Management collection to include references to technical spikes.
- Enhanced README files to reflect the addition of technical spike resources.
- Created detailed documentation for the technical spike research methodology and prompt structure.
- Added new tags and items to facilitate better organization and discovery of technical spike-related content.

* CHANGE: Update research methodology for technical spikes

- Refine tool usage philosophy for exhaustive research
- Enhance todo management protocol for better tracking
- Improve spike document update protocol for real-time logging
2025-09-17 14:18:17 +10:00
黃健旻 Vincent Huang
4c5b47498d
Update create-spring-boot-java-project input variable (#244)
* Fix project name placeholders and update descriptions in Spring Boot project prompts

* Update Spring Boot project prompts to clarify project creation instructions

---------

Co-authored-by: Vincent Huang iMac <vincent.huang@opennet.tw>
2025-09-15 10:02:43 +10:00
Peter Strömberg
ec3db46b77
Add /remember prompt (#242)
* Add `/remember` prompt

The `/remember` prompt is a keeper of memories and lessons learnt during chat sessions. Inspired by Beastmode's `remember` feature.

* Fix typo
2025-09-12 10:27:19 +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
Yohan Lasorsa
0dac62b163
Add agents.md creation prompt (#218)
* Add agents.md creation prompt

* Refine description and clean up
2025-09-01 12:52:21 +10:00
Peter Strömberg
8c155a61ef
Add nudge prompt for keeping the agent in repl using mode (#215)
* Add nudge prompt for keeping the agent in repl using mode

* Fix typos
2025-08-28 10:38:57 +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
Daniel Scott-Raynsford
3edd17eea0
CHANGE: Update process and tools for AVM modules (#211)
- Refined the process for updating Azure Verified Modules in Bicep files.
- Added steps for identifying unique AVM modules and validating updates.
- Updated tool usage guidelines to include additional tools.
- Clarified output format and summary requirements.
2025-08-26 12:16:56 +10:00
Tài Lê
02a56d057d
feat: Add pull request conform template prompt (#200) 2025-08-22 09:17:00 +10:00
Peter Strömberg
760f8866aa
Remove mode (#204) 2025-08-22 09:14:21 +10:00
Genevieve Warren
aec65e3b34
Triple slash doc updates (#202) 2025-08-21 14:11:06 +10:00
Peter Strömberg
eca34350c9
Add first-ask prompt for informed task execution (#198)
* Add first-ask prompt for informed task execution

* Fix typos

* Add mode and title

* node update-readme.js
2025-08-21 14:08:52 +10:00
George Dernikos
6ceb673b5d
Add documentation writer prompt (#201)
* Add documentation writer prompt

* review: explicitly define the minimum-required tools
2025-08-20 09:44:14 +10:00
Antoine Rey
32c02bf977
CalculatorTest without s (#185)
Align example with the Test suffix
2025-08-15 09:18:19 +10:00
Copilot
2f3264bfc6
Add missing mode field to all prompt files with 'agent' as default (#180)
* Initial plan

* Add mode: 'agent' to all 14 prompt files missing the field, fix BOM character

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

* Revert description field format changes while keeping mode field additions

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-08-14 12:09:33 +10:00
Peter Strömberg
d245b450ea
Add boost-prompt prompt file (#175)
* Add boost-prompt prompt file

* Adher to single quote description review comment
2025-08-14 09:34:52 +10:00
Aung Myo Kyaw
3dc4d0dc3d
docs(prompt): add EditorConfig Expert prompt for .editorconfig (#170)
* docs(prompt): add EditorConfig Expert prompt for .editorconfig generation

Adds a new prompt definition that guides the generation of comprehensive .editorconfig files based on project analysis and user preferences, including rule-by-rule explanations and best practices.

* docs(readme): add EditorConfig Expert prompt entry with description and install links

---------

Co-authored-by: Aung Myo Kyaw <aungmyokyaw@users.noreply.github.com>
2025-08-12 09:18:38 +10:00
Adrien Clerbois
53aa3b04c3
Add generate custom instructions from codebase prompt (#168)
* Add generate custom instructions from codebase prompt

* Update README.md

* Fixing line ending

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-08-11 10:58:11 +10:00
Mike Rousos
635697ba37
Add a comprehensive prompt for ASP.NET (.NET Framework) containerization (#153)
* Add ASP.NET .NET Framework containerization prompt and settings files

* Combine settings and prompt into a single file

* Remove settings file

* Fixing readme

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-08-07 09:49:48 +10:00
Aaron Powell
fce0765471
Prompt for translating docs sites using mkdocs (#150) 2025-08-05 11:59:07 +10:00
Mike Rousos
58893ffc51
Add a comprehensive prompt for containerizing ASP.NET Core projects (#140)
* Add a comprehensive prompt for containerizing ASP.NET Core projects

This prompt instructs the LLM to conatinerize an ASP.NET Core project
according to ASP.NET Core best practices with flexibility to support a
wide range of possible project customization requirements (including
installing system dependencies, dotnet tools, or other pre-requisites
for the app to work in a container).

* Update readme with ASP.NET Core containerization prompt

* Fix settings file's name

* Combine containerization settings into containerization prompt

* Emphasize that Copilot needs to review its work and check that containerization settings have been respected
2025-08-05 09:55:57 +10:00
Craig Bekker
57e32ef029
Add comprehensive prompts for Epic and Feature planning, implementation, and testing (#148)
- Introduced a detailed Epic Architecture Specification prompt to guide technical architecture creation based on PRDs.
- Created an Epic Product Requirements Document (PRD) prompt for translating high-level ideas into detailed PRDs.
- Developed a Feature Implementation Plan prompt for crafting implementation plans following the Epoch monorepo structure.
- Added a Feature PRD prompt for generating detailed PRDs for new features based on parent Epics.
- Implemented a GitHub Issue Planning and Automation prompt for generating project plans with a structured hierarchy and automated tracking.
- Established a Test Planning and Quality Assurance prompt for creating comprehensive test strategies and quality validation plans.
2025-08-04 10:32:29 +10:00
Aung Myo Kyaw
653d283af9
feat(prompts): add Git Flow branch creator prompt with full XML-drive… (#132)
* feat(prompts): add Git Flow branch creator prompt with full XML-driven workflow

Introduces a new prompt file that guides users through creating Git Flow branches using a structured XML analysis and naming convention. Includes workflow, analysis framework, naming conventions, edge case handling, and validation checklist.

* feat(prompts): add Git Flow Branch Creator prompt to README table

* style(prompts): use single quotes in front matter for git-flow-branch-creator.prompt.md

* Update prompts/git-flow-branch-creator.prompt.md

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

* chore(prompts): update git-flow-branch-creator prompt front matter

Remove 'Created' field
Add 'tools' field to front matter for clarity

* docs(readme): clarify Git Flow Branch Creator prompt description and details

---------

Co-authored-by: Aung Myo Kyaw <aungmyokyaw@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-08-01 11:46:01 +10:00