Aaron Powell
46afbf68fb
Cleaning up the plugins folder
2026-02-24 10:28:46 +11:00
Aaron Powell
293d9737cb
Merge branch 'main' into feat-add-context7-instruction
2026-02-19 15:29:24 +11:00
Imran Siddique
33b7464774
feat: add agent-safety instructions and governance reviewer agent
...
- instructions/agent-safety.instructions.md: Guidelines for building safe,
governed AI agent systems (tool access controls, content safety,
multi-agent safety, audit patterns, framework-specific notes)
- agents/agent-governance-reviewer.agent.md: Expert agent that reviews code
for governance gaps and helps implement policy enforcement
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-02-18 13:30:30 -08:00
Aaron Powell
7855e66af8
Merge pull request #716 from 4regab/patch-1
...
Upgrade TaskSync prompt to version 5.2
2026-02-16 16:30:57 +11:00
Aaron Powell
6ecd0098cf
Remove collections folder and migrate remaining references to plugins
...
- Remove rug-agentic-workflow collection files (already migrated to plugin)
- Remove collections.instructions.md (no longer applicable)
- Remove suggest-awesome-github-copilot-collections prompt and plugin command
- Update awesome-copilot plugin.json to reference skills prompt instead of collections
- Update contributor-report.mjs to track plugins instead of collections
- Remove unused collection constants from constants.mjs
- Update rug-agentic-workflow plugin.json with tags and items from collection
- Regenerate README docs and marketplace.json
2026-02-16 12:05:48 +11:00
Lance
42241786de
Add Context7 instructions for authoritative external documentation usage
2026-02-15 06:40:42 +08:00
4regab
a77c3de782
Update README.md
2026-02-13 11:58:12 +08:00
James Gabriele
3b791436f9
Upgrade TaskSync protocol to V5.2
2026-02-13 11:54:49 +08:00
vfaraji89
99018f421a
Add context-engineering collection
...
Add tools for maximizing GitHub Copilot effectiveness through better
context management:
- Instructions: Guidelines for structuring code so Copilot understands it
- Agent: Context Architect - plans multi-file changes by mapping dependencies
- Prompts:
- context-map: Map all affected files before changes
- what-context-needed: Ask Copilot what files it needs
- refactor-plan: Create phased refactor plans with rollback steps
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-10 22:42:02 +03:00
Michael Fairchild
3274ad6c68
Update readme
2026-02-09 09:40:33 -06:00
garrettsiegel
e79bba471d
Add name field to frontmatter
2026-02-05 10:04:32 -05:00
garrettsiegel
0cb946ec02
Update README with new instruction entry
2026-02-03 12:39:47 -05:00
garrettsiegel
b1fd2fbf5a
Add Tailwind CSS v4 + Vite installation instructions
2026-02-02 12:41:48 -05:00
Benji Shohet
9c11df2445
Add Arch Linux expert resources
2026-01-31 23:26:43 +02:00
Aaron Powell
45ad6d840f
Merge pull request #591 from hashwnath/add-agentic-eval-skill
...
Add agentic-eval skill for agent evaluation patterns
2026-01-23 10:27:16 +11:00
Aaron Powell
a2525e3112
fix: enhance markdown table cell formatting for descriptions in README and skills
2026-01-23 10:06:44 +11:00
Aaron Powell
66b0bfb9cc
Adding copilot-sdk stuff
2026-01-22 15:51:40 +11:00
jhauga
e57e0f4816
Instructions for best color practices
2026-01-14 16:01:01 -05:00
Emerson Delatorre
5d0c796812
UPDATE: Atualizar instruções de melhores práticas do Next.js para 2026, alinhadas com a versão 16.1.1
2026-01-12 12:37:40 -03:00
copilot-swe-agent[bot]
7ad7653270
Fix confusing instruction file path in README
...
Updated the instructionsUsage template in constants.mjs to clarify that task-specific instruction files should be created in the .github/instructions/ folder with the pattern *.instructions.md (e.g., .github/instructions/my-csharp-rules.instructions.md), instead of the confusing original wording that mentioned both .github/.instructions.md files and .github/instructions folder.
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
2026-01-11 22:13:39 +00:00
Matt Soucoup
8173d995fa
Merge branch 'main' into add-agent-skills-instructions
2026-01-09 13:24:43 -10:00
Matt Soucoup
7cb91eb601
Merge branch 'main' into add-symfony-instructions
2026-01-09 12:43:29 -10:00
Matt Soucoup
085172eeee
Merge branch 'main' into main
2026-01-09 12:41:13 -10:00
Matt Soucoup
960f40bc36
Merge branch 'main' into add-lws-instructions
2026-01-09 08:21:36 -10:00
Matt Soucoup
165cfb8d42
Merge branch 'main' into scala
2026-01-09 08:13:46 -10:00
Matt Soucoup
6079d04bd2
Merge branch 'main' into MCP-M365-Agents
2026-01-09 07:03:26 -10:00
Troy Simeon Taylor
fcfa14e758
Add TypeSpec for Microsoft 365 Copilot collection ( #516 )
...
* Add TypeSpec for Microsoft 365 Copilot collection: prompts, instruction, manifest, docs
* Fix prompt frontmatter (mode + quoted descriptions), quote instructions description, and folderId casing in docs
* Prompt frontmatter: remove name, add model field per guide
---------
Co-authored-by: Troy Taylor <troytaylor@microsoft.com >
Co-authored-by: Matt Soucoup <masoucou@microsoft.com >
2026-01-09 09:03:03 -08:00
benjisho-aidome
57473945b0
Add concise DevOps resources (agents, instructions, prompt) ( #1 ) ( #513 )
...
* Initial plan
* Add DevOps resources: agents, instructions, and prompt
* Replace redundant GitHub Actions instructions with expert agent
* Make DevOps resources more generic for easier maintenance
* Remove optional model field to align with repository conventions
* Reduce code examples to focus on principles and guidance
* Add DevOps Expert agent following infinity loop principle
---------
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
Co-authored-by: benjisho-aidome <218995725+benjisho-aidome@users.noreply.github.com >
Co-authored-by: Matt Soucoup <masoucou@microsoft.com >
2026-01-09 08:41:01 -08:00
Gordon Lam (SH)
5d75b2d79b
Add agent-skills.instructions.md - Guidelines for creating Agent Skills
2026-01-09 21:47:06 +08:00
BBoyBen
1292e8a141
Add instruction file for Agents ( #512 )
...
* V1
* Add variables settings
* Edit condition using
* Edit exemple
* Fix agent names
* Update readme
* Clean sub agent parts
* Clean + reorg parts
* Clean parts
---------
Co-authored-by: bmaucote <benoit.maucotel@capgemini.com >
Co-authored-by: Matt Soucoup <masoucou@microsoft.com >
2026-01-07 16:53:22 -08:00
Vasileios Lahanas
d49b16d735
Add Instruction for Symfony/PHP
2026-01-06 10:53:55 +02:00
Mads Kristensen
d27f4e8ed2
Add guidelines for Visual Studio extension development using Community.VisualStudio.Toolkit
2026-01-05 16:15:24 -08:00
Abbas Jafry
fabc2986dc
Added instructions for Salesforce LWC development
2025-12-31 03:50:09 +05:30
Kent Yao
1653defea5
Update generated README files
2025-12-30 11:54:35 +08:00
Troy Taylor
b9763bda06
Run npm start to regenerate docs and add mcp-m365-copilot collection README
2025-12-23 14:51:35 -05: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
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
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
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
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
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
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
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