Skip to content

Commit a25cc4f

Browse files
committed
readme update
1 parent 26d021e commit a25cc4f

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Agents and skills for Windows app development
22

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.
44

55
> [!WARNING]
66
> **🚧 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.
77
88
## Install
99

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.
1111

1212
### Option A — Just ask Copilot to do it
1313

@@ -28,26 +28,34 @@ Install the Copilot CLI plugin "winui" from microsoft/win-dev-skills, then set u
2828

2929
### Option B — Install the plugin yourself, then ask the agent to set up the rest
3030

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):
3232

3333
```powershell
3434
copilot plugin marketplace add microsoft/win-dev-skills
3535
copilot plugin install winui@win-dev-skills
3636
```
3737

38-
Then start a new session and run the winui-setup skill with `/winui-setup`.
38+
```powershell
39+
claude plugin marketplace add microsoft/win-dev-skills
40+
claude plugin install winui@win-dev-skills
41+
```
42+
43+
Then start a new session and run the `winui-setup` skill with `/winui-setup`.
3944

4045
Once setup is done, try a real task:
4146

4247
```sh
4348
copilot --agent winui:winui-dev -p "Build me a WinUI 3 markdown editor with live preview and a custom title bar"
4449
```
4550

51+
```sh
52+
claude --agent winui:winui-dev -p "Build me a WinUI 3 markdown editor with live preview and a custom title bar"
53+
```
54+
4655
### What gets installed
4756

4857
| Tool | Minimum | Recommended | Install command |
4958
|---|---|---|---|
50-
| GitHub Copilot CLI | latest | latest | `winget install GitHub.Copilot` |
5159
| .NET SDK | 8.0 | 10.0 | `winget install Microsoft.DotNet.SDK.10` |
5260
| WinApp CLI | 0.3 | latest | `winget install Microsoft.WinAppCLI` |
5361
| WinUI 3 templates || latest | `dotnet new install Microsoft.WindowsAppSDK.WinUI.CSharp.Templates` |

0 commit comments

Comments
 (0)