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 Model-Driven App BuilderSkill
Summary
Microsoft's official plugin that builds whole model-driven Power Apps — tables, forms, views, security roles and generative pages — from a natural-language brief.
Features
- /app-builder authors a complete model-driven app from a natural-language intent
- /genpage adds generative pages to an existing app
- Creates Dataverse tables, relationships, forms, views, charts and security roles
- React + TypeScript + Fluent UI output deployed via PAC CLI
- Specialist sub-agents for planning, entity creation and parallel code generation
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 building model-driven Power Apps end to end with a coding agent. Its headline skill, /app-builder (in preview), takes a natural-language statement of intent and authors the entire app: Dataverse tables and the relationships between them, forms, views, charts, security roles, and the app plus its sitemap. A second skill, /genpage, builds generative pages (genux) for an app that already exists.
The two are deliberately independent — neither requires the other — so you can generate a greenfield app from a brief, or add a modern generated page to an app your organisation has run for years.
Generated pages are React + TypeScript using Fluent UI, which matches what a Power Platform developer would write by hand rather than producing a bespoke framework nobody else can maintain. The workflow covers the whole path: validating prerequisites, gathering requirements, generating code through specialist agents for planning, entity creation and parallel code generation, deploying via PAC CLI, and verifying the result in the browser. Under the hood it uses the headless cds-maker-sdk.
Requirements: PAC CLI newer than 2.10.0 and the Azure CLI (az). The repository ships a CHANGELOG documenting the v1.x to v2.x migration, which matters because the v2 line reorganised the skill surface.
Published by Microsoft under the MIT licence, installable into Claude Code or GitHub Copilot CLI from the power-platform-skills marketplace.
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.