power-apps-code-apps

Scaffold and deploy Power Apps Code Apps using PAC and Vite pipelines.

56|16|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/DanielKerridge/claude-code-power-platform-skills --skill power-apps-code-apps-danielkerridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: power-apps-code-apps
Source: https://github.com/DanielKerridge/claude-code-power-platform-skills/tree/main/power-apps-code-apps
Command: npx skills add https://github.com/DanielKerridge/claude-code-power-platform-skills --skill power-apps-code-apps-danielkerridge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers accelerate end-to-end Code Apps development on Power Platform by providing domain knowledge, setup guidance, and deployment patterns.

Core Features & Use Cases

  • Project initialization via pac CLI, starter templates, and SDK integration.
  • Guidance on data access via generated services, Vite pipelines, and power.config.json management.
  • Deployment guidance to Power Platform environments and options for web resources when necessary.

Quick Start

Scaffold a new Code App using the starter template, install dependencies, and push the build to your environment.

Frequently Asked Questions about power-apps-code-apps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new Power Apps Code App using pac CLI?

To scaffold a Power Apps Code App, use the pac CLI with starter templates and the @microsoft/power-apps SDK to initialize the project, install dependencies, and set up the Vite pipeline for development.

What do I need to deploy Power Apps Code Apps to my environment?

Deploying Power Apps Code Apps requires Node.js LTS, the pac CLI, and the @microsoft/power-apps SDK. You build the project using Vite pipelines and push the output to your Power Platform environment.

Does Power Apps Code Apps development require Vite pipelines?

Yes, Power Apps Code Apps development utilizes Vite pipelines for building and bundling the React and TypeScript application, ensuring efficient compilation and deployment to the Power Platform.

How do I manage data access in Power Apps Code Apps?

Data access in Power Apps Code Apps is managed through generated services and the power.config.json file, which configures connections and integrates with the Power Platform SDK for seamless data operations.

Can I use web resources when deploying Power Apps Code Apps?

Yes, when deploying Power Apps Code Apps, you can push the build directly to your Power Platform environment or utilize web resources as an alternative deployment option when necessary.

Why use TypeScript and React for Power Apps Code Apps?

TypeScript and React provide the foundational framework for Power Apps Code Apps, enabling component-based UI development and type-safe data handling when integrated with the Power Apps SDK and Vite build pipelines.