* 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>
* feat(chatmodes): Add HLBPA (documentation architect) chat modes
- HLBPA is a high-level, big-picture architect for systems documentation
- It can be used either in VSC as usual or dropped in coding agent for auto-updates
- Depends on user's prompting skills to get the best results
- Will default to a more generalist mode if not enough context is given
- Minor updates to README and CONTRIBUTING to fix formatting errors
Assisted-by: GitHub Copilot & Verdent AI
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
* chore(chatmodes): Remove copy from md fence in HLBPA chat mode
- Copilot complains about the copy in the md fence
- Isn't likely to be used in this context anyway
Assisted-by: GitHub Copilot
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
---------
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
* Initial plan
* Add all-contributors setup with contributor recognition
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
* Finalize all-contributors setup and update documentation
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
* Add @aaronpowell as a contributor
* Add @mubaidr as a contributor
* Add @digitarald as a contributor
* Add @mbianchidev as a contributor
* generating the current list
* playing with emojis
---------
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>
Co-authored-by: all-contributors-bot <all-contributors-bot@example.com>
* Added instructions for Azure DevOps pipelines
Added new instructions on best practices for Azure DevOps pipeline YAML files in `azure-devops-pipelines.instructions.md`. Sections include general guidelines, pipeline structure, build best practices, test integration, security considerations, deployment strategies, variable and parameter management, performance optimization, monitoring and observability, template reusability, and branching and triggering strategies. An example YAML pipeline structure and a list of common anti-patterns to avoid have also been added.
* fix following the copilot's comments
---------
Co-authored-by: Christophe Peugnet <christophe.peugnet@outlook.fr>
* feat: Revise Blueprint Mode documentation for clarity and conciseness
* feat: Update Blueprint Mode to v30 with enhanced workflows and self-correction features
* fix: Correct terminology from 'todos' to 'tasks' and improve capitalization for consistency
* feat: Upgrade model to GPT-5 Mini and enhance communication guidelines for brevity and clarity
* feat: Update model version to GPT-4.1 and clarify critical execution guidelines
* feat: Enhance Blueprint Mode with improved task handling and workflow directives
* feat: Revise Blueprint Mode directives for clarity and brevity, introducing confidence-based ambiguity resolution
* 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>
* add instructions for accessibility
* update readme
* Added a description to the a11y instructions
* Fix spelling and formatting issues
* Fixing line ending
---------
Co-authored-by: Michael Fairchild <mfairchild@microsoft.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
* feat: add task-planner, task-researcher chatmodes with accompanying task-implementation instructions
* chore: update README.md with new references to chatmodes and instructions
* Add Playwright Python test generation custom instructions
* Add best practice for assertion style in Playwright Python instructions
* Add Playwright Python test generation instructions to README