Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 83 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading