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
Convert auto-layout to Flutter constraints and flex behavior, not fixed canvas coordinates. Use Row, Column, Wrap, slivers, constraints, alignment, and theme tokens according to the actual resizing rules. Preserve semantics and hit targets even when Figma layers are purely visual.
Do not create one widget per layer. Extract a widget when it has behavior, a reusable visual contract, isolated state, or a meaningful rebuild boundary. Keep decorative layers close to their owner.
Use provided assets when licensing and quality are clear. Prefer vectors for suitable icons and shapes, but validate unsupported SVG features and rasterize intentionally when needed. Do not silently replace a brand font or icon family.
Document intentional deviations such as platform controls, accessibility changes, unavailable assets, or a design-system token correction. Visual similarity alone does not override interaction, semantics, or runtime constraints.
.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