Dataverse Skills banner
microsoft microsoft

Dataverse Skills

AI community

Description

Microsoft Dataverse skills for AI coding agents. Wraps the Dataverse MCP server, Dataverse CLI, Python SDK, and PAC CLI behind specialist skills for building, querying, deploying, and administering Dataverse environments.

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

Dataverse Skills

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Build, query, and manage [Microsoft Dataverse](https://learn.microsoft.com/en-us/power-apps/maker/data-platform/data-platform-intro) through natural language. The plugin teaches AI coding agents to drive the Dataverse MCP server, Dataverse CLI, Python SDK, and PAC CLI — for everything from designing data models and answering CRM questions to deploying solutions across environments.

Skill What it does
dv-connect One-time setup that installs the Dataverse CLI, Python SDK, and PAC CLI; authenticates against your Dataverse environment; and registers the Dataverse MCP server with your agent.
dv-query Reads, filters, paginates, and aggregates Dataverse records. Handles natural-language questions like "show me my open deals", multi-page result sets, and pandas DataFrame loading for notebook analysis.
dv-data Single-record CRUD plus bulk import — CSV loads, multi-table imports with foreign-key dependencies, upsert by alternate key, and AI-generated sample data.
dv-metadata Authors and edits the Dataverse data model: tables, columns, relationships, forms, and views.
dv-solution Manages solution lifecycle — create, export, import, promote across environments, and validate deployments.
dv-admin Environment-level administration: bulk delete, retention/archival, organization settings, OrgDB settings, recycle bin, audit, and the allowlisted PPAC toggles.
dv-security Assigns security roles, manages user access, adds application users, configures business units, and handles admin self-elevation.
dv-overview Cross-cutting rules and tool routing; loaded before any other skill to direct each request to the right specialist.

Browse [`.github/plugins/dataverse/skills/`](.github/plugins/dataverse/skills/) for the full source.

Prerequisites

A Microsoft Datave