If you're building Avalonia apps and tired of wrestling with ViewModel boilerplate, this gives you a solid pattern using ReactiveUI and Zafiro's toolkit. The real value is in the wizard scaffolding with SlimWizard and WizardBuilder, which lets you build multi-step flows declaratively instead of managing state machines by hand. It also covers the IEnhancedCommand pattern for progress reporting and automatic section discovery with attributes. The Angor project examples (CreateProjectFlowV2.cs and HomeViewModel.cs) show how this actually looks in production code. It's opinionated but in a good way, especially if you're already in the ReactiveUI ecosystem and need to build complex workflows without losing your mind.
npx skills add https://github.com/davila7/claude-code-templates --skill avalonia-viewmodels-zafiro