From claude-code-community-ireland-claude-code-resources
Provides ViewModel and Wizard creation patterns for Avalonia using Zafiro and ReactiveUI, including commands, navigation, and section discovery.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-community-ireland-claude-code-resources:avalonia-viewmodels-zafiroThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides a set of best practices and patterns for creating ViewModels, Wizards, and managing navigation in Avalonia applications, leveraging the power of **ReactiveUI** and the **Zafiro** toolkit.
This skill provides a set of best practices and patterns for creating ViewModels, Wizards, and managing navigation in Avalonia applications, leveraging the power of ReactiveUI and the Zafiro toolkit.
ReactiveObject, WhenAnyValue, etc.) to handle state and logic.IEnhancedCommand for better command management, including progress reporting and name/text attributes.SlimWizard and WizardBuilder for a declarative and maintainable approach.[Section] attribute to register and discover UI sections automatically.DataTypeViewLocator and manage dependencies in the CompositionRoot.SlimWizard.For real-world implementations, refer to the Angor project:
CreateProjectFlowV2.cs: Excellent example of complex Wizard building.HomeViewModel.cs: Simple section ViewModel using functional-reactive commands.npx claudepluginhub joshuarweaver/cascade-code-general-misc-2 --plugin claude-code-community-ireland-claude-code-resourcesProvides ViewModel and Wizard creation patterns for Avalonia apps using ReactiveUI and Zafiro toolkit.
Enforces conventions and behavioral rules for Avalonia UI development with the Zafiro toolkit, including functional-reactive MVVM, DynamicData, and ReactiveUI patterns.
Provides source generators, base classes, and commands for CommunityToolkit.Mvvm in .NET apps. Useful for authoring ViewModels with [ObservableProperty] and [RelayCommand].