microsoftmicrosoftOfficial·8 Agent Skills Included

Dataverse-skills

Build, query, and manage Dataverse environments through natural language

Connects to Microsoft Dataverse and Dynamics 365 Finance and Operations environments to query records, import CSV data, and author tables, columns, forms, and views. Handles solution export, import, and deployment validation plus security roles, bulk delete, retention, and X++ package builds. Eliminates manual portal clicking and fragile hand-written scripts by routing each request to the right SDK, CLI, or MCP surface.
npx skills add microsoft/Dataverse-skills --all -g -y
Available:

Tells the agent how the Dataverse skills are structured, which auth and tool-routing patterns to follow, and how to keep skill files safe, tested, and within token budgets.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Dataverse-skills?

Run `npx skills add microsoft/Dataverse-skills --all -g -y` in your terminal to install all skills globally. Afterward, ask your agent to "Connect to Dataverse" to complete setup.

What can I do with Dataverse skills?

You can query and import records, create tables and columns, export and deploy solutions, assign security roles, run bulk deletes, and build X++ packages — all from plain-English requests.

Does it work with Claude Code and GitHub Copilot?

Yes. The skills load natively in Claude Code, GitHub Copilot, Cursor, and Codex, and the agent automatically picks the right skill for each request.

Can it manage Dynamics 365 Finance and Operations?

Yes. The erp-xpp skill covers the full X++ lifecycle — authoring classes, compiling, deploying packages, and running database sync on ERP-linked environments.

Is it safe to run bulk delete or role changes?

Yes. Destructive operations require explicit confirmation, respect least-privilege permissions, and cannot exceed the access of the signed-in user.

Related Repositories in Software Engineering

View All in Software Engineering