Focused Agent Skills for complete Flutter and Dart app delivery.
72
90%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Start with UI and data separation, explicit state ownership, repositories for domain data, and services around external systems. Add a domain/use-case layer only when business logic is shared, complex, or hard to test in presentation state. Choose dependency injection consistent with the project constraints; a package is not an architecture.
Document one vertical slice from user intent to data source and back. That example should make dependency direction and error ownership obvious without creating an interface for every class.
Name the concrete failure before migrating: circular dependencies, untestable state, duplicated policy, cross-feature data access, or unsafe lifecycle ownership. Introduce a seam around the affected feature, migrate one path, preserve public behavior, and keep old and new paths interoperable until callers move.
Avoid a big-bang folder rewrite. File movement without corrected ownership or dependency direction is not an architecture improvement. Add characterization tests before changing behavior and remove obsolete paths only after usage is verified.
.tessl-plugin
skills
dart-concurrency
dart-language
flutter-accessibility
flutter-ai-integration
flutter-animation
flutter-app-workflow
flutter-architecture
flutter-authentication
flutter-background-execution
flutter-build-release
flutter-ci-cd
flutter-code-review
flutter-dependency-upgrades
flutter-device-testing
flutter-figma-workflow
flutter-in-app-purchases
flutter-localization
references
flutter-networking
references
flutter-notifications
flutter-observability
flutter-openapi-client
flutter-package-development
flutter-performance
flutter-persistence
references
flutter-platform-integration
flutter-product-analytics
flutter-responsive-layout
references
flutter-runtime-debugging
flutter-security
flutter-state-management
flutter-testing
flutter-ui-design
flutter-ui-patterns
flutter-visual-effects