← ClaudeAtlas

wpflisted

ATC WPF controls library (160+ controls, forms, components, theming) and cross-platform XAML toolkit (MVVM, source generators, behaviors). Use when the user asks to build a WPF desktop application, add WPF controls or forms, implement MVVM with source generators, use ObservableProperty or RelayCommand attributes, create dependency properties, set up Light/Dark theming, add font icons, use layout panels like GridEx or FlexPanel, implement dialogs or flyouts, add toast notifications, work with value converters, implement drag-and-drop, build cross-platform XAML with WinUI 3 or Avalonia, or use the ObservableDtoViewModel generator.
atc-net/atc-agentic-toolkit · ★ 1 · AI & Automation · score 74
Install: claude install-skill atc-net/atc-agentic-toolkit
# ATC WPF & XAML Toolkit Two complementary libraries for building enterprise-ready desktop applications: - **Atc.Wpf** — 160+ WPF controls, forms, components, theming, and font icons organized in a four-tier architecture - **Atc.XamlToolkit** — Cross-platform MVVM foundation with source generators, behaviors, messaging, and value converters supporting WPF, WinUI 3, and Avalonia > **Mental model:** Atc.XamlToolkit provides the MVVM engine (ViewModelBase, commands, source generators). Atc.Wpf provides the visual building blocks (controls, forms, components, theming). Use them together for WPF; use Atc.XamlToolkit alone for WinUI 3 or Avalonia. Detailed reference material lives in the `references/` folder — load on demand. --- ## References | Reference | When to load | |---|---| | [Control Catalog](references/control-catalog.md) | Full inventory of 160+ controls by category | | [Source Generators](references/source-generators.md) | ObservableProperty, RelayCommand, DependencyProperty, AttachedProperty, ObservableDtoViewModel, ComputedProperty | | [Theming & Icons](references/theming-icons.md) | Light/Dark mode, NiceWindow, accent colors, font icon families | | [MVVM Infrastructure](references/mvvm-infrastructure.md) | ViewModelBase, commands, messaging, validation, services | | [Behaviors & Converters](references/behaviors-converters.md) | EventToCommand, animation, focus, keyboard navigation, 36+ value converters | | [Layout Panels](references/layout-panels.md) | GridEx,