Loading...
Loading...
Found 48002 skills
christian289
Automates WPF solution structure setup following Clean Architecture principles, including layer organization and naming conventions.
christian289
Explains WPF rendering pipeline (Measure/Arrange/Render) and hardware acceleration tiers for debugging layout issues and optimizing performance.
christian289
Manages WPF application lifecycle events including startup, exit, and session ending, with single instance enforcement for desktop applications.
christian289
Creates WPF dialog windows for confirmation prompts, settings, and file/folder pickers in desktop applications.
christian289
Checks and clamps mouse coordinates within transformed image bounds in WPF, ensuring measurement tools and annotations operate only inside pan/zoom/rotate image areas.
christian289
Enables high-performance rendering of large-scale graphics, charts, and custom visuals using WPF's DrawingVisual and related classes in desktop applications.
christian289
Optimizes search and membership testing with O(1) time complexity using .NET's HashSet and Dictionary.
christian289
Encapsulates WPF CollectionView in service layer to enable filtering/sorting/grouping while maintaining MVVM separation of concerns and eliminating WPF dependencies in ViewModels.
christian289
Defines WPF DependencyProperties with registration, metadata, callbacks, and validation for custom controls and data-bound properties.
christian289
Converts HTML/CSS designs to WPF XAML, addressing common pitfalls like CSS animations, border-radius, and pseudo-elements with correct implementation patterns.
christian289
Customizes WPF control visuals using ControlTemplate, TemplateBinding, and ContentPresenter for state-based feedback and templated parent binding.
christian289
Provides high-performance WPF rendering techniques using DrawingVisual, WriteableBitmap, and BitmapCache to optimize real-time graphics and eliminate Shape control performance issues.
christian289
Enables mouse event reception for custom-drawn WPF elements via transparent background drawing using DrawingContext.
christian289
Architects reusable WPF custom controls using CustomControl and ResourceDictionary for theme organization in Generic.xaml.
christian289
Enables copy/paste operations with text, images, and custom data formats via WPF Clipboard API for desktop application development.
christian289
Enables high-performance graphics rendering in WPF using DrawingContext, delivering 10-50x speed improvements over standard Shape elements for large-scale shape drawing.
christian289
Configures dependency injection using GenericHost in .NET console applications for hosted services and background tasks.
djaiss
Creates or updates Actions in app/Actions directory following JournalOS conventions for validation, logging, queues, and tests.
christian289
Provides utilities for implementing WPF routed events (Bubbling, Tunneling, Direct) to handle event propagation and custom event creation in .NET desktop applications.
christian289
Explains WPF Dispatcher priority system and threading patterns for background operations and UI responsiveness in desktop applications.
christian289
Guides developers in selecting WPF control base classes (UserControl/Control/FrameworkElement) and evaluating style/template alternatives during control authoring.
fumiya-kume
Guides iOS 17+ app development with SwiftUI, MVVM architecture, Alamofire networking, and XCTest testing.
christian289
Enables efficient parallel processing of CPU-bound tasks in .NET using Parallel, PLINQ, and ConcurrentCollections to maximize multi-core utilization.
Itarizum-dev
Generates new Agent Skills with standardized directory structure and SKILL.md documentation for seamless development.