Uh oh!
There was an error while loading. Please reload this page.
Add Power Platform Skills plugins to marketplace - #53
Conversation
Add the six plugins from microsoft/power-platform-skills' marketplace.json (power-pages, model-apps, mcp-apps, canvas-apps, code-apps-preview, mobile-app) as external plugin references, and document them in the README. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds Microsoft Power Platform Skills plugins as external marketplace entries and documents the external repository in the project README.
Changes:
- Documented the
microsoft/power-platform-skillsexternal plugin repository inREADME.md. - Added six external plugin entries to
.github/plugin/marketplace.jsonpointing at plugin paths inmicrosoft/power-platform-skills.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds a new “External Plugins” bullet describing the Power Platform Skills plugins. |
| .github/plugin/marketplace.json | Adds six new GitHub-sourced plugin references for Power Platform Skills. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 3
- Review effort level: Low
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Versions are maintained in each plugin's own manifest, so pinning them here would require ongoing updates. Reference the plugins by source only. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Remove trailing slash from homepage URLs on the six Power Platform plugin entries so they match the no-trailing-slash convention used by every other entry in marketplace.json (Copilot reviewer feedback). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
power-automate was added upstream to microsoft/power-platform-skills' marketplace.json; mirror it here as an external plugin reference and list it in the README's Power Platform Skills entry. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Summary
Adds the seven plugins from
microsoft/power-platform-skills'smarketplace.jsonas external plugin references in this marketplace, following the existing pattern used forfabric-skills,cpp-language-server, etc.power-pages—plugins/power-pagesmodel-apps—plugins/model-appsmcp-apps—plugins/mcp-appscanvas-apps—plugins/canvas-appscode-apps-preview—plugins/code-appsmobile-app—plugins/mobile-appspower-automate—plugins/power-automateEach entry's name, description, and keywords are copied from the corresponding upstream
plugin.jsonmanifest. Versions are intentionally omitted so this file doesn't need updating whenever a plugin releases — the version lives in each plugin's own manifest. Note the two intentional name↔folder mismatches carried over from upstream:code-apps-preview→plugins/code-appsandmobile-app→plugins/mobile-apps.Changes
.github/plugin/marketplace.json— added the 7 plugin entries.README.md— added a Power Platform Skills entry under External Plugins.Testing
python3 -m json.tool).repo:pathsources resolve inmicrosoft/power-platform-skills.copilot plugin marketplace browse— all plugins list correctly.