You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Agents and skills for Windows app development
2
2
3
-
A [Copilot CLI](https://github.com/github/gh-copilot) plugin for building native Windows apps with **WinUI 3** and the **Windows App SDK** to cover the end-to-end inner loop: scaffold → design → build → run → test → package → ship.
3
+
A Github Copilot and Claude Code plugin for building native Windows apps with **WinUI 3** and the **Windows App SDK** to cover the end-to-end inner loop: scaffold → design → build → run → test → package → ship.
4
4
5
5
> [!WARNING]
6
6
> **🚧 Preview · v0.x — expect breaking changes.** Skill names, on-disk layout, agent configuration, analyzer rule IDs, and CLI tool surfaces are all subject to change without notice. There is no SemVer commitment until v1.0. Pin to a specific commit if you need stability today. Outputs are suggestions, not authoritative answers — review them before committing or shipping anything they produce.
7
7
8
8
## Install
9
9
10
-
Make sure you have **GitHub Copilot CLI**first (`winget install GitHub.Copilot`). Then pick one of the two paths below.
10
+
The plugin requires **GitHub Copilot** (`winget install GitHub.Copilot`) or **Claude Code** installed.
11
11
12
12
### Option A — Just ask Copilot to do it
13
13
@@ -28,26 +28,34 @@ Install the Copilot CLI plugin "winui" from microsoft/win-dev-skills, then set u
28
28
29
29
### Option B — Install the plugin yourself, then ask the agent to set up the rest
30
30
31
-
If you'd rather run the plugin commands by hand:
31
+
If you'd rather run the plugin commands by hand, the same commands work for **GitHub Copilot CLI** and **Claude Code** — just swap `copilot` for `claude` (or vice versa):
0 commit comments