From 0de7a91403cc14e6456fa0fd9b77ecba5e3a98e9 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Mon, 13 Apr 2026 18:00:49 -0500 Subject: [PATCH 1/2] Add dataverse plugin --- .claude-plugin/marketplace.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9e79f08..79416fd 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -421,6 +421,19 @@ }, "homepage": "https://github.com/astronomer/agents" }, + { + "name": "dataverse", + "description": "Agent skills for building on, analyzing, and managing Microsoft Dataverse — with Dataverse MCP, PAC CLI, and Python SDK.", + "category": "database", + "source": { + "source": "git-subdir", + "url": "https://github.com/microsoft/Dataverse-skills.git", + "path": ".github/plugins/dataverse", + "ref": "main", + "sha": "87bc55342e6313a5677f00d3e5e574b441ae60bb" + }, + "homepage": "https://github.com/microsoft/Dataverse-skills" + }, { "name": "deploy-on-aws", "description": "Deploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment.", From 2b666914e69afcfccbc04690f76c4ab0e304c86f Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Tue, 14 Apr 2026 11:51:40 -0500 Subject: [PATCH 2/2] Remove SHA pin from dataverse entry --- .claude-plugin/marketplace.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 79416fd..42dc57f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -429,8 +429,7 @@ "source": "git-subdir", "url": "https://github.com/microsoft/Dataverse-skills.git", "path": ".github/plugins/dataverse", - "ref": "main", - "sha": "87bc55342e6313a5677f00d3e5e574b441ae60bb" + "ref": "main" }, "homepage": "https://github.com/microsoft/Dataverse-skills" },