Open
Conversation
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.
Contributor
There was a problem hiding this comment.
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.jsonto 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Generate plugin directories for 36 collections not previously represented in the marketplace, bringing the total to 40 plugins.
New Plugins
What's Included in Each Plugin
.github/plugin/plugin.json- Plugin metadataREADME.md- Installation instructions and documentationagents/- Symlinks to canonical agent definitionscommands/- Symlinks to canonical prompt files (slash commands)skills/- Symlinks to canonical skill folders (where applicable)Changes
.github/plugin/marketplace.jsonwith all 40 plugins (alphabetically sorted)plugins/