From 29866f1a1a676cf2149297620f3861670578137f Mon Sep 17 00:00:00 2001 From: tebercov_microsoft Date: Thu, 7 May 2026 23:10:07 +0300 Subject: [PATCH] Add Microsoft Skills for Fabric plugins to marketplace and update README --- .github/plugin/marketplace.json | 83 +++++++++++++++++++++++++++++++++ README.md | 6 +++ 2 files changed, 89 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index ba6ddb8..bc29706 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -38,6 +38,89 @@ ], "mcpServers": ".mcp.json" + }, + { + "name": "fabric-skills", + "source": { + "source": "github", + "repo": "microsoft/skills-for-fabric", + "path": "plugins/fabric-skills" + }, + "description": "Complete bundle: all Microsoft Skills for Fabric for developers and consumers.", + "version": "0.3.0", + "repository": "https://github.com/microsoft/skills-for-fabric", + "keywords": [ + "fabric", + "microsoft-fabric", + "medallion", + "data-warehouse", + "lakehouse", + "analytics", + "kql", + "kusto", + "eventhouse", + "real-time-intelligence" + ], + "license": "MIT" + }, + { + "name": "fabric-authoring", + "source": { + "source": "github", + "repo": "microsoft/skills-for-fabric", + "path": "plugins/fabric-authoring" + }, + "description": "Developer skills for authoring Microsoft Fabric solutions - SDKs, APIs, automation scripts, CI/CD.", + "version": "0.3.0", + "repository": "https://github.com/microsoft/skills-for-fabric", + "keywords": [ + "fabric", + "microsoft-fabric", + "authoring", + "developer", + "sdk", + "api" + ], + "license": "MIT" + }, + { + "name": "fabric-consumption", + "source": { + "source": "github", + "repo": "microsoft/skills-for-fabric", + "path": "plugins/fabric-consumption" + }, + "description": "Consumer skills for interactive Microsoft Fabric operations - queries, exploration, monitoring.", + "version": "0.3.0", + "repository": "https://github.com/microsoft/skills-for-fabric", + "keywords": [ + "fabric", + "microsoft-fabric", + "consumption", + "query", + "exploration" + ], + "license": "MIT" + }, + { + "name": "fabric-operations", + "source": { + "source": "github", + "repo": "microsoft/skills-for-fabric", + "path": "plugins/fabric-operations" + }, + "description": "Operations skills for diagnosing Microsoft Fabric performance and health - system views, multi-step investigation workflows.", + "version": "0.3.0", + "repository": "https://github.com/microsoft/skills-for-fabric", + "keywords": [ + "fabric", + "microsoft-fabric", + "operations", + "monitoring", + "diagnostics", + "performance" + ], + "license": "MIT" } ] } diff --git a/README.md b/README.md index 209bf6c..bd907be 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ Extend the power of GitHub Copilot with MCP servers, skills, hooks, and other ex - **Hooks** — Custom integrations and event-driven automations *(coming soon)* - **Extensibility Tools** — Building blocks for creating your own plugins *(coming soon)* +## 🌐 External Plugins + +This marketplace also references plugins hosted in other repositories: + +- **[Microsoft Skills for Fabric](https://github.com/microsoft/skills-for-fabric)** — `fabric-skills`, `fabric-authoring`, `fabric-consumption`, `fabric-operations`. Skills and agents for Microsoft Fabric (Lakehouse, Warehouse, Power BI, Eventhouse, Eventstream, Dataflows, Spark). + ## 🤝 Contributing We'd love your contributions! Please read our [Contributing Guide](CONTRIBUTING.md) for details on how to submit pull requests.