launch52-ai

28 mods across 1 repository, 2 stars between them.

a11y

01

launch52-ai/flutter-template

Skill Claude CodeCodex

Audit and implement accessibility in Flutter apps. Use when adding semantic labels, testing screen reader compatibility, ensuring WCAG compliance, fixing accessibility issues, or making UI accessible to all users. Covers Semantics widgets, contrast ratios, touch targets, and assistive technology support.

2 6mo ago A 57 tokens original MIT

account-deletion

02

launch52-ai/flutter-template

Skill Claude CodeCodex

Implement GDPR/App Store/Play Store compliant account deletion with confirmation flow, data cleanup, and auth sign-out. Use when adding "delete account", "remove account", or "user data deletion" features. Required for both App Store and Play Store compliance.

2 6mo ago A 55 tokens original MIT

analytics

03

launch52-ai/flutter-template

Skill Claude CodeCodex

Analytics and crash reporting with Firebase Analytics, Crashlytics, Sentry, or PostHog. Event tracking, user properties, screen views, crash reports, error logging. Plug-and-play provider architecture. Use when implementing analytics, crash reporting, or switching providers.

2 6mo ago A 55 tokens original MIT

auth

04

launch52-ai/flutter-template

Skill Claude CodeCodex

Generate base authentication feature scaffold with Clean Architecture. Creates shared auth infrastructure (AuthRepository, AuthNotifier, UserProfile, LoginScreen) that /social-login and /phone-auth extend. Run after /core, before specific auth methods.

2 6mo ago A 48 tokens original MIT

ci-cd

05

launch52-ai/flutter-template

Skill Claude CodeCodex

Set up CI/CD pipelines with GitHub Actions and Fastlane for Flutter apps. Automates testing, building, and deployment to Firebase App Distribution, TestFlight, and Play Store. Use when setting up automated workflows or preparing for release.

2 6mo ago A 51 tokens original MIT

core

06

launch52-ai/flutter-template

Skill Claude CodeCodex

Generate core infrastructure for Flutter apps. Creates theme system (AppColors, AppTheme), router (GoRouter), services (SecureStorage, SharedPrefs, Supabase), error handling (Failures), and providers. Run after /init, before /auth.

2 6mo ago A 52 tokens original MIT

data

07

launch52-ai/flutter-template

Skill Claude CodeCodex

Generate data layer code (Freezed DTOs, repository implementations, data sources) from feature specifications or API references. Creates the bridge between domain entities and external data sources. Use after /domain to implement the data layer.

2 6mo ago A 46 tokens original MIT

deep-linking

08

launch52-ai/flutter-template

Skill Claude CodeCodex

Deep linking with Universal Links (iOS) and App Links (Android). Platform setup, domain verification, GoRouter integration, path-based routing. Use when implementing deep links, URL handling, or app-to-web navigation.

2 6mo ago A 48 tokens original MIT

design

09

launch52-ai/flutter-template

Skill Claude CodeCodex

Design user interfaces with exceptional UX patterns. Use when implementing screens, reviewing UI code, choosing loading states, handling errors gracefully, placing interactive elements, adding animations, or ensuring the app feels polished and intuitive. Focuses on user experience details that make apps feel…

2 6mo ago A 55 tokens original MIT

domain

10

launch52-ai/flutter-template

Skill Claude CodeCodex

Generate domain layer code (entities, enums, repository interfaces) from feature specifications. Creates pure Dart business logic with no external dependencies. Use after /feature-init to fill in the domain layer.

2 6mo ago A 40 tokens original MIT

feature-init

11

launch52-ai/flutter-template

Skill Claude CodeCodex

Initialize new feature with Clean Architecture folder structure and skeleton files. Creates scaffold for domain, data, and presentation layers with TODOs. Use AFTER /plan to create the initial structure, then run /domain and /data to fill in details.

2 6mo ago A 51 tokens original MIT

flavors

12

launch52-ai/flutter-template

Skill Claude CodeCodex

Configure environment flavors (dev, staging, prod) for Flutter apps. Sets up compile-time variables via --dart-define-from-file, Gradle productFlavors, Xcode schemes, and per-environment configuration. Use when adding multi-environment support or separating dev/staging/prod builds.

2 6mo ago A 62 tokens original MIT

force-update

13

launch52-ai/flutter-template

Skill Claude CodeCodex

Implement in-app update prompts with version checking, force/soft updates, Android In-App Updates, and store redirects. Supports Supabase and Firebase Remote Config backends. Use when adding update dialogs, version management, or blocking outdated app versions.

2 6mo ago A 51 tokens original MIT

i18n

14

launch52-ai/flutter-template

Skill Claude CodeCodex

Audit Flutter code for hardcoded strings, write clear user-friendly text following UX guidelines, and migrate strings to i18n files. Use when checking localization, finding hardcoded text, improving string clarity, writing error messages, button labels, or any user-facing text.

2 6mo ago A 57 tokens original MIT

in-app-purchases

15

launch52-ai/flutter-template

Skill Claude CodeCodex

In-app purchases and subscriptions with RevenueCat. Product configuration, entitlements, paywalls, restore purchases, subscription status. Use when implementing subscriptions, one-time purchases, paywalls, or monetization.

2 6mo ago A 45 tokens original MIT

init

16

launch52-ai/flutter-template

Skill Claude CodeCodex

Initialize a new Flutter project. Gathers requirements, runs flutter create, adds dependencies, configures environment, and sets up main.dart. Run this first when creating a new app.

2 6mo ago C 38 tokens original MIT

local-auth

17

launch52-ai/flutter-template

Skill Claude CodeCodex

Local device authentication (biometric + device credentials). App unlock with configurable timeout, biometric change detection, optional app PIN, optional lock screen UI. Use when adding biometric login, app unlock, or secure action confirmation.

2 6mo ago A 46 tokens original MIT

launch52-ai/flutter-template

Skill Claude CodeCodex

Network connectivity monitoring with global offline banner. Uses connectivityplus with smart detection that considers actual API success. Use when adding offline detection, network monitoring, or connectivity-aware UI.

2 6mo ago A 38 tokens original MIT

offline

19

launch52-ai/flutter-template

Skill Claude CodeCodex

Offline-first architecture with local storage, sync, and conflict resolution. Use when adding offline support, data synchronization, local caching, or queue-based sync. Supports fully offline apps and online-first apps with offline fallback.

2 6mo ago A 44 tokens original MIT

phone-auth

20

launch52-ai/flutter-template

Skill Claude CodeCodex

Phone OTP authentication - country data, phone formatting, E.164 validation, rate limiting, retry patterns. Use when implementing phone verification flows. Supports Supabase and custom backends.

2 6mo ago A 39 tokens original MIT

plan

21

launch52-ai/flutter-template

Skill Claude CodeCodex

Comprehensive feature planning before implementation. Gathers requirements, designs all layers (domain, data, presentation), identifies data sources, and creates an implementation roadmap with skill references. Use BEFORE creating any new feature to ensure complete understanding and proper architecture.

2 6mo ago A 50 tokens original MIT

presentation

22

launch52-ai/flutter-template

Skill Claude CodeCodex

Generate presentation layer code (Freezed states, Riverpod notifiers, screens, widgets) from feature specifications. Creates the UI layer with proper state management. Use after /data to implement screens and state handling.

2 6mo ago A 44 tokens original MIT

push-notifications

23

launch52-ai/flutter-template

Skill Claude CodeCodex

Push notifications with Firebase Cloud Messaging (FCM). Platform setup, APNs certificates, foreground/background handling, deep linking, topic subscriptions, local notifications. Use when implementing push notifications or troubleshooting FCM.

2 6mo ago A 44 tokens original MIT

release

24

launch52-ai/flutter-template

Skill Claude CodeCodex

Prepare Flutter apps for App Store and Play Store release. Use when setting up Android signing, iOS certificates, app icons, splash screens, or preparing for production deployment. Covers keystore creation, Xcode signing, store setup, and release builds.

2 6mo ago A 52 tokens original MIT