Help us improve
Share bugs, ideas, or general feedback.
From power-apps-code-apps
Orchestrate Power Apps Code Apps development across frontend, backend, infrastructure, business analysis, architecture, and product management. Use when: create code app, connect data source, Dataverse CRUD, Azure SQL, SharePoint, Copilot Studio, PAC CLI, npm CLI, ALM pipelines, CSP, App Insights, iframe embed, metadata, migrate v1, deploy code app, code app architecture, code app requirements, code app roadmap.
npx claudepluginhub promptclickrun/pp-code-apps-builder --plugin power-apps-code-appsHow this skill is triggered — by the user, by Claude, or both
Slash command
/power-apps-code-apps:power-apps-code-appsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
An orchestrator skill for building, connecting, deploying, and managing Power Apps Code Apps (React/TypeScript on Power Platform). Delegates to 6 specialized agents based on the task domain.
Creates React and Vite code apps for Power Apps. Scaffolds projects, checks prerequisites like Node.js and pac CLI, authenticates, builds, and deploys to Power Platform.
Generates complete Power Apps canvas apps in YAML (pa.yaml) format. Coordinates planner agent for design approval and parallel screen builders; use for creating apps from requirements.
Creates, updates, and deploys Power Apps generative pages for model-driven apps using React 17, TypeScript, Fluent UI V9, and PAC CLI. Useful for building or updating pages in Power Apps.
Share bugs, ideas, or general feedback.
An orchestrator skill for building, connecting, deploying, and managing Power Apps Code Apps (React/TypeScript on Power Platform). Delegates to 6 specialized agents based on the task domain.
Analyze the user request and delegate to the most appropriate agent. If the request spans multiple domains, invoke agents sequentially.
| Domain | Agent | Trigger Keywords |
|---|---|---|
| Frontend | pa-frontend | React, TypeScript, Vite, scaffold, UI, component, Fluent UI, template, npm run dev, local play, migrate v1, getContext, embed iframe |
| Backend/Data | pa-backend | data source, Dataverse, Azure SQL, SharePoint, Copilot Studio, CRUD, OData, filter, stored procedure, connector, getAll, create, update, delete, metadata, getMetadata |
| Infrastructure | pa-infra | deploy, push, ALM, solution, pipeline, CSP, content security policy, App Insights, telemetry, Azure Functions, API Management, custom connector, connection reference |
| Business Analysis | pa-business-analyst | requirements, user story, acceptance criteria, data model, schema, validation rules, field mapping, entity relationship |
| Architecture | pa-architect | architecture, design, topology, integration pattern, solution structure, multi-environment, data flow, security model, scalability |
| Product Management | pa-product-manager | roadmap, feature plan, migration plan, sprint, backlog, release, MVP, prioritization, stakeholder |
pa-* agent with the user's request plus relevant context from the reference docs."Build a code app that reads from Dataverse and displays in a Fluent UI table"
→ pa-backend (Dataverse connection + CRUD) then pa-frontend (Fluent UI DataGrid component)
"Set up CI/CD for my code app with connection references"
→ pa-infra (ALM pipelines + connection references)
"I need requirements for an asset management code app with Azure SQL backend"
→ pa-business-analyst (requirements) then pa-architect (data source topology) then pa-backend (Azure SQL setup)
"Plan migration from v0.3 to v1 and deploy to production"
→ pa-frontend (v1 migration steps) then pa-infra (deployment workflow)
This skill works across:
.github/agents/, skill in .agents/skills/.claude/skills/ using the install scriptSee README.md for installation instructions.