Skip to content

Add plugins for all collections#655

Open
aaronpowell wants to merge 9 commits intomainfrom
copilot-plugins
Open

Add plugins for all collections#655
aaronpowell wants to merge 9 commits intomainfrom
copilot-plugins

Conversation

@aaronpowell
Copy link
Contributor

Summary

Generate plugin directories for 36 collections not previously represented in the marketplace, bringing the total to 40 plugins.

New Plugins

  • awesome-copilot, cast-imaging, clojure-interactive-programming, copilot-sdk
  • csharp-dotnet-development, csharp-mcp-development, database-data-management
  • dataverse-sdk-for-python, devops-oncall, edge-ai-tasks, frontend-web-dev
  • go-mcp-development, java-development, java-mcp-development, kotlin-mcp-development
  • mcp-m365-copilot, openapi-to-application-* (5 variants), partners
  • pcf-development, php-mcp-development, power-apps-code-apps, power-bi-development
  • power-platform-mcp-connector-development, python-mcp-development
  • ruby-mcp-development, rust-mcp-development, security-best-practices
  • structured-autonomy, swift-mcp-development, technical-spike
  • typescript-mcp-development, typespec-m365-copilot

What's Included in Each Plugin

  • .github/plugin/plugin.json - Plugin metadata
  • README.md - Installation instructions and documentation
  • agents/ - Symlinks to canonical agent definitions
  • commands/ - Symlinks to canonical prompt files (slash commands)
  • skills/ - Symlinks to canonical skill folders (where applicable)

Changes

  • Updated .github/plugin/marketplace.json with all 40 plugins (alphabetically sorted)
  • Created 36 new plugin directories under plugins/
  • All agent, command, and skill files are symlinks to avoid duplication

Generate plugin directories for 36 collections not previously represented:
- awesome-copilot, cast-imaging, clojure-interactive-programming, copilot-sdk
- csharp-dotnet-development, csharp-mcp-development, database-data-management
- dataverse-sdk-for-python, devops-oncall, edge-ai-tasks, frontend-web-dev
- go-mcp-development, java-development, java-mcp-development, kotlin-mcp-development
- mcp-m365-copilot, openapi-to-application-* (5 variants), partners
- pcf-development, php-mcp-development, power-apps-code-apps, power-bi-development
- power-platform-mcp-connector-development, python-mcp-development
- ruby-mcp-development, rust-mcp-development, security-best-practices
- structured-autonomy, swift-mcp-development, technical-spike
- typescript-mcp-development, typespec-m365-copilot

Each plugin includes:
- .github/plugin/plugin.json with metadata
- README.md with installation instructions
- Symlinks to canonical agents, commands, and skills

Updated marketplace.json to include all 40 plugins.
@aaronpowell aaronpowell marked this pull request as ready for review February 4, 2026 22:32
Copilot AI review requested due to automatic review settings February 4, 2026 22:32
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds 36 new plugin directories to bring the total marketplace plugins to 40, as described. Each plugin packages related agents, prompts (slash commands), instructions, and skills from the canonical locations into installable units for the GitHub Copilot marketplace.

Changes:

  • Created 36 new plugin directories under plugins/ with consistent structure (plugin.json, README.md, and symlinked content)
  • Updated .github/plugin/marketplace.json to include all 40 plugins in alphabetical order
  • Each plugin contains symlinks to canonical agent, prompt, instruction, and skill files to avoid duplication

Reviewed changes

Copilot reviewed 238 out of 238 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.github/plugin/marketplace.json Central registry defining all 40 marketplace plugins with metadata
plugins/*/plugin.json Individual plugin metadata files (36 new ones) following consistent structure
plugins/*/README.md Installation and usage documentation for each plugin (36 new)
plugins/*/commands/*.md Symlinks to canonical prompt files in the prompts/ directory
plugins/*/agents/*.md Symlinks to canonical agent files in the agents/ directory
plugins/*/skills/*.md Symlinks to canonical skill files in the skills/ directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant