wpflisted
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,