Klaus Löffelmann
Community@KlausLoeffelmann · Redmond, Washington
Working @microsoft on .NET (Desktop)!
Agent Skills by Klaus Löffelmann
Showing 21 vetted skills indexed across 1 GitHub repositories.
warptoolkit-messaging
Implements DarkMode-aware themed message dialogs in WinForms using WarpToolkit FluentMessageBox.
winforms-development
Guides creation and modernization of .NET WinForms applications with Designer-compatible code organization.
warp-winforms-ai
Implements AI chat features in WinForms apps using WarpToolkit components and Microsoft.Extensions.AI.
warp-app-services
Bootstraps WinForms applications with WARP-Toolkit hosting, DI, and app-level services.
warptoolkit-containers-layout
Implements WarpToolkit.WinForms container and layout controls in WinForms applications.
winforms-rendering
Implements custom GDI and GDI+ painting for WinForms controls with flicker-free rendering.
warp-github-git
Inspect local Git repositories and compose branches using WarpToolkit.WinForms.Github APIs.
winforms-system-tray
Implements WinForms main forms that minimize or close into the Windows notification area.
warp-winforms-controls
Implements modern WinForms UI using WARP-Toolkit fluent controls, commands, and helper extensions.
warptoolkit-symbols
Render Segoe Fluent Icons glyphs on WinForms ToolStrip items via strongly-typed enums.
warp-toolstrip-icons
Configures DPI-aware symbol-font glyph icons on WinForms ToolStrip items via the ConfigureItem extension method.
winforms-designer-code
Generates Designer-compatible WinForms Forms and UserControls with correct InitializeComponent serialization structure.
winforms-high-dpi-fluent-layout
Designs responsive DPI-aware WinForms layouts using TableLayoutPanel and FlowLayoutPanel patterns.
warptoolkit-input-controls
Configure WarpToolkit.WinForms file pickers, bindable combo boxes, and floating-point sliders in WinForms forms.
warptoolkit-commands-mvvm
Implements ICommand-style MVVM command components for WinForms buttons and ToolStrip items.
winforms-mvvm
Implement MVVM pattern in WinForms on .NET 8+ with Commands, DataContext, and testable ViewModels.
warptoolkit-data-grids
Implement WarpToolkit GridView and WarpDataGridView controls with SystemColors theming and data binding.
warp-winforms-application-builder
Bootstraps WinForms apps with WARP's IHost-based WinFormsApplicationBuilder and DI-enabled Forms.
warptoolkit-wizard
Implements multi-step wizard dialogs in WinForms using WarpToolkit WizardContainer and WizardPage.
warp-fluent-tab-control
Implements tabbed WinForms UI with WARP FluentTabControl using per-tab UserControls and capped host sizing.
warptoolkit-console-diagnostics
Implements console output, hex dumping, and unique filename generation in WinForms apps.
Frequently Asked Questions About Klaus Löffelmann
FAQPage SchemaWhat tasks can I accomplish using Klaus Löffelmann's WinForms skills?▼
You can create and modernize .NET WinForms applications, implement MVVM with Community Toolkit ViewModels, configure BindingSource databinding, build high-DPI fluent layouts, owner-draw with GDI/GDI+, add system-tray behavior, and integrate WarpToolkit controls like FluentTabControl, WizardContainer, and themed data grids.
Who are these WinForms and WarpToolkit skills designed for?▼
They target .NET desktop developers building or maintaining WinForms applications and control libraries, including engineers migrating legacy VB6 or .NET Framework codebases, implementing MVVM patterns, or adopting the WarpToolkit preview component suite for modern fluent UI.
How do I add WarpToolkit components to a WinForms project?▼
Install the required NuGet packages such as WarpToolkit.WinForms, WarpToolkit.WinForms.Containers, or WarpToolkit.WinForms.AppServices at version 0.9.323-preview.gb01532b307, then bootstrap with WinFormsApplicationBuilder or register app-level services for dialogs, settings, and exception handling.
What are the prerequisites for using these skills?▼
Prerequisites include a .NET WinForms project (with .NET 8+ required for MVVM and .NET 9+ for dark-mode rendering scenarios), the WarpToolkit preview NuGet packages where applicable, and environment-variable API keys wired through warp-app-services for chat features.
Can these skills help with WinForms chat and streaming responses?▼
Yes. The warp-winforms-ai skill covers designer-droppable IChatClient provider components, prompt templates, ReturnTokenParser for streaming paragraphs and code blocks, AIChatHistory, and the ChatView/ChatRendererControl UI across Desktop.AI, Microsoft.Extensions.AI, WinForms.AI, and WinForms.Chat.