Loading...
Loading...
Found 174 Skills
Adding stable accessibility identifiers for screenshot automation across all frameworks. Covers Flutter, SwiftUI, UIKit, Jetpack Compose, XML Android, and React Native. Naming conventions, common widget patterns, and verification strategies.
Generates code and provides documentation for the Genkit Dart SDK. Use when the user asks to build AI agents in Dart, use Genkit flows, or integrate LLMs into Dart/Flutter applications.
Executes long-running tasks in background isolates to keep the UI responsive. Use when performing heavy computations or parsing large datasets.
Master Dart/Flutter performance optimization including efficient code patterns, data structure selection, and compilation benefits.
Firebase Auth, Firestore, FCM, Crashlytics & Analytics Patterns
State Management, Dependency Injection & Navigation
Form State Management, Validation & Input Patterns
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>
Isar Database, Caching & Offline-First Patterns
CI/CD Pipelines, Versioning & Release Management
Configure and resolve static analysis warnings to maintain project health.
Maintain code consistency by following official Dart style and naming conventions.