win-dev-skills
Agents and skills for building Windows apps with WinUI 3 and the Windows App SDK
File Explorer
Download Latest Version (.zip)- marketplace.json
- marketplace.json
- codeql-config.yml
- bug-report.yml
- config.yml
- documentation.yml
- feature_request.yml
- marketplace.json
- _shared-contract.md
- docs-and-manifests.md
- multi-model.md
- payloads-and-tests.md
- skill-content.md
- skill-tool-boundary.md
- tool-correctness.md
- collect-diff.ps1
- SKILL.md
- codeql.yml
- dependency-review.yml
- pr-validation.yml
- release-policy.yml
- release-post-merge.yml
- stale-issues.yml
- dependabot.yml
- PULL_REQUEST_TEMPLATE.md
- build.yaml
- ci.yml
- release-nuget.config
- plugin.json
- plugin.json
- winui-dev.agent.md
- quality-rules.md
- SKILL.md
- brushes-and-icons.md
- layout-review.md
- theme-accessibility.md
- SKILL.md
- winui-search.exe
- Microsoft.WindowsAppSDK.Analyzers.dll
- Microsoft.WindowsAppSDK.Analyzers.targets
- BuildAndRun.ps1
- SKILL.md
- sourcegen-patterns.md
- SKILL.md
- Analyze-Session.ps1
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- index.js
- openclaw.plugin.json
- package.json
- plugin.json
- build-tools.ps1
- open-release-pr.ps1
- CliArgs.cs
- CustomAttributeTypeProvider.cs
- JsonContext.cs
- JsonHelper.cs
- MemberKind.cs
- NsSearchResult.cs
- NuGetResolver.cs
- PackageWithWinMd.cs
- Program.cs
- ProjectManifest.cs
- ProjectPackageRef.cs
- QueryEngine.cs
- README.md
- ScoredMatch.cs
- Scoring.cs
- SimpleTypeProvider.cs
- TypeKind.cs
- winmd.csproj
- WinMdMemberInfo.cs
- WinMdParameterInfo.cs
- WinMdParser.cs
- WinMdTypeInfo.cs
- XmlDocParser.cs
- ApiMappingAnalyzer.cs
- AttachedPropertyAnalyzer.cs
- GenAiApiAnalyzer.cs
- MvvmPatternAnalyzer.cs
- TabViewContentAnalyzer.cs
- UwpApiAnalyzer.cs
- WebView2InitAnalyzer.cs
- XamlAnalyzer.cs
- XamlCodeBehindAnalyzer.cs
- Allowlists.cs
- ApiMappings.g.cs
- AssemblyInfo.cs
- DiagnosticCategories.cs
- DiagnosticIds.cs
- FeatureMappings.g.cs
- HelpLinks.cs
- Microsoft.WindowsAppSDK.Analyzers.csproj
- Microsoft.WindowsAppSDK.Analyzers.targets
- ProjectContext.cs
- ApiMappingAnalyzerTests.cs
- AttachedPropertyAnalyzerTests.cs
- GenAiApiAnalyzerTests.cs
- MvvmPatternAnalyzerTests.cs
- SuppressionTests.cs
- TabViewContentAnalyzerTests.cs
- UwpApiAnalyzerTests.cs
- WebView2InitAnalyzerTests.cs
- XamlAnalyzerTests.cs
- XamlCodeBehindAnalyzerTests.cs
- AnalyzerTest.cs
- Microsoft.WindowsAppSDK.Analyzers.Tests.csproj
- .editorconfig
- CHANGELOG.md
- Directory.Build.props
- global.json
- Microsoft.WindowsAppSDK.Analyzers.slnx
- README.md
- RULES.md
- core-patterns.json
- gallery-scenarios.json
- gallery-tags.json
- reactor-scenarios.json
- reactor-tags.json
- toolkit-keywords.json
- toolkit-scenarios.json
- toolkit-tags.json
- BackgroundUpdater.cs
- BM25.cs
- CacheVersion.cs
- DATA_SOURCES.md
- DataLoader.cs
- GalleryFetcher.cs
- GalleryProvider.cs
- Models.cs
- Notes.cs
- Program.cs
- ReactorFetcher.cs
- ReactorProvider.cs
- README.md
- SearchEngine.cs
- SearchProvider.cs
- StopWords.cs
- Synonyms.cs
- ToolkitFetcher.cs
- ToolkitProvider.cs
- winui-search.csproj
- .gitattributes
- .gitignore
- cgmanifest.json
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- README.md
- RELEASING.md
- SECURITY.md
- SUPPORT.md
- THIRD_PARTY_NOTICES.md
# Installation Guide
1. Get the code
git clone https://github.com/microsoft/win-dev-skills
Downloads the entire project code from GitHub to your computer.
cd win-dev-skills
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
- .NET SDK >= 8.0 (run `dotnet --list-sdks`; if none >= 8.0, `winget install --id Microsoft.DotNet.SDK.10 --exact --silent --accept-package-agreements --accept-source-agreements`)
Type this command into your terminal and run it.
- WinUI 3 templates: always run `dotnet new install Microsoft.WindowsAppSDK.WinUI.CSharp.Templates` (after refreshing $env:Path) โ it upgrades in place if already installed.
Type this command into your terminal and run it.
After dotnet run, check the message or address shown in the terminal.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd plugins/winui
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
