almasumdev/awesome-flutter-agent-skills
Skill Claude CodeCodex
Setup Flutter flavors (dev/staging/prod), environment variables via --dart-define / --dart-define-from-file, and buildrunner codegen. Use this when configuring multi-environment builds.
almasumdev/awesome-flutter-agent-skills
Skill Claude CodeCodex
Setup Flutter flavors (dev/staging/prod), environment variables via --dart-define / --dart-define-from-file, and buildrunner codegen. Use this when configuring multi-environment builds.
almasumdev/awesome-flutter-agent-skills
Skill Claude CodeCodex
Review and fix Dart async code — Futures, async/await, error handling, cancellation, and isolates. Use this when auditing asynchronous code for correctness and performance.
almasumdev/awesome-flutter-agent-skills
Skill Claude CodeCodex
Best practices for Dart Streams, StreamController, subscriptions, and combining streams with rxdart. Use this when implementing reactive data flows or subscribing to events.
almasumdev/awesome-flutter-agent-skills
Skill Claude CodeCodex
Guidance on Dio HTTP client in Flutter — configuration, interceptors, error handling, retries, and testing. Use this when implementing or debugging networking code.
almasumdev/awesome-flutter-agent-skills
Skill Claude CodeCodex
Converting imperative Navigator 1.0 (push/pop) navigation flows into declarative gorouter configuration, including deep links and tab shells. Use this when modernizing navigation.
almasumdev/awesome-flutter-agent-skills
Skill Claude CodeCodex
Step-by-step guidance for migrating StatefulWidget + setState code to Riverpod providers and notifiers. Use this when refactoring legacy state out of widget code.
almasumdev/awesome-flutter-agent-skills
Skill Claude CodeCodex
Debug and optimize flutter build times, codegen (buildrunner), and CI pipelines. Use this when builds are slow locally or in CI.
almasumdev/awesome-flutter-agent-skills
Skill Claude CodeCodex
Identify excessive widget rebuilds, missing const constructors, unstable keys, and jank in Flutter apps using DevTools. Use this when profiling or optimizing UI performance.
almasumdev/awesome-flutter-agent-skills
Skill Claude CodeCodex
Essential scripts and patterns for Flutter integrationtest automation — end-to-end flows, semantic navigation, device farms, and CI. Use this when building or running on-device tests.
almasumdev/awesome-flutter-agent-skills
Skill Claude CodeCodex
Setup and patterns for Unit, Widget, and Golden testing in Flutter using fluttertest, mocktail, and alchemist/goldentoolkit. Use this when writing or reviewing tests.
almasumdev/awesome-flutter-agent-skills
Skill Claude CodeCodex
Auditing Flutter widgets for accessibility — Semantics labels, touch targets, contrast, dynamic type, and screen readers. Use this when reviewing UI for a11y compliance.
almasumdev/awesome-flutter-agent-skills
Skill Claude CodeCodex
Build smooth, 120Hz-friendly Flutter animations — implicit, explicit, Hero, and physics-based — without jank. Use this when adding motion, transitions, or micro-interactions.
almasumdev/awesome-flutter-agent-skills
Skill Claude CodeCodex
Expert guidance on image loading and caching in Flutter using cachednetworkimage, Image widgets, and resizing. Use this when displaying remote or local images.
almasumdev/awesome-flutter-agent-skills
Skill Claude CodeCodex
Setup Flutter localization with flutterlocalizations, ARB files, intl plurals/genders/dates, RTL support, and dynamic locale switching. Use this when adding or auditing i18n.
almasumdev/awesome-flutter-agent-skills
Skill Claude CodeCodex
Declarative, type-safe navigation in Flutter using gorouter, including deep links, nested shells, and redirects. Use this when setting up or refactoring app routing.
almasumdev/awesome-flutter-agent-skills
Skill Claude CodeCodex
Best practices for building Flutter widgets, focusing on composition, const constructors, minimal rebuild scope, and theming. Use this when writing or refactoring widgets.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on modern iOS application architecture using Clean Architecture, SwiftUI-first layering, and Swift Package Manager (SPM) feature modularization. Use this when asked about project structure, module graph, or DI.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on designing an iOS data layer using the repository pattern, SwiftData or Core Data for persistence, URLSession async for networking, and offline-first strategies. Use when designing persistence, caching, or sync.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on SwiftUI state management using @State, @Binding, the Observation framework (@Observable), @Environment, and scoping state for testability. Use this for any question about where state should live.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on Xcode build configuration — schemes, xcconfig files, SPM package graph, build settings hygiene, and secret handling. Use when setting up or cleaning build settings.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on iOS CI/CD — Xcode Cloud, GitHub Actions on macOS runners, Fastlane lanes, TestFlight delivery, and App Store Connect API automation. Use when setting up pipelines or release automation.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on Combine publishers, subjects, operators, backpressure, error handling, and how to decide when to migrate to async/await. Use for Combine-heavy codebases.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on Swift structured concurrency — Task, TaskGroup, async let, actors, Sendable, cancellation, and Swift 6 strict concurrency. Use for any concurrency question.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on URLSession async APIs, retries, authentication, caching, request building, and background sessions. Use for any HTTP networking question.