Commit Graph

66 Commits

Author SHA1 Message Date
Aaron Powell b1f3346ef2 content review (#995)
* Cleaned up some tool names

* Removing some instructionsThese instructions are no longer useful as the knowledge the add is already well handled by frontier models, so the instructions potentially provide conflicting or incorrect information to the agent while it undertakes a task

* Improved the skill to be more explicit on how to use playwright

* Removing a skill that is of low value

The information captured in this skill is mostly just what is found in the links that are at the top of the references, and thus the model will already have that knowledge available to it, meaning that the skill will potentially provide conflicting guidance to the agent as it works

* Updating readmes
2026-03-13 13:45:17 +11:00
Niels Laute dcc2ee1086 Add WinUI 3 Expert (#865)
* WinUI agent

* Improvements

* Fixes

* Add WinUI 3 unit testing guidance across agent, instructions, and skill

- Expanded Testing section in agent with Unit Test App project setup,
  [TestMethod] vs [UITestMethod] attributes, and code examples
- Added Testing rules to instructions file
- Added Testing Migration section to migration guide skill with
  UWP-to-WinUI 3 test project mapping and updated checklist

Reference: https://learn.microsoft.com/en-us/windows/apps/winui/winui3/testing/create-winui-unit-test-project

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

* Update agents/winui3-expert.agent.md

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

* Copilot tweaks

* Update agents/winui3-expert.agent.md

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

* Update agents/winui3-expert.agent.md

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

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-04 10:04:56 +11:00
icsaba f94776f31e docs: update instructions index for AWS AppSync Event API
Co-Authored-By: Oz <oz-agent@warp.dev>
2026-02-26 22:06:13 +01:00
Aaron Powell 1c67e92cd2 Merge branch 'staged' into copilot/combine-prompts-and-skills 2026-02-25 15:01:00 +11:00
Bruno Borges 6103b17ba2 chore: update documentation and add contribution guidelines for agents, hooks, instructions, plugins, skills, and workflows; enhance actions-lock.json with additional actions 2026-02-24 12:53:43 -05:00
copilot-swe-agent[bot] f96a900e13 Remove prompts infrastructure from build scripts
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
2026-02-24 14:40:36 +11:00
Aaron Powell cf20643464 Merge pull request #797 from v-rperez030/markdown-accessibility-instructions
Add markdown accessibility instructions
2026-02-24 13:15:29 +11:00
Aaron Powell 63faa5bff9 Merge pull request #754 from DavidARaygoza/dev/davidraygoza/CppLSToolsInstructions
Add custom instructions for using C++ language service tools
2026-02-24 10:53:57 +11:00
Aaron Powell a6189179af Merge branch 'staged' into main 2026-02-24 10:49:14 +11:00
Aaron Powell 46afbf68fb Cleaning up the plugins folder 2026-02-24 10:28:46 +11:00
Roberto Perez 1afa49ed4b Add markdown accessibility instructions 2026-02-23 20:34:56 +00:00
David Raygoza c1931fa4fb Add custom instructions for using C++ language service tools 2026-02-19 16:17:37 -08:00
Aaron Powell 293d9737cb Merge branch 'main' into feat-add-context7-instruction 2026-02-19 15:29:24 +11:00
Aaron Powell f5e992194a Merge branch 'main' into main 2026-02-19 15:28:57 +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
Héctor Benedicte d6848902b5 Add Moodle instructions 2026-02-17 08:57:06 +01: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