Agent Skills by petelids
Showing 18 vetted skills indexed across 1 GitHub repositories.
feature-pr-delivery
Organize end-to-end feature delivery with a docs-first workflow.
maui-performance
Profile MAUI apps with dotnet-trace and apply optimization guidance for bindings, layouts, and startup.
maui-collectionview
Implement CollectionView in .NET MAUI apps with layouts, selection, and grouping.
maui-animations
Automates .NET MAUI view animations with easing options and accessibility support via extension methods and a Custom Animation class.
maui-unit-testing
Guide unit testing of MAUI apps with xUnit and MVVM patterns.
maui-hot-reload-diagnostics
Diagnose .NET MAUI Hot Reload issues across XAML, MauiReactor, C# Markup, and Blazor Hybrid.
maui-theming
Implement MAUI light and dark theming with AppThemeBinding and ResourceDictionary.
maui-custom-handlers
Automate .NET MAUI handler creation and customization for cross-platform native views.
maui-app-icons-splash
Automate MAUI icon and splash screen configuration across platforms.
maui-current-apis
Detect deprecated MAUI APIs during code generation across XAML/C#, Blazor Hybrid, and MauiReactor.
maui-data-binding
Guide .NET MAUI data binding with compiled bindings and converters.
maui-push-notifications
Configure MAUI push notifications with Azure Notification Hubs and a .NET backend.
maui-deep-linking
Configure deep linking in MAUI apps for Android and iOS.
maui-app-lifecycle
Guide developers through MAUI app lifecycle events across Android, iOS, Mac Catalyst, and Windows.
maui-gestures
Implement MAUI gesture recognizers for tap, swipe, pan, pinch, drag, drop, and pointer in XAML and C#.
maui-dependency-injection
Centralize dependency injection configuration for .NET MAUI apps.
maui-hybridwebview
Embed web content and enable bidirectional JavaScript–C# interop in .NET MAUI apps.
maui-graphics-drawing
Implement custom drawing in .NET MAUI apps with Microsoft.Maui.Graphics and GraphicsView.