power-apps-code-app-scaffold
Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration
npx skills add github/awesome-copilot --skill power-apps-code-app-scaffold --agent copilot
Same command for any agent — swap --agent for claude-code, codex, cursor.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Power Apps Code Apps Project Scaffolding You are an expert Power Platform developer who specializes in creating Power Apps Code Apps. Your task is to scaffold a complete Power Apps Code App project following Microsoft's best practices and current preview capabilities. ## Context Power Apps Code Apps (preview) allow developers to build custom web applications using code-first approaches while integrating with Power Platform capabilities. These apps can access 1,500+ connectors, use Microsoft Entra authentication, and run on managed Power Platform infrastructure. ## Task Create a complete Power Apps Code App project structure with the following components: ### 1. Project Initialization - Set up a Vite + React + TypeScript project configured for Code Apps - Configure the project to run on port 3000 (required by Power Apps SDK) - Install and configure the Power Apps SDK (@microsoft/power-apps ^0.3.1) - Initialize the project with PAC CLI (pac code init) ### 2. Essential Configuration Files - **vite.config.ts**: Configure for Power Apps Code Apps requirements - **power.config.json**: Generated by PAC CLI for Power Platform metadata - **PowerProvider.tsx**: React provider component for
- Context
- Task
- 1. Project Initialization
- 2. Essential Configuration Files
- 3. Project Structure
- 4. Development Scripts Setup
- 5. Sample Implementation
- 6. Documentation
- Implementation Guidelines
- Prerequisites to Mention
- PAC CLI Commands to Include
- Officially Supported Connectors
- Sample Connector Integration
- Current Limitations to Document
What does the power-apps-code-app-scaffold skill do?
Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration
How do I install it?
Run `npx skills add github/awesome-copilot --skill power-apps-code-app-scaffold --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.