thiennc-tesoglobal/flutter-skills

39 agent markdown files indexed from thiennc-tesoglobal/flutter-skills. Install any of them pinned to an exact hash with mdr add thiennc-tesoglobal/flutter-skills/<name>.

AGENTS.md agents
thiennc-tesoglobal/flutter-skills · AGENTS.md
git:20260906.cda0098 · audit A · 7 stars
CLAUDE.md claude
thiennc-tesoglobal/flutter-skills · CLAUDE.md
git:20260906.cda0098 · audit B · 7 stars
dart-concurrency skill
thiennc-tesoglobal/flutter-skills · skills/dart-concurrency/SKILL.md · Design and debug Dart asynchronous infrastructure with Future, Stream, isolates, cancellation, and lifecycle-safe…
git:20260904.d6e468f · audit A · 7 stars
dart-language skill
thiennc-tesoglobal/flutter-skills · skills/dart-language/SKILL.md · Apply modern Dart language and API patterns in non-concurrency code. Use for types, records, patterns, sealed classes…
git:20260904.d6e468f · audit A · 7 stars
flutter-accessibility skill
thiennc-tesoglobal/flutter-skills · skills/flutter-accessibility/SKILL.md · Build or audit Flutter accessibility for semantics, screen readers, focus, keyboard access, text scaling, contrast…
git:20260904.d6e468f · audit A · 7 stars
flutter-ai-integration skill
thiennc-tesoglobal/flutter-skills · skills/flutter-ai-integration/SKILL.md · Build or review provider-neutral AI features in Flutter, including streaming responses, conversation state, structured…
git:20260830.0eba8b4 · audit A · 7 stars
flutter-animation skill
thiennc-tesoglobal/flutter-skills · skills/flutter-animation/SKILL.md · Implement or diagnose Flutter motion with implicit, explicit, route, Hero, staggered, and physics-based animations. Use…
git:20260827.be30b45 · audit A · 7 stars
flutter-app-workflow skill
thiennc-tesoglobal/flutter-skills · skills/flutter-app-workflow/SKILL.md · Coordinate end-to-end delivery of a complete Flutter app or feature across UI, state, data, tests, bounded…
git:20260911.8fb46bd · audit A · 7 stars
flutter-architecture skill
thiennc-tesoglobal/flutter-skills · skills/flutter-architecture/SKILL.md · Select, review, or evolve Flutter application boundaries, dependency direction, and feature organization. Use for new…
git:20260824.4a5ce29 · audit A · 7 stars
flutter-authentication skill
thiennc-tesoglobal/flutter-skills · skills/flutter-authentication/SKILL.md · Implement, repair, or review Flutter user authentication and session lifecycle, including OAuth or OIDC redirects…
git:20260830.02823f0 · audit A · 7 stars
flutter-background-execution skill
thiennc-tesoglobal/flutter-skills · skills/flutter-background-execution/SKILL.md · Implement, debug, or verify Flutter work that must continue or be scheduled after the app leaves the foreground…
git:20260824.6f7354b · audit A · 7 stars
flutter-build-release skill
thiennc-tesoglobal/flutter-skills · skills/flutter-build-release/SKILL.md · Configure and verify Flutter flavors, environments, signing, versioning, release artifacts, obfuscation symbols, and…
git:20260904.d6e468f · audit A · 7 stars
flutter-ci-cd skill
thiennc-tesoglobal/flutter-skills · skills/flutter-ci-cd/SKILL.md · Create, repair, or harden provider-neutral Flutter CI/CD pipelines, quality gates, caches, artifacts, secrets, and…
git:20260823.e1e763a · audit A · 7 stars
flutter-code-review skill
thiennc-tesoglobal/flutter-skills · skills/flutter-code-review/SKILL.md · Review Flutter and Dart diffs, commits, pull requests, focused code scopes, or completed implementations for concrete…
git:20260913.99baccf · audit A · 7 stars
flutter-dependency-upgrades skill
thiennc-tesoglobal/flutter-skills · skills/flutter-dependency-upgrades/SKILL.md · Plan, execute, or review Flutter and Dart SDK upgrades, dependency resolution, lockfile changes, package breaking…
git:20260824.bc4cf31 · audit A · 7 stars
flutter-device-testing skill
thiennc-tesoglobal/flutter-skills · skills/flutter-device-testing/SKILL.md · Operate and verify Flutter apps on a concrete emulator, simulator, browser, desktop, or physical device. Use for target…
git:20260913.e735162 · audit A · 7 stars
flutter-figma-workflow skill
thiennc-tesoglobal/flutter-skills · skills/flutter-figma-workflow/SKILL.md · Translate an explicit Figma file, frame, component, or node into production Flutter while preserving the app's design…
git:20260824.4a5ce29 · audit A · 7 stars
flutter-in-app-purchases skill
thiennc-tesoglobal/flutter-skills · skills/flutter-in-app-purchases/SKILL.md · Implement, repair, or review Flutter purchases of digital goods and subscriptions through app stores, including…
git:20260830.02823f0 · audit A · 7 stars
flutter-localization skill
thiennc-tesoglobal/flutter-skills · skills/flutter-localization/SKILL.md · Implement or review Flutter localization with gen_l10n, ARB resources, plurals, locale-aware formatting, RTL layout…
git:20260827.be30b45 · audit A · 7 stars
flutter-navigation skill
thiennc-tesoglobal/flutter-skills · skills/flutter-navigation/SKILL.md · Implement, review, or verify Flutter routing, deep-link destinations, back-stack behavior, nested navigation…
git:20260827.be30b45 · audit A · 7 stars
flutter-networking skill
thiennc-tesoglobal/flutter-skills · skills/flutter-networking/SKILL.md · Build or review Flutter remote data and transport boundaries across HTTP, GraphQL, WebSocket, SSE, or Socket.IO. Use…
git:20260908.5b33f2a · audit A · 7 stars
flutter-notifications skill
thiennc-tesoglobal/flutter-skills · skills/flutter-notifications/SKILL.md · Implement or repair Flutter local notifications and remote push delivery across permission, scheduling, token…
git:20260823.e1e763a · audit A · 7 stars
flutter-observability skill
thiennc-tesoglobal/flutter-skills · skills/flutter-observability/SKILL.md · Design, implement, or repair production observability in Flutter using operational logs, error and crash capture…
git:20260830.02823f0 · audit A · 7 stars
flutter-openapi-client skill
thiennc-tesoglobal/flutter-skills · skills/flutter-openapi-client/SKILL.md · Discover, inspect, generate, or update Flutter and Dart API clients from Swagger or OpenAPI contracts. Use when spec…
git:20260908.5b33f2a · audit A · 7 stars
flutter-package-development skill
thiennc-tesoglobal/flutter-skills · skills/flutter-package-development/SKILL.md · Create, evolve, test, or prepare reusable Dart packages and Flutter plugins for distribution. Use when the package…
git:20260904.132082f · audit A · 7 stars
flutter-performance skill
thiennc-tesoglobal/flutter-skills · skills/flutter-performance/SKILL.md · Profile and improve Flutter runtime performance using profile-mode evidence, DevTools, frame analysis, rebuild…
git:20260824.4a5ce29 · audit A · 7 stars
flutter-persistence skill
thiennc-tesoglobal/flutter-skills · skills/flutter-persistence/SKILL.md · Design or review Flutter on-device persistence, caching, schema migrations, and offline synchronization. Use for…
git:20260913.b31ef38 · audit A · 7 stars
flutter-platform-integration skill
thiennc-tesoglobal/flutter-skills · skills/flutter-platform-integration/SKILL.md · Implement or review Flutter platform channels, Pigeon APIs, FFI and build hooks, native plugin implementations…
git:20260830.0eba8b4 · audit A · 7 stars
flutter-product-analytics skill
thiennc-tesoglobal/flutter-skills · skills/flutter-product-analytics/SKILL.md · Design, implement, repair, or review product analytics in Flutter using event contracts, identity, consent, funnels…
git:20260830.02823f0 · audit A · 7 stars
flutter-responsive-layout skill
thiennc-tesoglobal/flutter-skills · skills/flutter-responsive-layout/SKILL.md · Build or repair adaptive Flutter layouts across devices, constraints, breakpoints, overlap, clipping, orientation, and…
git:20260905.2eea1ce · audit A · 7 stars
flutter-runtime-debugging skill
thiennc-tesoglobal/flutter-skills · skills/flutter-runtime-debugging/SKILL.md · Reproduce, inspect, diagnose, and fix Flutter failures in a running app using logs, debugger attachment, DevTools…
git:20260830.02823f0 · audit A · 7 stars
flutter-security skill
thiennc-tesoglobal/flutter-skills · skills/flutter-security/SKILL.md · Threat-model, audit, or harden Flutter and Dart applications against concrete security and privacy risks involving…
git:20260830.02823f0 · audit A · 7 stars
flutter-state-management skill
thiennc-tesoglobal/flutter-skills · skills/flutter-state-management/SKILL.md · Design or review Flutter state ownership, update flow, and package integration. Use for setState, Listenable, Provider…
git:20260827.be30b45 · audit A · 7 stars
flutter-testing skill
thiennc-tesoglobal/flutter-skills · skills/flutter-testing/SKILL.md · Design, write, or review Flutter unit, widget, golden, and integration tests. Use for test strategy, regressions…
git:20260908.5b33f2a · audit A · 7 stars
flutter-text-rendering skill
thiennc-tesoglobal/flutter-skills · skills/flutter-text-rendering/SKILL.md · Diagnose and fix Flutter text display issues including text overflow, orphaned words, line breaking, truncation…
git:20260913.489f61c · audit A · 7 stars
flutter-ui-design skill
thiennc-tesoglobal/flutter-skills · skills/flutter-ui-design/SKILL.md · Design or visually transform Flutter interfaces with a deliberate art direction, distinctive product identity, coherent…
git:20260823.0ed4f99 · audit A · 7 stars
flutter-ui-patterns skill
thiennc-tesoglobal/flutter-skills · skills/flutter-ui-patterns/SKILL.md · Build and refactor Flutter widgets, forms with stale-safe asynchronous validation and duplicate-submit handling, widget…
git:20260823.5691dc4 · audit A · 7 stars
flutter-visual-effects skill
thiennc-tesoglobal/flutter-skills · skills/flutter-visual-effects/SKILL.md · Implement or review advanced Flutter visual rendering such as frosted or liquid glass, backdrop blur, refraction…
git:20260823.c57fd15 · audit A · 7 stars
flutter-webview skill
thiennc-tesoglobal/flutter-skills · skills/flutter-webview/SKILL.md · Implement, repair, or review embedded web content in Flutter, including navigation policy, JavaScript bridges, cookies…
git:20260831.63d6044 · audit A · 7 stars

Source

github.com/thiennc-tesoglobal/flutter-skills · 7 stars · license BSD-3-Clause · pushed 2026-09-17