Commit Graph

524 Commits

Author SHA1 Message Date
Aaron Powell
15efa161ea Merge pull request #554 from hunterhogan/patch-1
Fix formatting in task-planner.agent.md
2026-01-12 10:49:39 +11:00
Aaron Powell
b1f08e397a Merge pull request #545 from krushideep/add-systemverilog-style-link
Add System Verilog style guide link in coding standards prompt
2026-01-12 10:48:11 +11:00
Hunter Hogan
75601f4f0b Fix formatting in task-planner.agent.md
Without the space before the comma, VS Code interpreted the comma as part of the file name, which caused the following error even though the target file was in the target location:

```
File './task-researcher.agent.md,' not found at 'C:\Users\hunte\AppData\Roaming\Code - Insiders\User\prompts\task-researcher.agent.md,'.
```

After adding the space, the yellow squiggles and error went away.
2026-01-10 15:27:38 -05:00
krushideep
f408d11479 Merge branch 'main' into add-systemverilog-style-link 2026-01-10 08:16:14 +05:30
krushideep
9e0ce96658 Update write-coding-standards-from-file.prompt.md
Updates (system Verilog) to SystemVerilog to address comment on the PR
2026-01-10 08:11:05 +05:30
Matt Soucoup
750dff407b Merge pull request #525 from JasonYeMSFT/chuye/appinsights-instrumentation-skill
feat: add appinsights-instrumentation skill

thanks @JasonYeMSFT
2026-01-09 13:42:16 -10:00
Matt Soucoup
dde0071c65 Merge branch 'main' into chuye/appinsights-instrumentation-skill 2026-01-09 13:40:34 -10:00
Matt Soucoup
da58b1000b Merge pull request #553 from pkarda/structured-autonomy-plan-prompt-fix
Fixing typo in structured-autonomy-plan.prompt.md
2026-01-09 13:27:22 -10:00
Matt Soucoup
7050121e28 Merge branch 'main' into structured-autonomy-plan-prompt-fix 2026-01-09 13:26:54 -10:00
Matt Soucoup
a29c489e64 Merge pull request #552 from yeelam-gordon/add-agent-skills-instructions
Add agent-skills.instructions.md - Guidelines for creating Agent Skills
2026-01-09 13:26:02 -10:00
Matt Soucoup
8173d995fa Merge branch 'main' into add-agent-skills-instructions 2026-01-09 13:24:43 -10:00
Matt Soucoup
1f45faea13 Merge pull request #551 from ks6088ts/feature/add-web-design-reviewer-skill
add `web-design-reviewer` skill
2026-01-09 13:24:17 -10:00
Matt Soucoup
626416bced Merge branch 'main' into feature/add-web-design-reviewer-skill 2026-01-09 13:21:49 -10:00
Matt Soucoup
f7f611d010 Merge pull request #550 from tgrall/add-github-issues-skill
Add GitHub Issues skill and issue templates for better management
2026-01-09 13:21:10 -10:00
Matt Soucoup
75553cfc1d Merge branch 'main' into add-github-issues-skill 2026-01-09 13:20:00 -10:00
Matt Soucoup
7d6065e38b Merge pull request #549 from yeelam-gordon/update-prompt-instructions
Thanks @yeelam-gordon - tagging @aaronpowell as an FYI due to instruction file changing.
2026-01-09 13:18:27 -10:00
Matt Soucoup
dadec85778 Merge branch 'main' into update-prompt-instructions 2026-01-09 13:16:15 -10:00
Matt Soucoup
394c745ffc Merge pull request #547 from AIAlchemyForge/patch-1
Update dataverse-python-agentic-workflows.instructions.md
2026-01-09 13:14:00 -10:00
Matt Soucoup
554b1167c8 Merge branch 'main' into add-systemverilog-style-link 2026-01-09 13:09:48 -10:00
Matt Soucoup
a179d17715 Merge branch 'main' into patch-1 2026-01-09 13:08:07 -10:00
Matt Soucoup
cd3a98f197 Merge pull request #546 from saikoumudi/skaluvak/iac-skills
added azure-iac-exporter and azure-iac-generator as custom agents
2026-01-09 13:06:49 -10:00
Matt Soucoup
3c2c62a3b2 Merge branch 'main' into skaluvak/iac-skills 2026-01-09 13:04:55 -10:00
Matt Soucoup
de65ff640a Merge branch 'main' into add-systemverilog-style-link 2026-01-09 13:03:09 -10:00
Peter Karda
3d34601646 Merge branch 'main' into structured-autonomy-plan-prompt-fix 2026-01-09 23:54:53 +01:00
Matt Soucoup
30230146d9 Merge pull request #539 from psimsa/nuget-manager
Nuget manager skill
2026-01-09 12:48:10 -10:00
Matt Soucoup
0fe897c6d2 Merge branch 'main' into nuget-manager 2026-01-09 12:45:23 -10:00
Matt Soucoup
d82c08df34 Merge pull request #538 from vlahanas/add-symfony-instructions
feat(instructions): add Symfony/PHP development instructions
2026-01-09 12:44:59 -10:00
Matt Soucoup
7cb91eb601 Merge branch 'main' into add-symfony-instructions 2026-01-09 12:43:29 -10:00
Matt Soucoup
7ebddeeab0 Merge pull request #537 from madskristensen/main
Add guidelines for Visual Studio extension development using Communit…
2026-01-09 12:42:20 -10:00
Matt Soucoup
085172eeee Merge branch 'main' into main 2026-01-09 12:41:13 -10:00
Peter Karda
151f3120df Update structured-autonomy-plan.prompt.md
Removing extra closing bracket in the model name since it causes error in VS Code
2026-01-09 21:44:38 +01:00
Chunan Ye
33d4dbb812 Update README.skills.md 2026-01-09 11:27:15 -08:00
Chunan Ye
6641fb8c73 Move language specific instructions to sub references folder 2026-01-09 11:25:32 -08:00
Chunan Ye
284d97fa19 Use forward slash in file path 2026-01-09 11:22:36 -08:00
Chunan Ye
a5a365b19b Address copilot feedback 2026-01-09 11:22:03 -08:00
Chunan Ye
e12591994c Update README.skills.md 2026-01-09 11:22:03 -08:00
Chunan Ye
c8d5d3ab82 Add license 2026-01-09 11:21:27 -08:00
Chunan Ye
a5725eedb8 Add appinsights-instrumentation skill 2026-01-09 11:21:27 -08:00
Matt Soucoup
f4e3240b4c Merge pull request #530 from abbas133/add-lws-instructions
feat(instructions): add Salesforce LWC development instructions
2026-01-09 08:24:13 -10:00
Matt Soucoup
960f40bc36 Merge branch 'main' into add-lws-instructions 2026-01-09 08:21:36 -10:00
Matt Soucoup
ac6501515d Merge pull request #529 from abbas133/add-salesforce-expert-agent
feat(agents): add Salesforce Expert agent
2026-01-09 08:20:59 -10:00
Matt Soucoup
2468db4b2b Merge branch 'main' into add-salesforce-expert-agent 2026-01-09 08:18:56 -10:00
Matt Soucoup
37145b1f2a Merge pull request #527 from yaooqinn/scala
Add Scala 2 instructions
2026-01-09 08:15:37 -10:00
Pavel Simsa
049d58fa40 Merge branch 'main' into nuget-manager 2026-01-09 19:14:03 +01:00
Matt Soucoup
165cfb8d42 Merge branch 'main' into scala 2026-01-09 08:13:46 -10:00
Matt Soucoup
c31deba010 Merge pull request #517 from troystaylor/MCP-M365-Agents
Add MCP-based M365 Agents collection
2026-01-09 07:49:36 -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)
97b9837c74 Address PR review: Replace Claude with AI agent, fix scriptified wording 2026-01-09 21:58:34 +08:00