aidevme

Power Platform Claude Skills — Development skill for Claude Code

Development community

Claude Code custom skills for Power Platform & Dataverse architects.

How to install Power Platform Claude Skills

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

What Power Platform Claude Skills does

Claude Code custom skills for Power Platform & Dataverse architects.

Alternatives in Development

  • Add Template — /add-template - Register a Custom CV or Cover Letter Template 36.6k ★
  • Claudia — A powerful GUI app and Toolkit for Claude Code - Create custom agents, manage interactive Claude Code sessions 21k ★
  • Stakeholder Map — Build stakeholder maps with power/interest grid and comms plan 7.8k ★

README

Power Platform Skills for Claude Code

![GitHub release](https://img.shields.io/github/v/release/aidevme/power-platform-claude-skills) ![GitHub license](https://img.shields.io/github/license/aidevme/power-platform-claude-skills) ![Automated Version Increment and Tagging](https://github.com/aidevme/power-platform-claude-skills/workflows/Automated%20Version%20Increment%20and%20Tagging/badge.svg) ![Power Platform](https://img.shields.io/badge/Power%20Platform-Dataverse-742774) ![Claude Skills](https://img.shields.io/badge/Claude-Skills-orange)

A domain skill that gives [Claude Code](https://claude.ai/claude-code) deep knowledge of unit testing Microsoft Dataverse plugins with the FakeXrmEasy framework.

Skill

Skill What It Does
dataverse-plugins-unit-testing Unit testing Dataverse plugins with FakeXrmEasy framework — covers test setup, in-memory context, pipeline simulation, entity images, mocking, and assertion patterns

Installation

  1. Copy the skill folder into your project:

    git clone https://github.com/aidevme/power-platform-claude-skills.git
    mkdir -p .claude/skills
    cp -r power-platform-claude-skills/dataverse-plugins-unit-testing .claude/skills/
  2. Add a `CLAUDE.md` to your project root that references the skill.

  3. Start Claude Code in your project — the skill loads automatically.

Installing a Specific Version

To use a specific version of the skill, clone the repository at a particular tag:

# List available versions
git ls-remote --tags https://github.com/aidevme/power-platform-claude-skills.git

# Clone specific version
git clone --branch v1.0.0 https://github.com/aidevme/power-platform-claude-skills.git

# Or checkout a specific version in existing clone
cd power-platform-claude-skills
git checkout v1.0.0

See [Releases](https://github.com/aidevme/power-platform-claude-skills/releases) for all available versions.

Versioning

This project follows [Semantic Versioning](https: