Handles the full MSIX packaging pipeline for WinUI 3 apps, from generating dev certificates to signing installers to preparing Store submissions. The workflow is straightforward: build in Release mode, generate a certificate with `winapp cert generate --manifest` to auto-match your publisher, trust it once with admin rights, then `winapp package` handles staging, resource compilation, and signing in one command. The CI/CD section is clean, showing how to avoid re-run failures with `--if-exists skip`. Most useful when you're moving past F5 debugging and need actual installable packages, whether for internal testing, sideloading to users, or submitting to the Microsoft Store. The troubleshooting table covers the usual certificate trust headaches that trip up first-time packagers.
npx -y skills add microsoft/win-dev-skills --skill winui-packaging --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
kubesphere/kubesphere
supercent-io/skills-template