Add WinUI plugin - #88
Open
niels9001 wants to merge 2 commits into
Open
Conversation
Adds the winui plugin entry, pointing at the released v0.6.1 tag and its portable Agent Plugins package (plugins/winui/agent-plugin) in microsoft/win-dev-skills. Follows the same external-plugin pattern already used for workiq, azure-devops-copilot-plugin, fabric-skills, and power-platform-skills. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
15 tasks
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The marketplace entry is valid, consistently documented, and uses supported immutable source pinning.
Pull request overview
Adds the WinUI development plugin to the marketplace, pinned to release v0.6.1.
Changes:
- Registers the external
winuiplugin and metadata. - Documents WinUI in the external plugins list.
File summaries
| File | Description |
|---|---|
.github/plugin/marketplace.json |
Adds the pinned WinUI plugin entry. |
README.md |
Lists and describes the WinUI plugin. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the
winuiplugin entry to thecopilot-pluginsmarketplace, pointing at the releasedv0.6.1tag ofmicrosoft/win-dev-skillsand its portable Agent Plugins package (plugins/winui/agent-plugin).The official, Microsoft-owned WinUI Plugin is 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. Covers toolchain setup, build/run, Fluent Design UI guidance, MVVM/x:Bind code review, UI Automation testing, MSIX packaging/code signing/Store submission, and WPF-to-WinUI 3 migration.
Follows the same external-plugin pattern already used for
workiq,azure-devops-copilot-plugin,fabric-skills, andpower-platform-skills— pinnedsource.ref/source.shato the immutable release tag/commit rather than a mutable branch.Checklist
winuientry added to.github/plugin/marketplace.json, pinned tov0.6.1/ commitf94bab12f67f8670567c08b079dfd3179a1d15b4marketplace.jsonvalidated as well-formed JSONgithub/awesome-copilot(Document marketplace distribution and Copilot Customize path microsoft/win-dev-skills#167, Update winui external plugin listing to v0.6.0 awesome-copilot#3000)Also already available via direct install:
plugins/winui/.claude-plugin(Claude Code) and Claude Console submission is in review.