Claude Code Power Platform Skills banner
DanielKerridge DanielKerridge

Claude Code Power Platform Skills

DevOps community

Description

Power Platform skills for Claude Code — plan, build, deploy, and test Power Apps, Dataverse, plugins, PCF controls, and more.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Power Platform Skills for Claude Code

A collection of domain skills that give [Claude Code](https://claude.ai/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](https://github.com/DanielKerridge/MDATemplate-PowerPlatform) project.

Skills

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

Installation

  1. 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/
  2. Add a `CLAUDE.md` to your project root that references the skills (see the [MDA Template CLAUDE.md](https://github.com/DanielKerridge/MDATemplate-PowerPlatform/blob/maste