Railway's official agent skill: create projects, provision databases and buckets, deploy, manage variables and domains, and read build failures back — from the CLI, API or MCP server.
Power Apps Canvas App AuthoringSkill
Summary
Microsoft's official plugin that connects a coding agent to a live Power Apps Studio session to author Canvas App screens, controls and formulas.
Features
- Edits a Canvas App live in an open Power Apps Studio session
- Works on screens, controls, formulas, connectors and data sources
- Authors PA YAML (.pa.yaml) via the Canvas Authoring MCP server
- Installable from the plugin marketplace or VS Code's built-in marketplace
- Requires the .NET 10 SDK and an app with coauthoring enabled
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
Description
The official Microsoft plugin for authoring Power Apps Canvas Apps with a coding agent. What distinguishes it from code-generation plugins is that it attaches to an app open in Power Apps Studio through the Canvas Authoring MCP server, and edits it live — screens, controls, formulas, connectors and data sources — in PA YAML (.pa.yaml).
That live-session design is also its main constraint, and it is worth knowing before you install: the plugin cannot create the initial app record or turn on coauthoring. You create the app in Power Apps yourself (it can be completely blank), save it in the target environment, enable coauthoring under Settings → Updates → Coauthoring, and keep the Studio browser tab open. From there the agent takes over building the app's screens and content.
Setup
- Install the plugin from the marketplace, or from VS Code's built-in plugin marketplace by searching
@agentPlugins canvas apps. - Install the .NET 10 SDK — the
CanvasAuthoringMcpServerrequires it. Verify withdotnet --list-sdks. - Run the
configure-canvas-mcpskill and paste the full Power Apps Studio URL when prompted. - Confirm the link by asking the agent to list the available Canvas App controls.
You also need an organizational account with permission to edit the app and reach its environment. Published by Microsoft under the MIT licence.
Related Skills
Diagnoses wrong gradients in differentiable NVIDIA Warp programs by measuring first — comparing autodiff against finite differences on a shrunk reproduction before proposing any fix.
Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.