Loading...
Loading...
Found 357 Skills
Use idiomatic doc comments to provide a professional API surface.
Clean Code, Dart Guidelines & Documentation
Configure and resolve static analysis warnings to maintain project health.
Integrate OpenClix by adding local client code templates into an existing mobile app with minimal edits, strict dependency reuse, and post-integration build verification.
HTTP Networking with Dio, Retry & Caching Patterns
Ensure code correctness with comprehensive unit and integration tests.
Use Riverpod family providers to pass parameters and cache per parameter; FutureProvider.family, NotifierProvider.family, autoDispose with family, overriding in tests. Use when fetching data by ID, pagination, or any provider that depends on a parameter. Use this skill when the user asks about family, provider parameters, or caching by ID.
Customize Riverpod automatic retry on provider failure; retry function, per-provider and global retry, disabling retry, ProviderException, awaiting retries. Use when a provider can fail transiently and should retry, or when you need to disable or customize retry logic. Use this skill when the user asks about retry, failed providers, or exponential backoff in Riverpod.
Flame Engine 2D game development master index - core, systems, templates
App Flavors, Environment Config & Build Variants
Design Tokens, Reusable Components & Theming Standards
UI Performance, Design System, Adaptive UI & Interaction Patterns