A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Power Platform skills for Claude Code — plan, build, deploy, and test Power Apps, Dataverse, plugins, PCF controls, and
A collection of domain skills that give Claude Code deep knowledge of the Microsoft Power Platform. Drop these into your project's .claude/skills/ directory and Claude Code can plan, build, deploy, and test Power Apps, Dataverse schemas, plugins, PCF controls, and more.
Built and battle-tested while creating the MDA Template project.
| Skill | What It Does |
|---|---|
| plan-with-team | Spawns an Agent Team (Data Architect, UX Designer, The Skeptic) to collaboratively plan your app before any code is written |
| dataverse-web-api | Creates Dataverse schema (tables, columns, relationships, views, forms, option sets) via the Web API |
| power-apps-code-apps | Builds Code App frontends with React/Vue/TS using the @microsoft/power-apps SDK |
| dataverse-web-resources | Creates and deploys web resources — JS form scripts, HTML dashboards, ribbon commands |
| dataverse-plugins | Develops and registers C# Dataverse plugins for server-side business logic |
| pcf-controls | Builds PowerApps Component Framework controls — field, dataset, and React virtual controls |
| code-review | Deep code audit that finds dead wiring, silent failures, placeholders, and bloated files |
| visual-qa | AI-powered visual testing — walks through the app, records actions, sends to Gemini for review |
| record-screen | Records Chrome browser tab sessions to video for demos and documentation |
Copy the skill folders into your project:
git clone https://github.com/DanielKerridge/claude-code-power-platform-skills.git
mkdir -p .claude/skills
cp -r claude-code-power-platform-skills/* .claude/skills/
Add a CLAUDE.md to your project root that references the skills (see the MDA Template CLAUDE.md for an example).
Start Claude Code in your project — the skills load automatically.
Each skill folder contains:
SKILL.md — The main prompt that teaches Claude Code the domain knowledge, patterns, and rulesresources/ — Reference docs, decision guides, templates, and checklists the skill consultsWhen you ask Claude Code to do something that matches a skill's triggers (e.g., "create a Dataverse table", "plan my app", "build a PCF control"), the relevant skill loads automatically and guides the work.
The recommended order for building a Power Platform app:
plan-with-team) — Three specialists debate your designdataverse-web-api) — Create tables, columns, relationships, views, formspower-apps-code-apps) — Build the Code App UIdataverse-plugins) — Add plugins for business rulespcf-controls) — Build custom PCF controls if neededdataverse-web-resources) — Add form scripts, dashboardscode-review) — Audit for dead code, missing wiring, security issuesvisual-qa) — Walk through the app with AI-powered visual testingMIT
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho
Design enforcement with memory — keeps your UI consistent across a project
AI image generation skill for Claude Code -- Creative Director powered by Gemini