npx claudepluginhub microsoft/dataverse-skillsMicrosoft Dataverse plugin for coding agents — powering CRUD, bulk data operations, advanced queries, schema lifecycle, and environment management through intelligent skills that unify MCP, CLI, and SDK workflows.
Agent skills and MCP configuration for Microsoft Dataverse — works with Claude Code and GitHub Copilot. These skills teach AI agents how to build and manage Dataverse solutions using natural language.
Browse the .github/plugins/dataverse/skills/ folder for the full catalog.
/plugin marketplace add microsoft/Dataverse-skills
/plugin install dataverse@dataverse-skills
copilot plugin marketplace add microsoft/Dataverse-skills
copilot plugin install dataverse@dataverse-skills
Or via awesome-copilot:
copilot plugin install dataverse@awesome-copilot
Clone the repository first:
git clone https://github.com/microsoft/Dataverse-skills.git
Test the plugin locally without installing from a marketplace:
# 1. Create and cd into a fresh test folder
mkdir my-test-project
cd my-test-project
# 2. Launch Claude Code with the plugin loaded from your local clone
claude --plugin-dir "<path/to/repo>/.github/plugins/dataverse"
# 3. Start with a natural language prompt, e.g.:
# "Create a support ticket table with customer and agent lookups"
The --plugin-dir path must be in double quotes if it contains spaces or special characters. Use the absolute path to the plugin directory in your local clone of this repo.
To register the local plugin marketplace from the cloned repository and install the plugin:
copilot plugin marketplace add <path/to/repo>/Dataverse-skills
copilot plugin install dataverse@dataverse-skills
To reinstall the plugin after pulling or making local changes:
copilot plugin uninstall dataverse@dataverse-skills
copilot plugin install dataverse@dataverse-skills
To install the local version directly without marketplace registration:
copilot plugin install <path/to/repo>/.github/plugins/dataverse
The plugin is designed around a least-privilege model — it cannot exceed the permissions of the authenticated user. Key safeguards:
For the full safety model — including confirmation flows, logging, irreversible operation handling, and planned improvements — see docs/safety-and-guardrails.md.
We welcome contributions — new skills, improvements to existing ones, and bug fixes. See CONTRIBUTING.md for guidelines.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
This project is licensed under the MIT License.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
Claude Code marketplace entries for the plugin-safe Agentic Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 94 marketplace plugins, 203 local specialized agents, and 175 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations