Agent skill

power-apps-code-app-scaffold

Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/power-apps-code-app-scaffold/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Context
  2. Task
  3. 1. Project Initialization
  4. 2. Essential Configuration Files
  5. 3. Project Structure
  6. 4. Development Scripts Setup
  7. 5. Sample Implementation
  8. 6. Documentation
  9. Implementation Guidelines
  10. Prerequisites to Mention
  11. PAC CLI Commands to Include
  12. Officially Supported Connectors
  13. Sample Connector Integration
  14. Current Limitations to Document
More from awesome-copilot
All skills →
About this skill
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.

Keep going