Add Power Platform Skills plugins to marketplace#53
Open
priyanshu92 wants to merge 4 commits into
Open
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>
Contributor
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
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>
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>
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
Adds the six 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-appsEach 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 6 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 6 plugins list correctly.