Power Platform Skills banner
DevHexLab DevHexLab

Power Platform Skills

Development community

Description

Claude Code skills for Microsoft Power Platform development: canvas apps, cloud flows, Dataverse ALM, and PCF code components

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

Practical guidance for Microsoft Power Platform and general software engineering, written for AI coding assistants. Published by [DevHexLab](https://devhexlab.com).

Twenty skills, each organised around how the technology actually fails in practice rather than around a feature tour. The official documentation already explains what `Filter` does. It does not tell you which functions silently break delegation on SharePoint specifically, or why your managed solution deploys successfully and changes nothing.

Not just for Claude

Skills are authored once as `SKILL.md`, and `tools/build_adapters.py` generates the formats other tools expect:

Tool Generated location
Claude Code plugins/power-platform-skills/skills/*/SKILL.md (the source)
Cursor .cursor/rules/*.mdc
GitHub Copilot .github/instructions/*.instructions.md
Windsurf .windsurf/rules/*.md
Cline .clinerules/*.md
Codex, Amp, Jules, and other AGENTS.md readers AGENTS.md

Regenerate after editing any skill:

python tools/build_adapters.py

The skills

**Power Platform**

Skill Covers
power-fx-canvas-apps Delegation, named formulas, OnStart performance, naming conventions
power-automate-flows Trigger conditions, try/catch/finally scopes, loop concurrency, premium licensing
dataverse-solution-alm Solution layering, publishers, environment variables, pac CLI, pipelines, security roles
dataverse-plugins-csharp Pipeline stages, execution context, statelessness, tracing, recursion depth
pcf-code-components Manifest gotchas, the updateView lifecycle, virtual controls, packaging
model-driven-apps Forms, views, business rules, business process flows, client API, command bar
power-bi-dax-modeling Star schema, filter context, CALCULATE, row level security, performance
power-pages Table permissions and web roles, Liquid, the Web API, deploy