Atc
by @atc-net · plugin · 2 skills
ATC.NET library skills including atc-net tools, e.g. REST API source generation from OpenAPI specs, WPF controls, cross-platform XAML development etc.
Install the whole plugin (CLI)
npx skillmds add atc-net/wpf
npx skillmds add atc-net/rest-api-generatorSkills in this plugin
- ▌ wpf · atc-net bundleATC 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.
- ▌ rest-api-generator · atc-net bundleATC REST API source generator and CLI for producing server endpoints, C# clients, and TypeScript clients from OpenAPI specifications. Use when the user asks to generate a REST API from an OpenAPI spec, scaffold server handlers, create typed HTTP clients, generate TypeScript clients with React Query hooks, configure API security or rate limiting, set up caching or resilience, version an API, generate webhooks, merge multi-part OpenAPI specs, or migrate from the old atc-rest-api-generator CLI.