
microsoft / power-platform-skills
✓ Official★ 408A skill package that teaches your agent 34 capabilities — every one documented and browsable below, no GitHub required · by microsoft.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
Plugin check : Run node "${CLAUDE_PLUGIN_ROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding.
1 file — installable on its own
Adds Azure DevOps connector to a Power Apps code app. Use when querying work items, creating bugs, managing pipelines, or making ADO API calls.
1 file — installable on its own
Plugin check : Run node "${CLAUDE_PLUGIN_ROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding.
7 files — installable on its own
Adds any Power Platform connector to a Power Apps code app. Generic fallback for connectors not covered by a specific skill.
1 file — installable on its own
Guide the user to add a data source, connection, or API connector to a Canvas App via Power Apps Studio, then verify and continue. USE WHEN the user asks to…
1 file — installable on its own
Adds a data source or connector to a Power Apps code app. Asks what the user wants to accomplish and routes to the appropriate specialized skill.
1 file — installable on its own
Adds Dataverse tables to a Power Apps code app with generated TypeScript models and services. Can also create new Dataverse tables. Use when connecting to…
6 files — installable on its own
Adds Excel Online (Business) connector to a Power Apps code app. Use when reading or writing Excel workbook data from OneDrive or SharePoint.
1 file — installable on its own
Adds Microsoft Copilot Studio connector to a Power Apps code app. Use when invoking Copilot Studio agents, sending prompts to agents, or integrating agent…
1 file — installable on its own
Adds Office 365 Outlook connector to a Power Apps code app. Use when accessing calendars, sending emails, reading inbox, or managing Outlook events.
1 file — installable on its own
Adds OneDrive for Business connector to a Power Apps code app. Use when uploading, downloading, listing, or managing files in OneDrive.
1 file — installable on its own
Plugin check : Run node "${CLAUDE_PLUGIN_ROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding.
1 file — installable on its own
Plugin check : Run node "${CLAUDE_PLUGIN_ROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding.
1 file — installable on its own
Plugin check : Run node "${CLAUDE_PLUGIN_ROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding.
10 files — installable on its own
Adds SharePoint Online connector to a Power Apps code app. Use when reading lists, managing documents, or integrating with SharePoint sites. Can also create…
5 files — installable on its own
Adds Microsoft Teams connector to a Power Apps code app. Use when sending Teams messages, posting to channels, or integrating with Teams chat.
1 file — installable on its own
Plugin check : Run node "${CLAUDE_PLUGIN_ROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding.
1 file — installable on its own
Creates or edits a Power Apps Canvas App through the Canvas Authoring MCP coauthoring session. Handles new app generation from requirements, simple inline…
1 file — installable on its own
Configure the Canvas Authoring MCP server for Claude Code, VS Code Copilot, or GitHub Copilot CLI. USE WHEN "configure MCP", "set up MCP server", "MCP not…
1 file — installable on its own
Creates Power Apps code apps using React and Vite. Use when building code apps, scaffolding projects, or deploying to Power Platform.
4 files — installable on its own
Plugin check : Run node "${CLAUDE_PLUGIN_ROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding.
1 file — installable on its own
Plugin check : Run node "${CLAUDE_PLUGIN_ROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding.
1 file — installable on its own
Builds and deploys a Power Apps code app to Power Platform. Use when deploying changes, redeploying an existing app, or pushing updates.
1 file — installable on its own
Plugin check : Run node "${CLAUDE_PLUGIN_ROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding.
1 file — installable on its own
[DEPRECATED — use canvas-app instead] Generate a complete Power Apps canvas app.
1 file — installable on its own
Generate an MCP App widget (self-contained HTML) for an MCP tool. Describe the visual you want and paste your tool's test output. Use when user asks to create…
1 file — installable on its own
Creates, updates, and deploys Power Apps generative pages for model-driven apps using React v17, TypeScript, and Fluent UI V9. Completes workflow from…
3 files — installable on its own
Plugin check : Run node "${CLAUDE_PLUGIN_ROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding.
5 files — installable on its own
Plugin check : Run node "${CLAUDE_PLUGIN_ROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding.
1 file — installable on its own
Lists Power Platform connections in the current environment. Use when you need a connection ID before adding a connector to a code app.
1 file — installable on its own
Plugin check : Run node "${CLAUDE_PLUGIN_ROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding.
2 files — installable on its own
Plugin check : Run node "${CLAUDE_PLUGIN_ROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding.
1 file — installable on its own
Plugin check : Run node "${CLAUDE_PLUGIN_ROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding.
1 file — installable on its own
Plugin check : Run node "${CLAUDE_PLUGIN_ROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding.
1 file — installable on its own
Power Platform Skills
Official agent skills/plugins for Power Platform development by Microsoft.
Overview
This repository is a plugin marketplace containing Claude Code/GitHub Copilot plugins for Power Platform services. Each plugin provides skills, agents, and commands to help developers build on the Power Platform.
Installation
Quick Install (Recommended)
Run the installer to set up all plugins with auto-update enabled:
Windows (PowerShell):
iwr https://raw.githubusercontent.com/microsoft/power-platform-skills/main/scripts/install.js -OutFile install.js; node install.js; del install.jsMac OS/Linux/Windows (cmd):
curl -fsSL https://raw.githubusercontent.com/microsoft/power-platform-skills/main/scripts/install.js | nodeThe installer automatically:
- Installs
pacCLI if not already installed - Detects available tools (Claude Code, GitHub Copilot CLI)
- Registers the plugin marketplace and installs all listed plugins
- Enables auto-update so plugins stay current
Manual Installation
If you prefer to install manually, run these commands inside a Claude Code or GitHub Copilot CLI session:
-
Add the marketplace
Copy & paste — that's it/plugin marketplace add microsoft/power-platform-skills -
Install the desired plugin
Copy & paste — that's it/plugin install power-pages@power-platform-skills /plugin install model-apps@power-platform-skills /plugin install mcp-apps@power-platform-skills /plugin install code-apps-preview@power-platform-skills /plugin install mobile-app@power-platform-skills /plugin install canvas-apps@power-platform-skills
Available Plugins
Power Pages (plugins/power-pages)
Create and deploy Power Pages sites using modern development approaches.
Currently supported: Code Sites (SPAs) with React, Angular, Vue, or Astro
Model Apps (plugins/model-apps)
Build and deploy Power Apps generative pages for model-driven apps.
Stack: React + TypeScript + Fluent, deployed via PAC CLI
MCP Apps (plugins/mcp-apps)
Generate interactive MCP App widgets for MCP tools.
Stack: HTML widgets using the MCP Apps protocol
Code Apps (plugins/code-apps)
Build and deploy Power Apps code apps connected to Power Platform via connectors.
Stack: React + Vite + TypeScript, deployed via PAC CLI
Mobile Apps (plugins/mobile-apps)
Build and deploy Power Apps code apps for mobile with native device capabilities.
Stack: Expo + React Native + TypeScript, deployed via Power Apps Wrap
Canvas Apps (plugins/canvas-apps)
Author Power Apps Canvas Apps using the Canvas Authoring MCP server.
Stack: PA YAML (.pa.yaml) authored via CanvasAuthoringMcpServer, requires .NET 10 SDK
Local Development
To develop and test plugins locally, follow these steps:
-
Clone this repository
-
Launch Claude Code with plugin path:
Copy & paste — that's itclaude --plugin-dir /path/to/power-platform-skills/plugins/power-pages claude --plugin-dir /path/to/power-platform-skills/plugins/model-apps claude --plugin-dir /path/to/power-platform-skills/plugins/mcp-apps claude --plugin-dir /path/to/power-platform-skills/plugins/code-apps claude --plugin-dir /path/to/power-platform-skills/plugins/mobile-apps claude --plugin-dir /path/to/power-platform-skills/plugins/canvas-apps
Running Without Interruption
Plugins in this repo may invoke multiple tools (file edits, shell commands, MCP servers) during a session, which can result in frequent approval prompts. Use the options below to reduce or eliminate these interruptions.
Warning: Auto-approval options give the agent the same access you have on your machine. Only use these in trusted or sandboxed environments.
Claude Code
Option 1 — Permission mode (recommended)
Set the acceptEdits mode to auto-approve file edits while still prompting for shell commands:
// .claude/settings.json (project-level) or ~/.claude/settings.json (user-level)
{
"defaultMode": "acceptEdits",
"permissions": {
"allow": [
"Bash(npm run *)",
"Bash(git *)",
"Bash(pac *)"
// add other commands your workflow needs
]
}
}Option 2 — Allow all tools
Press <kbd>Shift</kbd>+<kbd>Tab</kbd> during a session to cycle to auto-accept mode, or launch with:
claude --dangerously-skip-permissionsSee the Claude Code permissions docs for the full reference.
GitHub Copilot CLI
Option 1 — Allow specific tools (recommended)
Pre-approve only the tools your workflow needs:
copilot --allow-tool 'write' --allow-tool 'shell(npm run build)' --allow-tool 'shell(pac *)'Option 2 — Allow all tools in Copilot
copilot --allow-all-toolsTo allow everything except dangerous commands:
copilot --allow-all-tools --deny-tool 'shell(rm)' --deny-tool 'shell(git push)'See the Copilot CLI docs for the full reference.
Repository Structure
power-platform-skills/
├── marketplace.json # Open Plugins marketplace manifest (lists all plugins)
├── .claude-plugin/ # Legacy marketplace shim for existing subscriptions
│ └── marketplace.json
├── .claude/
│ └── settings.json # Auto-allowed tools (pac, node, dotnet, etc.)
├── plugins/
│ ├── power-pages/ # Power Pages plugin
│ │ ├── .plugin/
│ │ │ └── plugin.json
│ │ ├── .claude-plugin/ # Legacy manifest mirror
│ │ │ └── plugin.json
│ │ ├── commands/
│ │ ├── shared/
│ │ └── skills/
│ ├── model-apps/ # Model Apps plugin
│ | ├── .plugin/
│ │ └── plugin.json
│ | ├── commands/
│ | ├── skills/
│ | ├── shared/ # Shared references + samples
│ | └── github/ # GitHub Copilot instructions
│ ├── mcp-apps/ # MCP Apps widget generator plugin
│ │ ├── .plugin/
│ │ │ └── plugin.json
│ │ ├── references/
│ │ ├── samples/
│ │ └── skills/
│ ├── code-apps/ # Code Apps plugin
│ │ ├── .plugin/
│ │ │ └── plugin.json
│ │ ├── agents/
│ │ ├── skills/
│ │ └── shared/ # Shared instructions + references
│ ├── mobile-apps/ # Mobile Apps plugin
│ │ ├── .plugin/
│ │ │ └── plugin.json
│ │ ├── .claude-plugin/ # Legacy manifest mirror
│ │ │ └── plugin.json
│ │ ├── agents/
│ │ ├── skills/
│ │ ├── shared/ # Shared instructions + references
│ │ └── template/ # Bundled Expo app template
│ └── canvas-apps/ # Canvas Apps plugin
│ ├── .plugin/
│ │ └── plugin.json
│ ├── references/ # Technical + design guides
│ └── skills/
├── AGENTS.md # Development guidelines
└── README.mdThe .claude-plugin files are compatibility mirrors for users who subscribed
before the Open Plugins migration. The root legacy marketplace mirrors
marketplace.json, and per-plugin legacy manifests mirror .plugin/plugin.json.
The shared marketplace keeps marketplace-level owner and metadata, while each
plugin entry is intentionally just name plus repository-root-relative source.
Plugin descriptions, versions, licenses, and keywords are controlled from each
plugin's .plugin/plugin.json. This keeps existing subscriptions updating without
duplicating display/update metadata.
Documentation
- Power Pages Code Sites
- Power Pages REST API
- Generative Pages with External Tools
- Power Apps Code Apps
- PAC CLI Reference
Contributing
See CONTRIBUTING.md for contribution guide.
License
The code in this repo is licensed under the MIT license.
Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
Telemetry
Plugins that ship 1DS telemetry (currently: power-pages) gather anonymous usage signals. Telemetry is default-on; users opt out per-plugin via the /<plugin>:telemetry off command (e.g. /power-pages:telemetry off), stored in ~/.power-platform-skills/config.json. For automation/CI, each adopting plugin also honors a per-plugin opt-out environment variable POWER_PLATFORM_SKILLS_TELEMETRY_<PLUGIN>_OPTOUT (e.g. POWER_PLATFORM_SKILLS_TELEMETRY_POWER_PAGES_OPTOUT=1); when set it disables transmission with the highest precedence, overriding any /<plugin>:telemetry choice. See shared/telemetry/README.md.
Install the whole package (34 skills):
npx skills add https://github.com/microsoft/power-platform-skillsOr install a single skill:
npx skills add https://github.com/microsoft/power-platform-skills --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.