uno
Build, test, and port cross-platform .NET apps with AI
All Skills in This Repository (19)
Pure Emerald Level IndicatorsWinUI Runtime Tests
Build, install, and execute WinUI runtime tests against the SamplesApp.
runtime-tests
Build and execute Uno Platform runtime tests for Skia Desktop and WebAssembly.
add-sample
Generate XAML and C# code-behind files for new Uno Platform sample pages.
winui-port
Converts WinUI C++ code to Uno Platform C# preserving structure.
speckit-checklist
Generate requirements-quality checklists for spec-kit feature specifications.
docs-build
Build, preview, and validate the Uno DocFX documentation site locally.
speckit-git-validate
Validates that the current Git branch follows spec-kit feature branch naming conventions.
speckit-git-initialize
Initialize a Git repository with an initial commit in spec-kit projects.
speckit-constitution
Create or update the project constitution and sync dependent spec-kit templates.
speckit-implement
Executes implementation plans by processing tasks defined in tasks.md.
speckit-taskstoissues
Convert spec-kit tasks into dependency-ordered GitHub issues via the GitHub MCP server.
speckit-clarify
Detects underspecified areas in feature specs and records targeted clarification answers.
Frequently Asked Questions
FAQPage SchemaHow to install Uno Platform skills?โผ
Run `npx skills add unoplatform/uno --all -g -y` in your terminal to install all skills in this suite globally.
What is Uno Platform used for?โผ
Uno Platform lets you build native .NET apps for Web, Desktop, and Mobile from a single C# and XAML codebase using the WinUI 3 API.
How do I run Uno runtime tests with AI?โผ
Invoke the runtime-tests skill and your agent builds the SamplesApp, encodes the test filter correctly, runs the tests, and parses the NUnit XML results for you.
Can AI port WinUI C++ controls to Uno?โผ
Yes. The winui-port skill converts WinUI C++ headers and implementations into structured Uno C# partial classes following the project's exact porting conventions.
Do these skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run directly in Claude Code and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core