What problem does it solve?
When building a WinUI 3 app, developers often don't know which control fits a UI intent or how to write its XAML and C# correctly. This Skill searches the WinUI 3 Gallery, Windows Community Toolkit, and curated core patterns to return real, working code examples without leaving the CLI.
Core Features & Use Cases
- Natural-intent search: Query with phrases like "tabbed layout" or "swipeable list rows" to discover matching controls and scenario ids.
- Full code retrieval: Fetch complete XAML and/or C# snippets by scenario id, with batch fetching of multiple scenarios at once.
- Offline-capable corpus: The Gallery/Toolkit corpus ships inside the CLI and works with no network, with optional refresh from GitHub and a per-user cache.
- Agent-friendly JSON output: Use --json to get structured results with stable, case-insensitive scenario ids and script-friendly exit codes.
- Use Case: While building a settings page in a WinUI 3 app, search "settings card", pick the best Toolkit scenario, fetch its XAML with --id, and paste the working code directly into your project.
Quick Start
Ask the assistant to search WinUI 3 controls for a tabbed layout and fetch the full XAML and C# example for the best matching scenario.