flutter-cicd
193HoangNguyen0403/agent-skills-standard
Skill Claude CodeCodex
Set up CI/CD pipelines for Flutter apps. Use when configuring automated testing, build, or deployment workflows with GitHub Actions or Fastlane.
HoangNguyen0403/agent-skills-standard
Skill Claude CodeCodex
Set up CI/CD pipelines for Flutter apps. Use when configuring automated testing, build, or deployment workflows with GitHub Actions or Fastlane.
HoangNguyen0403/agent-skills-standard
Skill Claude CodeCodex
Execute long-running tasks in background isolates to keep the UI responsive. Use when performing heavy computations, parsing large datasets, or choosing between async/await and isolates.
HoangNguyen0403/agent-skills-standard
Skill Claude CodeCodex
Configure service locator setup using injectable and getit in Flutter. Use when wiring dependency injection with getit or injectable.
HoangNguyen0403/agent-skills-standard
Skill Claude CodeCodex
Enforce Design Language System adherence in Flutter. Use when implementing design tokens, preventing hardcoded colors/spacing, or building a DLS.
HoangNguyen0403/agent-skills-standard
Skill Claude CodeCodex
Implement functional repository error recovery with Either/Failure patterns in Flutter. Use when handling exceptions or dartz Either types in data flows; defer UI-only retry buttons.
HoangNguyen0403/agent-skills-standard
Skill Claude CodeCodex
Organize Flutter apps with modular feature-based clean architecture. Use when creating features under lib/features/ with domain, data, and presentation layers. Do not use for test-only, BlocBuilder, navigation, or spinner requests.
HoangNguyen0403/agent-skills-standard
Skill Claude CodeCodex
Implement context-less navigation, named routes, and middleware using GetX. Use when building navigation with GetX routing in Flutter.
HoangNguyen0403/agent-skills-standard
Skill Claude CodeCodex
Implement reactive state with GetX controllers, bindings, and observables in Flutter. Use when managing app state with GetxController, Obx, GetBuilder, or dependency lifecycle—not unit tests for existing controllers.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: