Add winui-app local skill#160
Merged
LanceMcCarthy merged 1 commit intomainfrom Apr 8, 2026
Merged
Conversation
Copies the curated winui-app skill to .copilot/skills/winui-app/ including SKILL.md, config.yaml, agents/openai.yaml, assets/winui.png, LICENSE.txt, and all 15 reference markdown files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Why
This repo is used to demonstrate CI/CD patterns for Telerik and Kendo apps across many .NET project types, including WinUI. Adding the
winui-appskill as a project-local skill makes it available to anyone working in this repo with Copilot, so WinUI 3 / Windows App SDK guidance is surfaced automatically without requiring an external skill subscription.What's included
The skill is a direct copy of the curated
winui-appskill fromopenai/skills, placed at.copilot/skills/winui-app/:SKILL.md— the main skill instruction file with thewinui-appname/description frontmatter Copilot uses for registration, plus the full required flow, routing table, and reference rulesconfig.yaml— WinGet DSC bootstrap that enables Developer Mode and installs Visual Studio Community 2026 with the Managed Desktop, Universal, and Windows App SDK C# workloadsagents/openai.yaml— OpenAI platform UI metadata (display name, icon, default prompt); ignored by GitHub Copilot but kept for completenessassets/winui.png— skill iconreferences/— 15 reference markdown files covering environment setup, build/launch verification, controls & layout, shell & navigation, theming, accessibility, performance, CommunityToolkit, Windows App SDK lifecycle/deployment, testing checklists, and moreNotes
SKILL.md(frontmatter + body) for skill registration and instructions. Theagents/openai.yamlfile is inert in this context.LICENSE.txt(Apache 2.0) from the upstream skill is included as required by the license terms.