Create, update, and deploy generative pages in Power Apps model-driven apps.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "genpage" skill from askskill: 1. Download https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/model-apps/skills/genpage/SKILL.md 2. Save it as ~/.claude/skills/genpage/SKILL.md 3. Reload skills and tell me it's ready
Create a generative page for an existing Power Apps model-driven app to show a customer overview. Use React v17, TypeScript, and Fluent UI V9. Include basic customer info, recent activities, to-dos, and KPI cards, and provide deployable code.
A deployable customer overview generative page with code, component structure, and deployment-ready output.
Update the existing genux page in a model-driven app. Add region filters, opportunity stage visualizations, and quick action buttons for the sales team, keep the current design style, and output the revised code.
An updated page implementation with new interactions, UI changes, and ready-to-replace code.
Retrieve the current generative page configuration in the Power Apps model-driven app and propose a redesign better suited for service ticket handling, including entity needs, layout recommendations, and code adjustment guidance.
A summary of the current page configuration plus redesign recommendations and implementation guidance for ticket handling.
Triggers: genpage, generative page, create genpage, genux page, build genux, power apps page, model page Keywords: power apps, generative pages, genux, model-driven, dataverse, react, fluent ui, pac cli Aliases: /genpage, /gen-page, /genux
This skill orchestrates four specialist agents across the create and edit flows:
Create flow:
genpage-planner — validates prerequisites, gathers requirements, detects what
entities and apps exist, presents a plan for approval, writes genpage-plan.mdgenpage-entity-builder — creates Dataverse entities (tables, columns,
relationships, choices, sample data) via the plugin's Node.js Web API scriptsgenpage-page-builder — generates one complete .tsx file per page; multiple
builders run in parallel for multi-page requestsEdit flow:
genpage-edit-planner — reads the downloaded page artifacts, gathers change
requirements, presents an edit plan, writes genpage-edit-plan.mdYou (the skill) coordinate the agents and own app creation, RuntimeTypes generation, deployment, browser verification, and the inline application of planned edits.
@fluentui/react-components exclusively (DatePicker from @fluentui/react-datepicker-compat, TimePicker from @fluentui/react-timepicker-compat).tsx file100vh/100vwFollow these phases in order for every /genpage invocation.
Derive a short folder name from the user's requirements:
$ARGUMENTScandidate-tracker)mkdir -p <folder-name>Write package.json and genpage.d.ts into the working directory so the
developer can npm install and get IntelliSense, type-checking, and "go to
definition" in their editor. Versions come from
references/supported-dependencies.md (single source of truth:
scripts/lib/supported-dependencies.js).
node "${CLAUDE_PLUGIN_ROOT}/scripts/generate-page-manifest.js" <working-dir> <kebab-slug>
<kebab-slug> is the same slug used for the working directory.--features charts,datepicker,timepicker (comma-separated) only when
the requirements clearly call for them; otherwise omit and keep the
manifest lean.--force to overwrite (used in regeneration flows when versions drift).⚠️ CRITICAL — you MUST invoke
genpage-plannervia theTasktool. You MUST NOT inline the planner's questions yourself withAskUserQuestion.The planner is not optional or skippable. It runs:
- Prerequisite validation (
node --version,pac helpversion >= 2.7.0)
…
Review and fix Power Pages security headers, CSP, CORS, cookies, and embedding settings.
Run an end-to-end Power Pages security review with a consolidated HTML report.
Test deployed Power Pages sites with browsing, crawling, and API verification.
Add a data source or connector to a Power Apps code app.
Add Azure DevOps to Power Apps for work items, bugs, pipelines, and API calls.
Set up Power Platform Pipelines for automated Power Pages deployments.
Generate office files from prompts and review Word documents with AI comments.
Integrate Power Automate cloud flows into Power Pages with generated metadata and code.
Generate a complete Power Apps canvas app; deprecated, use canvas-app instead.
Build and deploy Power Apps code apps with React and Vite quickly.
Generate styled PowerPoint decks from topics, audience, tone, and slide requirements.
Create Dataverse tables, columns, and relationships from a proposed site data model.