add-data-source
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…
Browse Power Automate environments and flows interactively. Use when the user wants to browse, list, or explore their flows and environments.
$ npx -y skills add microsoft/power-platform-skills --skill browse-flows --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/browse-flowsContext preview
The summary Claude sees to decide when to auto-load this skill.
Browse Power Automate environments and flows interactively. Use when the user wants to browse, list, or explore their flows and environments.
name: browse-flows description: Browse Power Automate environments and flows interactively. Use when the user wants to browse, list, or explore their flows and environments. user-invocable: true argument-hint: "[environment-id]" allowed-tools: Bash, Read, Glob, Grep, AskUserQuestion, mcp__flowagent__list_environments, mcp__flowagent__set_current_env, mcp__flowagent__get_current_env, mcp__flowagent__resolve_environment, mcp__flowagent__list_flows, mcp__flowagent__get_flow, mcp__flowagent__get_run_history, mcp__flowagent__get_run_details, mcp__flowagent__get_run_actions, mcp__flowagent__list_connections, mcp__flowagent__list_connectors, mcp__flowagent__get_connector, mcp__flowagent__get_flow_context, mcp__flowagent__set_current_flow, mcp__flowagent__clear_current_flow model: opus
Interactive skill for discovering Power Automate environments and flows.
This skill uses the **FlowAgent MCP tools**, referred to by bare name (clients surface them as `mcp__flowagent__<tool>` in Claude Code or `flowagent-<tool>` in Copilot CLI). If no MCP tools are present, the plugin is not wired up — run the `setup` skill.
1. **Resolve environment**:
2. **List flows**: Call `list_flows` on the selected environment. Use `name` param if user is looking for something specific.
3. **Present results** in a table:
| # | Name | State | Trigger | Actions | Last Modified | |---|------|-------|---------|---------|---------------|
4. **Offer next steps** via AskUserQuestion:
Official agent skills/plugins for Power Platform development by Microsoft.
Repo: microsoft/power-platform-skills
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…
Creates or edits a Power Apps Canvas App through the Canvas Authoring MCP coauthoring session. Handles new app generation, direct targeted edits, complex…
Configure the Canvas Authoring MCP server for the current coauthoring session. USE WHEN "configure MCP", "set up MCP server", "MCP not working", "connect…
Use this skill when the user wants to "report a bug", "file an issue", "report an issue", "submit a bug report", or report any problem with the canvas-apps…
Adds Azure DevOps connector to a Power Apps code app. Use when querying work items, creating bugs, managing pipelines, or making ADO API calls.
Adds any Power Platform connector to a Power Apps code app. Generic fallback for connectors not covered by a specific skill.