Loading...
Loading...
Found 290 Skills
Architecture analysis, violation detection, and pattern validation. USE WHEN: reviewing code architecture, identifying violations, verifying patterns, updating technical documentation. Reference: docs/02-architecture/ARCHITECTURE.md Examples: <example> Context: User wants to check if code follows architecture. user: "Analyze if the payment module follows our architecture" assistant: "I'll use architecture-analyzer to review against ARCHITECTURE.md." <commentary>Architectural review is architecture-analyzer specialty.</commentary> </example> <example> Context: Need to identify technical debt. user: "Find architectural violations in the services layer" assistant: "I'll use architecture-analyzer to scan for violations." <commentary>Violation detection is architecture-analyzer responsibility.</commentary> </example>
Run tests for Keychat packages
Isar Database, Caching & Offline-First Patterns
State Management, Dependency Injection & Navigation
Master Dart/Flutter performance optimization including efficient code patterns, data structure selection, and compilation benefits.
Flame Engine 2D game development master index - core, systems, templates
. Use when writing tests, reviewing test coverage, or setting up testing.
AI-powered E2E testing for any app. Test 8 platforms with natural language — no test code needed.
Form State Management, Validation & Input Patterns
Use idiomatic doc comments to provide a professional API surface.
Migrate Riverpod from 2.0 to 3.0; automatic retry, paused listeners, legacy providers import, Ref simplification, FamilyNotifier removal, ProviderException, updateShouldNotify. Use when the user asks about Riverpod 3 migration, upgrading to Riverpod 3, or breaking changes in 3.0.
Persist Riverpod notifier state offline with Storage and persist(); riverpod_sqflite, JsonPersist, key, destroyKey, cache duration, testing with in-memory storage. Use when saving state across app restarts or offline. Use this skill when the user asks about offline persistence, persisting state, or Riverpod storage.