Skip to content

Commit 26d021e

Browse files
committed
claude plugin/marketplace
1 parent 2e4cf0c commit 26d021e

2 files changed

Lines changed: 63 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "win-dev-skills",
3+
"owner": {
4+
"name": "Microsoft",
5+
"url": "https://github.com/microsoft/win-dev-skills"
6+
},
7+
"description": "Agents and skills for native Windows app development with WinUI 3 and the Windows App SDK.",
8+
"version": "0.2.3",
9+
"plugins": [
10+
{
11+
"name": "winui",
12+
"description": "Agents and skills for WinUI 3 app development. Create new WinUI 3 desktop apps, convert from other frameworks to WinUI 3, or add features to existing WinUI 3 applications.",
13+
"version": "0.2.3",
14+
"source": "./plugins/winui",
15+
"category": "windows-development",
16+
"tags": [
17+
"windows",
18+
"winui3",
19+
"xaml",
20+
"msix",
21+
"packaging",
22+
"desktop",
23+
"wpf-migration"
24+
],
25+
"author": {
26+
"name": "Microsoft",
27+
"url": "https://github.com/microsoft/win-dev-skills"
28+
},
29+
"homepage": "https://github.com/microsoft/win-dev-skills",
30+
"repository": "https://github.com/microsoft/win-dev-skills",
31+
"license": "MIT"
32+
}
33+
]
34+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "winui",
3+
"description": "Agents and skills for WinUI 3 app development. Create new WinUI 3 desktop apps, convert from other frameworks to WinUI 3, or add features to existing WinUI 3 applications.",
4+
"version": "0.2.3",
5+
"author": {
6+
"name": "Microsoft",
7+
"url": "https://github.com/microsoft/win-dev-skills"
8+
},
9+
"homepage": "https://github.com/microsoft/win-dev-skills",
10+
"repository": "https://github.com/microsoft/win-dev-skills",
11+
"license": "MIT",
12+
"keywords": [
13+
"windows",
14+
"winui3",
15+
"winui",
16+
"xaml",
17+
"windows app sdk",
18+
"winrt",
19+
"msix",
20+
"packaging",
21+
"code signing",
22+
"microsoft store",
23+
"wpf",
24+
"winforms",
25+
"uwp",
26+
"desktop app",
27+
"automation"
28+
]
29+
}

0 commit comments

Comments
 (0)