almasumdev

306 mods across 15 repositories, 16 stars between them.

flutter-flavors

25

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.

1 4mo ago A 44 tokens

dart-async-expert

26

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.

1 4mo ago A 38 tokens

dart-streams

27

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.

1 4mo ago A 35 tokens

flutter-dio

28

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.

1 4mo ago A 35 tokens

flutter-testing

34

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.

1 4mo ago A 39 tokens

flutter-animations

36

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.

1 4mo ago A 41 tokens

flutter-images

37

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.

1 4mo ago A 32 tokens

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.

1 4mo ago A 42 tokens

flutter-navigation

39

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.

1 4mo ago A 36 tokens

flutter-widgets

40

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.

1 4mo ago A 35 tokens

ios-architecture

41

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.

1 4mo ago A 47 tokens

ios-data-layer

42

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.

1 4mo ago A 47 tokens

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.

1 4mo ago A 47 tokens

ios-build-config

44

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.

1 4mo ago A 40 tokens

ios-ci-cd

45

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.

1 4mo ago A 49 tokens

combine-expert

46

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.

1 4mo ago A 39 tokens

swift-async-await

47

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.

1 4mo ago A 40 tokens