power-platform

Manage Power Platform solution lifecycle via PAC CLI and CI/CD pipelines.

3|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/HouseGarofalo/claude-code-base --skill power-platform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: power-platform
Source: https://github.com/HouseGarofalo/claude-code-base/tree/main/.claude/skills/power-platform
Command: npx skills add https://github.com/HouseGarofalo/claude-code-base --skill power-platform

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and commands for developing, managing, and deploying Microsoft Power Platform solutions, streamlining ALM and CI/CD processes.

Core Features & Use Cases

  • PAC CLI Operations: Authenticate, manage solutions, and interact with environments.
  • Solution Management: Export, import, unpack, and pack solutions for source control and deployment.
  • CI/CD Integration: Provides YAML examples for Azure DevOps and GitHub Actions.
  • Use Case: Automate the export of a managed solution from your development environment and import it into your test environment using a CI/CD pipeline.

Quick Start

Use the power-platform skill to export the unmanaged solution 'MySolution' to the path './solutions/MySolution.zip'.

Frequently Asked Questions about power-platform

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Can I use GitHub Actions for Power Platform ALM?

Yes, you can use GitHub Actions for Power Platform ALM by utilizing provided YAML examples that integrate PAC CLI operations to automate solution management and deployment tasks directly within your repository workflows.

How do I unpack a Power Platform solution for source control?

You unpack a Power Platform solution using specific PAC CLI commands to extract the solution zip file into individual, human-readable component files, allowing you to commit Dynamics 365 solution components directly into source control repositories.

Do I need PAC CLI installed to manage Dynamics 365 Application Lifecycle Management?

Yes, you need the PAC CLI installed and authenticated to manage Dynamics 365 Application Lifecycle Management, as it provides the necessary command-line interface for environment interaction, solution unpacking, and deployment automation.

What is the best way to manage Power Platform environments for development?

The best way to manage Power Platform environments for development is using PAC CLI for direct authentication and environment interaction, ensuring consistent solution export, import, and tracking across your ALM workflow.

Can I use GitHub Actions for Power Platform ALM?

Yes, you can use GitHub Actions for Power Platform ALM by utilizing provided YAML examples that integrate PAC CLI operations to automate solution management and deployment tasks directly within your repository workflows.