141 Commits

Author SHA1 Message Date
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
Aaron Powell
7cd4d95661 Merge pull request #729 from tinkeringDev/refactor-method-cognitive-reduce
Add prompt to refactor a given method to a specified complexity threshold
2026-02-16 11:13:42 +11:00
tinkeringDev
ad89e3846e Add prompt to reduce cognitive complexity of given method to a specified threshold 2026-02-15 11:06:36 +05:30
copilot-swe-agent[bot]
53aef4125d Add suggest-awesome-github-copilot-skills prompt
Create new prompt that suggests relevant GitHub Copilot skills from the
awesome-copilot repository based on repository context and chat history,
following the same pattern as existing suggest prompts for agents,
instructions, prompts, and collections.

Co-authored-by: NoahJenkins <41129202+NoahJenkins@users.noreply.github.com>
2026-02-12 22:59:38 +00:00
Julian
147b4f8a84 Remove note section from commit prompt template
Removed a note section from the conventional commit prompt template.
2026-02-11 16:39:43 -05:00
vfaraji89
2a324116db Fix review feedback: mode→agent frontmatter, add applyTo, generate plugin
- Fix prompt frontmatter: mode: 'agent' → agent: 'agent' (repo convention)
- Add applyTo: '**' to instructions file
- Remove trailing Claude credit from instructions
- Generate plugin via npm run plugin:migrate
- Rebase onto latest upstream/main
2026-02-10 22:43:10 +03: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
Aaron Powell
3aeb89f550 Merge pull request #660 from StevenJV/main
Update tools section in conventional commit prompt
2026-02-04 09:29:17 +11:00
Steven Vore
e0ef76bcaf Update tools section in conventional commit prompt 2026-02-03 11:02:24 -05:00
Amaury Levé
461c92745d Fix assertion 2026-02-03 16:33:50 +01:00
Amaury Levé
a08d09b311 Improve best practices for MSTest 2026-02-03 14:12:06 +01:00
Aaron Powell
9afab17e01 Cleaning up the name of a lot of agents 2026-02-03 14:11:03 +11:00
Jeremy Kohn
a98230c3a2 Merge branch 'main' into fix-spelling-errors-found-by-codespell 2026-02-02 02:59:58 -06:00
Jeremy Kohn
bb146c059f fix: Correct spelling errors found by Codespell 2026-02-02 00:00:31 -06:00
Benji Shohet
9c11df2445 Add Arch Linux expert resources 2026-01-31 23:26:43 +02:00
Aaron Powell
92dbe54cc6 Cleaning up some legacy around chat modes 2026-01-23 10:51:55 +11:00
Aaron Powell
ef6e13d783 Merge pull request #588 from shibicr93/feat/openapi-to-application-collections
Add OpenAPI-to-Application collections for 5 common frameworks
2026-01-19 12:06:27 +11:00
shibicr93
f1e6b77ab7 Add OpenAPI-to-Application collections for 5 common frameworks
Add 5 framework-specific collections with shared agent and prompt for generating production-ready applications from OpenAPI specifications:
- Java Spring Boot
- Python FastAPI
- Node.js NestJS
- C# .NET
- Go

Reuses existing framework instructions for consistency and best practices.
2026-01-18 00:02:52 +01:00
Tim Heuer
75808547a6 Update prompts/apple-appstore-reviewer.prompt.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-16 10:32:05 -08:00
Tim Heuer
8ae7cb45d9 feat: add Apple App Store Reviewer prompt
- 📝 New prompt for auditing iOS app code and metadata
- 🔍 Identifies rejection risks and optimization opportunities
- 📋 Provides structured recommendations for App Store compliance
2026-01-16 10:19:15 -08:00
Kent Yao
1176cc4ffa Update prompts/suggest-awesome-github-copilot-instructions.prompt.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-15 16:25:30 +08:00
Kent Yao
0d48c3fb55 Update prompts/suggest-awesome-github-copilot-prompts.prompt.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-15 16:25:21 +08:00
Kent Yao
41b6941237 Update prompts/suggest-awesome-github-copilot-collections.prompt.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-15 16:25:11 +08:00
Kent Yao
c4f2978a51 Add outdated detection to collections, instructions, and prompts suggestion files
Similar to c12041b which added outdated agent detection, this commit adds:
- Version comparison process for detecting outdated local assets
- Fetch remote versions step in the process workflow
- Updated icons reference with outdated status indicators
- Update handling sections for managing outdated assets
- Updated output table examples to show outdated status
2026-01-15 16:15:00 +08:00
Kent Yao
4552673641 feat: enhance agent suggestion prompt to detect and update outdated agents
- Add version comparison process to identify outdated local agents
- Introduce ⚠️ status icon for installed but outdated agents
- Add detailed comparison of remote vs local agent content
- Include update handling instructions for outdated agents
- Enhance process to fetch and compare remote versions
- Update output format to show outdated agents with specific differences
2026-01-14 19:57:02 +08:00
Jon Corbin
c7178c31c6 Apply suggestions from code review 2026-01-12 14:09:49 -05:00
Jon Corbin
531b511886 fetch -> web/fetch everywhere 2026-01-12 14:07:00 -05:00
Jon Corbin
5afc90e633 Revert "fetch -> web/fetch for everything"
This reverts commit ca790b1716.
2026-01-12 14:03:48 -05:00
Jon Corbin
e8577617b0 Merge branch 'main' into patch-1 2026-01-12 14:03:12 -05:00
Jon Corbin
ca790b1716 fetch -> web/fetch for everything 2026-01-12 14:00:22 -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
de65ff640a Merge branch 'main' into add-systemverilog-style-link 2026-01-09 13:03:09 -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
Matt Soucoup
b63a1c6559 Merge branch 'main' into patch-1 2026-01-09 08:24:52 -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
krushideep
0c8f20641b Merge branch 'main' into add-systemverilog-style-link 2026-01-08 08:11:35 +05:30
Gonzalo
e496ef1b9b prompt are not supported on .prompt.md files (#501)
Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
2026-01-07 16:58:26 -08:00
Krushi
0e15e611bf Add System Verilog style guide link in coding standards prompt 2026-01-07 21:11:47 +05:30
Jon Corbin
6500ed2e79 documentation-writer: fetch -> web/fetch
Updated tools list to include 'web/fetch' instead of 'fetch'.
2026-01-03 17:31:14 -05:00
Troy Taylor
957f3ab346 Add MCP-based M365 Agents collection
- Create Declarative Agent prompt with MCP server integration
- Create Adaptive Cards prompt for visual response templates
- Deploy and Manage Agents prompt for admin workflows
- Development guidelines instruction file
- Collection manifest and reference documentation

Based on:
- https://devblogs.microsoft.com/microsoft365dev/build-declarative-agents-for-microsoft-365-copilot-with-mcp/
- https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/build-mcp-plugins
- https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/api-plugin-adaptive-cards
- https://learn.microsoft.com/en-us/microsoft-365/admin/manage/manage-copilot-agents-integrated-apps
2025-12-23 13:16:55 -05:00
Julien Dubois
14285a28ba Add GraalVM Native Image support for Java applications (#475)
* Add GraalVM Native Image support for Java applications

* Fix comments from @aaronpowell

* Use [latest-version] placeholder

* Update prompts/java-add-graalvm-native-image-support.prompt.md

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

* Update prompts/java-add-graalvm-native-image-support.prompt.md

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

* Update prompts/java-add-graalvm-native-image-support.prompt.md

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

* Update prompts/java-add-graalvm-native-image-support.prompt.md

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

* Add model for GraalVM native build

* Update prompts/java-add-graalvm-native-image-support.prompt.md

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

* specify agent mode

* Enhance GraalVM Native Image support in Maven configuration by adding a native profile and specifying main class for better build management

* Fix formatting of agent field in GraalVM Native Image support prompt

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-11 09:52:23 +11:00
Burke Holland
dfb9d33cfe Structured Autonomy Workflow (#469)
* Adding structured autonomy workflow

* Update README

* Apply suggestions from code review

Fix spelling mistakes

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

* Add structured autonomy implementation and planning prompts

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-09 10:23:25 +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
John Haugabook
71ed2740aa add convert-plaintext-to-md prompt (#455)
* add convert-plaintext-to-md prompt

* add convert-plaintext-to-md prompt

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-05 09:27:01 +11:00
John Haugabook
cdbe21347b add tldr-prompt prompt (#446)
* add tldr-prompt prompt

* add tldr-prompt

Apply suggestion.

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-03 09:53:58 +11:00
John Haugabook
adbecbabc6 add create-tldr-page prompt (#445)
* add create-tldr-page prompt

* create-tldr-page: add expected and formatting

create-tldr-page: add expected and formatting

create-tldr-page: add expected and formatting
2025-12-03 09:52:48 +11:00
Copilot
2f9c96d4b5 Fix deprecated 'mode' attribute in prompt files by renaming to 'agent' (#441)
* Initial plan

* Rename 'mode' to 'agent' in prompt files and CONTRIBUTING.md

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-12-01 10:56:45 +11:00