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
Inspect the existing transport, serializer, generator, build system, naming conventions, and checked-in generated output before choosing tooling. Preserve a compatible established generator. Without one, prefer handwritten code for a small stable surface and evaluate generation for broad or frequently changing contracts. Confirm that any candidate supports the project's Dart and Flutter constraints and the contract features actually used; a generator advertising OpenAPI support may still flatten or reject particular dialect features.
Keep raw spec snapshots and generator configuration separate from generated Dart. Keep handwritten authentication adapters, domain mapping, repositories, retry policy, and business rules outside regeneratable files. Mark ownership clearly and make regeneration deterministic; never patch generated code as the durable fix when a template, mapping, adapter, or contract correction is the real owner.
format values such as date, date-time, UUID, URI, byte, and binary deliberately instead of trusting their text shape automatically.additionalProperties, recursive references, aliases, and free-form JSON without unsafe casts.oneOf, anyOf, allOf, and discriminators according to the input dialect. Do not collapse variants into one bag of nullable fields when variant identity affects correctness.style, explode, allowReserved, and collection rules. Ordinary query-map encoding is not equivalent to every OpenAPI serialization style.Create deterministic, collision-free Dart names when operation IDs are missing, duplicated, invalid, or changed. Keep the original method and path traceable. Preserve required path parameters, optional query and header parameters, request bodies, documented status variants, empty responses, redirects where relevant, multipart parts, streaming or binary bodies, and cancellation hooks supported by the project's client.
Generate authentication interfaces from security requirements, not credentials. Respect global security, operation overrides, alternatives, combined requirements, and anonymous operations. Route token acquisition, refresh, logout, and account state to the existing authentication owner.
OpenAPI callbacks and webhooks describe inbound requests to another server; they are not ordinary requests that a Flutter client should automatically expose or start listening for. Generate or document them only when the target architecture genuinely owns that receiver.
.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