Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 102
Add Power Platform Skills plugins to marketplace#53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Uh oh!
There was an error while loading. Please reload this page.
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
294f53d
Add Power Platform Skills plugins to marketplace
bdde369
Drop version field from Power Platform plugin entries
55f2613
Normalize mobile-app keywords to hyphenated form
2aa4086
address PR review feedback
e5ca585
Add power-automate plugin to marketplace
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -230,6 +230,201 @@ | ||
| "language-server" | ||
| ], | ||
| "license": "See EULA/LICENSE.txt in @microsoft/cpp-language-server NPM package" | ||
| }, | ||
| { | ||
| "name": "power-pages", | ||
| "source": { | ||
| "source": "github", | ||
| "repo": "microsoft/power-platform-skills", | ||
| "path": "plugins/power-pages" | ||
| }, | ||
| "description": "Create and deploy Power Pages sites using modern development approaches. Supports code sites (SPAs) with React, Angular, Vue, or Astro. Includes ALM orchestration (plan-alm) with a solution-splitting decision tree, per-solution pipelines, Azure Blob asset advisory, manifest schema v2 for multi-solution deployments, and force-link remediation for cross-host pipeline migrations.", | ||
| "author": { | ||
| "name": "Microsoft", | ||
| "url": "https://www.microsoft.com" | ||
| }, | ||
| "homepage": "https://github.com/microsoft/power-platform-skills", | ||
| "repository": "https://github.com/microsoft/power-platform-skills", | ||
| "keywords": [ | ||
| "power-pages", | ||
| "site-builder", | ||
| "code-sites", | ||
| "spa", | ||
| "react", | ||
| "angular", | ||
| "vue", | ||
| "astro", | ||
| "pac-cli", | ||
| "dataverse", | ||
| "odata", | ||
| "web-api", | ||
| "tables", | ||
| "schema", | ||
| "solution", | ||
| "alm", | ||
| "plan-alm", | ||
| "ci-cd", | ||
| "pipeline", | ||
| "pipelines-host", | ||
| "force-link", | ||
| "diagnostics", | ||
| "shared-lib", | ||
| "solution-splitting", | ||
| "asset-advisory" | ||
| ], | ||
| "license": "MIT" | ||
| }, | ||
| { | ||
| "name": "model-apps", | ||
| "source": { | ||
| "source": "github", | ||
| "repo": "microsoft/power-platform-skills", | ||
| "path": "plugins/model-apps" | ||
| }, | ||
| "description": "Build and deploy Power Apps generative pages for model-driven apps with specialist agents for planning, entity creation, and parallel code generation. Requires PAC CLI >= 2.7.0 and Azure CLI (`az`). See CHANGELOG.md for v1.x -> v2.x migration.", | ||
| "author": { | ||
| "name": "Microsoft", | ||
| "url": "https://www.microsoft.com" | ||
| }, | ||
| "homepage": "https://github.com/microsoft/power-platform-skills", | ||
| "repository": "https://github.com/microsoft/power-platform-skills", | ||
| "keywords": [ | ||
| "model-apps", | ||
| "generative-pages", | ||
| "genux", | ||
| "genpage", | ||
| "react", | ||
| "fluent-ui", | ||
| "dataverse", | ||
| "pac-cli", | ||
| "model-driven" | ||
| ], | ||
| "license": "MIT" | ||
| }, | ||
| { | ||
| "name": "mcp-apps", | ||
| "source": { | ||
| "source": "github", | ||
| "repo": "microsoft/power-platform-skills", | ||
| "path": "plugins/mcp-apps" | ||
| }, | ||
| "description": "Generate MCP App widgets for MCP tools. Produces self-contained HTML widgets using the MCP Apps protocol.", | ||
| "author": { | ||
| "name": "Microsoft", | ||
| "url": "https://www.microsoft.com" | ||
| }, | ||
| "homepage": "https://github.com/microsoft/power-platform-skills", | ||
| "repository": "https://github.com/microsoft/power-platform-skills", | ||
| "keywords": [ | ||
| "mcp-apps", | ||
| "mcp", | ||
| "widget", | ||
| "ext-apps", | ||
| "fluent-ui", | ||
| "html", | ||
| "tool-visualization" | ||
| ], | ||
| "license": "MIT" | ||
| }, | ||
| { | ||
| "name": "canvas-apps", | ||
| "source": { | ||
| "source": "github", | ||
| "repo": "microsoft/power-platform-skills", | ||
| "path": "plugins/canvas-apps" | ||
| }, | ||
| "description": "Build Power Apps Canvas Apps using the Canvas Authoring MCP server.", | ||
| "author": { | ||
| "name": "Microsoft", | ||
| "url": "https://www.microsoft.com" | ||
| }, | ||
| "homepage": "https://github.com/microsoft/power-platform-skills", | ||
| "repository": "https://github.com/microsoft/power-platform-skills", | ||
| "keywords": [ | ||
| "canvas-apps", | ||
| "power-apps", | ||
| "canvas", | ||
| "pa-yaml", | ||
| "msapp" | ||
| ], | ||
| "license": "MIT" | ||
| }, | ||
| { | ||
| "name": "code-apps-preview", | ||
| "source": { | ||
| "source": "github", | ||
| "repo": "microsoft/power-platform-skills", | ||
| "path": "plugins/code-apps" | ||
| }, | ||
priyanshu92 marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| "description": "Build and deploy Power Apps code apps using React, Vite, and Power Platform connectors.", | ||
| "author": { | ||
| "name": "Microsoft", | ||
| "url": "https://www.microsoft.com" | ||
| }, | ||
| "homepage": "https://github.com/microsoft/power-platform-skills", | ||
| "repository": "https://github.com/microsoft/power-platform-skills", | ||
| "keywords": [ | ||
| "power-apps", | ||
| "code-apps", | ||
| "react", | ||
| "vite", | ||
| "dataverse", | ||
| "connectors", | ||
| "pac-cli", | ||
| "power-platform" | ||
| ], | ||
| "license": "MIT" | ||
| }, | ||
| { | ||
| "name": "mobile-app", | ||
| "source": { | ||
| "source": "github", | ||
| "repo": "microsoft/power-platform-skills", | ||
| "path": "plugins/mobile-apps" | ||
| }, | ||
priyanshu92 marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| "description": "Build and deploy Power Apps code apps for mobile using Expo (React Native), with native device functionality and Power Platform connectors", | ||
| "author": { | ||
| "name": "Microsoft", | ||
| "url": "https://www.microsoft.com" | ||
| }, | ||
| "homepage": "https://github.com/microsoft/power-platform-skills", | ||
| "repository": "https://github.com/microsoft/power-platform-skills", | ||
| "keywords": [ | ||
| "power-platform", | ||
| "power-apps", | ||
| "code-apps", | ||
| "mobile", | ||
| "expo", | ||
| "react-native", | ||
| "native", | ||
| "connectors", | ||
| "microsoft" | ||
| ], | ||
priyanshu92 marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| "license": "MIT" | ||
| }, | ||
| { | ||
| "name": "power-automate", | ||
| "source": { | ||
| "source": "github", | ||
| "repo": "microsoft/power-platform-skills", | ||
| "path": "plugins/power-automate" | ||
| }, | ||
| "description": "Build, edit, run, and debug Power Automate cloud flows via the FlowAgent MCP server — connection lifecycle, surgical edits, copy across environments, run management, and validated expressions.", | ||
| "author": { | ||
| "name": "Microsoft", | ||
| "url": "https://www.microsoft.com" | ||
| }, | ||
| "homepage": "https://github.com/microsoft/power-platform-skills", | ||
| "repository": "https://github.com/microsoft/power-platform-skills", | ||
| "keywords": [ | ||
| "power-automate", | ||
| "cloud-flows", | ||
| "flows", | ||
| "mcp", | ||
| "power-platform", | ||
| "flowagent" | ||
| ], | ||
| "license": "MIT" | ||
| } | ||
| ] | ||
| } | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.