83,201 skills sorted by stars.
Problem-solving strategies for matrices in linear algebra
Matrix chat communication. AUTOMATICALLY TRIGGER when user mentions Matrix rooms (#room:server), asks to send messages t...
Matrix data model verification using ASCII diagrams. Use when working with *Progressions.ts files, defineProgression(),...
Write Rust code in the style of Niko Matsakis, Rust language team lead. Emphasizes deep understanding of ownership, life...
Assess organizational maturity for a dimension
Guide for making .NET MAUI apps accessible — screen reader support via SemanticProperties, heading levels, AutomationPro...
.NET MAUI view animations, custom animations, easing functions, rotation, scale, translation, and fade effects. USE FOR:...
.NET MAUI app icon configuration, splash screen setup, SVG to PNG conversion at build time, composed/adaptive icons, and...
.NET MAUI app lifecycle guidance covering the four app states (not running, running, deactivated, stopped), cross-platfo...
Guide for .NET MAUI apps consuming .NET Aspire-hosted backend services. Covers AppHost configuration, service discovery...
Add authentication to .NET MAUI apps. Covers WebAuthenticator for generic OAuth 2.0 / social login, and MSAL.NET for Mic...
Guidance for implementing CollectionView in .NET MAUI apps — data display, layouts (list & grid), selection, grouping, s...
Always-on guardrail for .NET MAUI API currency. Prevents AI coding agents from using deprecated, obsolete, or removed AP...
Guide for creating custom .NET MAUI handlers, customizing existing handlers with property mappers, and implementing plat...
Guidance for .NET MAUI XAML data bindings, compiled bindings, value converters, binding modes, multi-binding, relative b...
Guide for implementing deep linking in .NET MAUI apps. Covers Android App Links with intent filters, Digital Asset Links...
Guidance for dependency injection in .NET MAUI apps — service registration, lifetime selection (Singleton/Transient/Scop...
Guidance for file picker, file system helpers, bundled assets, and app data storage in .NET MAUI applications. Covers Fi...
Add geolocation capabilities to .NET MAUI apps using Microsoft.Maui.Devices.Sensors. Covers one-shot and continuous loca...
Guidance for implementing tap, swipe, pan, pinch, drag-and-drop, and pointer gesture recognizers in .NET MAUI applicatio...
Guidance for custom drawing with Microsoft.Maui.Graphics, GraphicsView, canvas drawing operations, shapes, paths, text r...
Diagnose and troubleshoot .NET MAUI Hot Reload issues (C# Hot Reload, XAML Hot Reload, Blazor Hybrid). Covers all UI app...
Guidance for embedding web content in .NET MAUI apps using HybridWebView, including JavaScript–C# interop, bidirectional...
Add local notifications to .NET MAUI apps on Android, iOS, and Mac Catalyst. Covers notification channels, permissions,...
Guidance for localizing .NET MAUI apps: multi-language support via .resx resource files, culture resolution and runtime...
Guidance for adding map controls, pins, polygons, polylines, geocoding, Google Maps API key configuration, and platform...
Guidance for picking photos/videos, capturing from camera, multi-select (.NET 10), MediaPickerOptions, platform permissi...
Performance optimization guidance for .NET MAUI apps covering profiling, compiled bindings, layout efficiency, image opt...
.NET MAUI runtime permissions guidance — checking and requesting permissions, PermissionStatus handling, custom permissi...
Guidance for calling platform-specific native APIs from .NET MAUI apps. Covers partial classes, conditional compilation,...
Generate .NET MAUI project with platform-specific handlers for desktop and mobile
End-to-end guide for adding push notifications to .NET MAUI apps. Covers Firebase Cloud Messaging (Android), Apple Push...
Guidance for consuming REST APIs in .NET MAUI apps. Covers HttpClient setup with System.Text.Json, DI registration, serv...
.NET MAUI safe area and edge-to-edge layout guidance for .NET 10+. Covers SafeAreaEdges property, SafeAreaRegions enum,...
Add secure storage to .NET MAUI apps using SecureStorage.Default. Covers SetAsync, GetAsync, Remove, RemoveAll, platform...
.NET MAUI Shell navigation guidance — Shell visual hierarchy, AppShell setup, tab bars, flyout menus, URI-based navigati...
Add speech-to-text voice input to .NET MAUI apps using CommunityToolkit.Maui. Covers speech recognition, microphone perm...
Add SQLite local database storage to .NET MAUI apps using sqlite-net-pcl. Covers data models with ORM attributes, async...
Guide for theming .NET MAUI apps—light/dark mode support, AppThemeBinding, dynamic resources, ResourceDictionary theme s...
xUnit testing guidance for .NET MAUI apps — ViewModel testing, mocking MAUI services, test project setup, code coverage,...
Maven build configuration for the crypto-scout multi-module Java 25 project
Use when working with Maven build phases, goals, profiles, or customizing the build process for Java projects.
Audit Maven dependencies for outdated versions, security vulnerabilities, and conflicts. Use when user says "check depen...
Use when managing Maven dependencies, resolving dependency conflicts, configuring BOMs, or optimizing dependency trees i...
Maven and Gradle build tool patterns including pom.xml structure, build.gradle.kts configuration, multi-module projects,...
Use when configuring Maven plugins, setting up common plugins like compiler, surefire, jar, or creating custom plugin ex...
Maven build profile classification and user workflow for unmatched profiles