Skill Claude CodeCodex
Sweeps the assets/ folder and registers them in pubspec.yaml, preventing runtime "Asset not found" crashes.
Skill Claude CodeCodex
Sweeps the assets/ folder and registers them in pubspec.yaml, preventing runtime "Asset not found" crashes.
Skill Claude CodeCodex
Executes dart run buildrunner build -d to generate code for packages like Freezed, JSON Serializable, and Riverpod.
Skill Claude CodeCodex
Applies Dart fixes and formats Dart code according to standard guidelines.
Skill Claude CodeCodex
Generates a standard Domain-Driven Design (DDD) feature-first directory structure inside the lib folder.
Skill Claude CodeCodex
Configures and runs the flutterlaunchericons package to generate native app icons for iOS and Android.
Skill Claude CodeCodex
Safely modifies AndroidManifest.xml and Info.plist to add native permissions (e.g., Camera, Location, Storage).
Skill Claude CodeCodex
Cleans up the Flutter and iOS environments to recover from mysterious build errors and cached states.
Skill Claude CodeCodex
Safely adds dependencies to pubspec.yaml using the Flutter CLI. This is much safer than manually editing the pubspec.yaml file to ensure indentation and version conflicts are managed effectively.
Skill Claude CodeCodex
Scaffolds a new Riverpod @riverpod class and (if needed) a corresponding Freezed state class, then triggers the build runner.
Skill Claude CodeCodex
Runs Flutter tests in machine-readable JSON format, optimized for AI agents to easily parse test failures without clutter.
Skill Claude CodeCodex
Automatically generates a baseline Widget Test file for a given UI screen, wrapping it in a MaterialApp to prevent context errors.
Instructions file GitHub Copilot
Copilot instructions for WAJDA9/flutter-agent-skills, covering role, rules of engagement and tone.