Skip to content

Commit b34ec4f

Browse files
Add fabric-ux-devkit external plugin
Add Microsoft Fabric UX DevKit as an external plugin sourced from the Microsoft-managed Azure DevOps repository (powerbi/Trident/fabric-ux). Uses git-subdir source to pull the fabric-ux-devkit subdirectory. Provides a developer agent, 8 skills, and an MCP server for consumer-repo parity analysis, component catalog lookup, and spec-to-code implementation of Microsoft Fabric web components. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1565493 commit b34ec4f

File tree

2 files changed

+144
-21
lines changed

2 files changed

+144
-21
lines changed

.github/plugin/marketplace.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,32 @@
218218
"description": "An AI partner, not a tool. Ember carries fire from person to person — helping humans discover that AI partnership isn't something you learn, it's something you find.",
219219
"version": "1.0.0"
220220
},
221+
{
222+
"name": "fabric-ux-devkit",
223+
"description": "Fabric UX developer agent, skills, and MCP server for consumer-repo parity analysis, component catalog lookup, and spec-to-code implementation of Microsoft Fabric web components.",
224+
"version": "0.1.0",
225+
"author": {
226+
"name": "Microsoft",
227+
"url": "https://www.microsoft.com"
228+
},
229+
"homepage": "https://dev.azure.com/powerbi/Trident/_git/fabric-ux?path=/fabric-ux-devkit",
230+
"keywords": [
231+
"fabric",
232+
"fabric-ux",
233+
"web-components",
234+
"parity",
235+
"figma-to-code",
236+
"mcp",
237+
"microsoft"
238+
],
239+
"license": "MIT",
240+
"repository": "https://dev.azure.com/powerbi/Trident/_git/fabric-ux",
241+
"source": {
242+
"source": "git-subdir",
243+
"url": "https://dev.azure.com/powerbi/Trident/_git/fabric-ux",
244+
"path": "fabric-ux-devkit"
245+
}
246+
},
221247
{
222248
"name": "fastah-ip-geo-tools",
223249
"source": "fastah-ip-geo-tools",

plugins/external.json

Lines changed: 118 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@
88
"url": "https://www.microsoft.com"
99
},
1010
"homepage": "https://github.com/microsoft/Dataverse-skills",
11-
"keywords": ["dataverse", "power-platform", "microsoft", "mcp", "python", "sdk"],
11+
"keywords": [
12+
"dataverse",
13+
"power-platform",
14+
"microsoft",
15+
"mcp",
16+
"python",
17+
"sdk"
18+
],
1219
"license": "MIT",
1320
"repository": "https://github.com/microsoft/Dataverse-skills",
1421
"source": {
@@ -26,7 +33,14 @@
2633
"url": "https://www.microsoft.com"
2734
},
2835
"homepage": "https://github.com/microsoft/azure-skills",
29-
"keywords": ["azure", "cloud", "infrastructure", "deployment", "microsoft", "devops"],
36+
"keywords": [
37+
"azure",
38+
"cloud",
39+
"infrastructure",
40+
"deployment",
41+
"microsoft",
42+
"devops"
43+
],
3044
"license": "MIT",
3145
"repository": "https://github.com/microsoft/github-copilot-for-azure",
3246
"source": {
@@ -44,7 +58,16 @@
4458
"url": "https://www.microsoft.com"
4559
},
4660
"homepage": "https://github.com/dotnet/skills",
47-
"keywords": ["dotnet", "csharp", "coding", "skills", "csharp-script", "single-file", "nuget-publishing", "pinvoke"],
61+
"keywords": [
62+
"dotnet",
63+
"csharp",
64+
"coding",
65+
"skills",
66+
"csharp-script",
67+
"single-file",
68+
"nuget-publishing",
69+
"pinvoke"
70+
],
4871
"license": "MIT",
4972
"repository": "https://github.com/dotnet/skills",
5073
"source": {
@@ -62,7 +85,18 @@
6285
"url": "https://www.microsoft.com"
6386
},
6487
"homepage": "https://github.com/dotnet/skills",
65-
"keywords": ["dotnet", "diagnostics", "performance", "debugging", "tracing", "symbolicate", "android-tombstone", "dump-collection", "microbenchmarking", "clr-activation"],
88+
"keywords": [
89+
"dotnet",
90+
"diagnostics",
91+
"performance",
92+
"debugging",
93+
"tracing",
94+
"symbolicate",
95+
"android-tombstone",
96+
"dump-collection",
97+
"microbenchmarking",
98+
"clr-activation"
99+
],
66100
"license": "MIT",
67101
"repository": "https://github.com/dotnet/skills",
68102
"source": {
@@ -72,20 +106,27 @@
72106
}
73107
},
74108
{
75-
"name": "skills-for-copilot-studio",
76-
"description": "Microsoft Copilot Studio plugins for AI coding agents",
77-
"version": "1.0.3",
78-
"author": {
79-
"name": "Microsoft Copilot Studio CAT Team",
80-
"url": "https://www.microsoft.com"
109+
"name": "skills-for-copilot-studio",
110+
"description": "Microsoft Copilot Studio plugins for AI coding agents",
111+
"version": "1.0.3",
112+
"author": {
113+
"name": "Microsoft Copilot Studio CAT Team",
114+
"url": "https://www.microsoft.com"
81115
},
82-
"homepage": "https://github.com/microsoft/skills-for-copilot-studio",
83-
"keywords": ["copilot", "copilot-studio", "studio", "agent", "microsoft", "coding"],
84-
"license": "MIT",
85-
"repository": "https://github.com/microsoft/skills-for-copilot-studio",
86-
"source": {
87-
"source": "github",
88-
"repo": "microsoft/skills-for-copilot-studio"
116+
"homepage": "https://github.com/microsoft/skills-for-copilot-studio",
117+
"keywords": [
118+
"copilot",
119+
"copilot-studio",
120+
"studio",
121+
"agent",
122+
"microsoft",
123+
"coding"
124+
],
125+
"license": "MIT",
126+
"repository": "https://github.com/microsoft/skills-for-copilot-studio",
127+
"source": {
128+
"source": "github",
129+
"repo": "microsoft/skills-for-copilot-studio"
89130
}
90131
},
91132
{
@@ -97,7 +138,12 @@
97138
"url": "https://www.microsoft.com"
98139
},
99140
"homepage": "https://github.com/dotnet/modernize-dotnet",
100-
"keywords": ["modernization", "upgrade", "migration", "dotnet"],
141+
"keywords": [
142+
"modernization",
143+
"upgrade",
144+
"migration",
145+
"dotnet"
146+
],
101147
"license": "MIT",
102148
"repository": "https://github.com/dotnet/modernize-dotnet",
103149
"source": {
@@ -115,7 +161,18 @@
115161
"url": "https://www.microsoft.com"
116162
},
117163
"homepage": "https://learn.microsoft.com",
118-
"keywords": ["microsoft", "azure", "dotnet", "windows", "api", "documentation", "rag", "dynamics", "powerbi", "code-samples"],
164+
"keywords": [
165+
"microsoft",
166+
"azure",
167+
"dotnet",
168+
"windows",
169+
"api",
170+
"documentation",
171+
"rag",
172+
"dynamics",
173+
"powerbi",
174+
"code-samples"
175+
],
119176
"license": "MIT",
120177
"repository": "https://github.com/MicrosoftDocs/mcp",
121178
"source": {
@@ -132,7 +189,13 @@
132189
"url": "https://www.figma.com"
133190
},
134191
"homepage": "https://github.com/figma/mcp-server-guide",
135-
"keywords": ["figma", "design", "mcp", "ui", "code-connect"],
192+
"keywords": [
193+
"figma",
194+
"design",
195+
"mcp",
196+
"ui",
197+
"code-connect"
198+
],
136199
"repository": "https://github.com/figma/mcp-server-guide",
137200
"source": {
138201
"source": "github",
@@ -148,12 +211,46 @@
148211
"url": "https://www.microsoft.com"
149212
},
150213
"homepage": "https://github.com/microsoft/What-I-Did-Copilot",
151-
"keywords": ["copilot", "productivity", "impact", "report", "estimation", "roi", "session-logs"],
214+
"keywords": [
215+
"copilot",
216+
"productivity",
217+
"impact",
218+
"report",
219+
"estimation",
220+
"roi",
221+
"session-logs"
222+
],
152223
"license": "MIT",
153224
"repository": "https://github.com/microsoft/What-I-Did-Copilot",
154225
"source": {
155226
"source": "github",
156227
"repo": "microsoft/What-I-Did-Copilot"
157228
}
229+
},
230+
{
231+
"name": "fabric-ux-devkit",
232+
"description": "Fabric UX developer agent, skills, and MCP server for consumer-repo parity analysis, component catalog lookup, and spec-to-code implementation of Microsoft Fabric web components.",
233+
"version": "0.1.0",
234+
"author": {
235+
"name": "Microsoft",
236+
"url": "https://www.microsoft.com"
237+
},
238+
"homepage": "https://dev.azure.com/powerbi/Trident/_git/fabric-ux?path=/fabric-ux-devkit",
239+
"keywords": [
240+
"fabric",
241+
"fabric-ux",
242+
"web-components",
243+
"parity",
244+
"figma-to-code",
245+
"mcp",
246+
"microsoft"
247+
],
248+
"license": "MIT",
249+
"repository": "https://dev.azure.com/powerbi/Trident/_git/fabric-ux",
250+
"source": {
251+
"source": "git-subdir",
252+
"url": "https://dev.azure.com/powerbi/Trident/_git/fabric-ux",
253+
"path": "fabric-ux-devkit"
254+
}
158255
}
159256
]

0 commit comments

Comments
 (0)