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
Use this reference for pull-request and branch confidence checks.
Use the project's declared Flutter version or version manager. Respect workspaces, package filters, code-generation scripts, build flavors, and existing test grouping. Do not replace repository scripts with generic commands unless the scripts are broken and the task includes fixing them.
A typical gate order is dependency resolution, generated-code freshness when generated files are committed, formatting check, static analysis, fast unit/widget tests, then selected integration or platform jobs. This is a starting shape, not a requirement to run irrelevant work.
Cache only reproducible dependencies or tool downloads. Every concrete cache key must include the relevant lockfiles, OS/architecture, and effective Flutter/Dart/tool version rather than mentioning them only in prose. A cold miss and a hit must run the same correctness gates and produce equivalent results. Avoid caching signed artifacts or broad mutable build directories such as .dart_tool or build/ when stale mutable output can mask errors.
Use concurrency/cancellation for superseded branch runs where safe. Preserve logs and machine-readable reports needed to diagnose failures, with bounded retention.
Make required gates fail loudly and stop dependent delivery. Do not use continue-on-error, ignored exit codes, retries, or job-level optionality to conceal deterministic failures. Retry only demonstrated transient operations with a bound; surface the final failure and evidence.
.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