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 operational event design and correlation.
Prefer structured events with stable names and bounded attributes over prose assembled from arbitrary objects. Define severity and ownership so alerts map to action. Add breadcrumbs only around state transitions useful for diagnosis; high-volume UI gestures usually add cost and noise.
Trace user-important asynchronous paths at meaningful boundaries such as repository request, local lookup, parsing, and rendering handoff. Propagate an existing correlation or trace identifier through owned layers without coupling domain models to a vendor. Do not create a span for every function.
Use dart:developer logging or timeline APIs for local tooling when they fit; a production backend still needs an explicit adapter. Keep the telemetry interface small enough to fake in tests and to disable safely.
Classify attributes before capture. Default-deny raw request/response bodies, headers, tokens, passwords, payment values, health data, message contents, precise location, and arbitrary toString() output. Redact at the earliest shared boundary and test the redactor.
Honor the application's consent and deletion model. Distinguish crash/operational collection from product analytics where policy or platform disclosures do. Configure retention, environment separation, access, and sampling in the actual backend rather than promising them only in client code.
Sample high-volume success traces intentionally, but preserve enough error and latency tail data to diagnose incidents. Bound offline buffers by age and size; telemetry must not crowd out product data or block a user flow.
.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