DanielKerridgeDanielKerridgeCommunityยท9 Agent Skills Included

claude-code-power-platform-skills

Plan, build, deploy, and test Microsoft Power Platform apps

Builds complete Microsoft Power Platform applications from planning through deployment and testing. Creates Dataverse tables, columns, and relationships via the Web API, scaffolds React Code Apps, writes C# plugins, and builds PCF controls without manual portal clicking. Audits codebases for dead code and silent failures, then runs visual walkthrough tests to catch broken flows before release.
npx skills add DanielKerridge/claude-code-power-platform-skills --all -g -y

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-code-power-platform-skills?โ–ผ

Run `npx skills add DanielKerridge/claude-code-power-platform-skills --all -g -y` in your terminal to install all nine skills globally.

How to create Dataverse tables with code?โ–ผ

The dataverse-web-api skill creates tables, columns, relationships, forms, and views through the Dataverse Web API using correct OData payloads and solution-aware headers.

Can it build Power Apps frontends in React?โ–ผ

Yes. The power-apps-code-apps skill scaffolds React or TypeScript Code Apps with the official SDK, handles data source generation, and deploys with pac CLI.

Does it support C# plugin development?โ–ผ

Yes. The dataverse-plugins skill covers the IPlugin interface, execution pipeline stages, entity images, and registration for server-side business logic.

Can I test my Power App visually without writing test code?โ–ผ

Yes. The visual-qa skill walks through your app in the browser, captures screenshots and recordings, and sends the evidence for automated review to catch UX issues.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’