If you're building Avalonia apps and want to move beyond basic MVVM boilerplate, this gives you patterns for ViewModels using ReactiveUI and the Zafiro toolkit. The real value is in the wizard building approach with SlimWizard and WizardBuilder, which lets you handle multi-step flows declaratively instead of managing state machines by hand. It also covers IEnhancedCommand for progress reporting and automatic section discovery with attributes. The guides reference real examples from the Angor project, so you can see how CreateProjectFlowV2 and HomeViewModel actually implement these patterns. Best for teams already committed to ReactiveUI who need structured ways to handle complex navigation flows.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill avalonia-viewmodels-zafiro