source-command-flutter-build
Installation
SKILL.md
source-command-flutter-build
Use this skill when the user asks to run the migrated source command flutter-build.
Command Template
Flutter Build and Fix
This command invokes the dart-build-resolver agent to incrementally fix Dart/Flutter build errors with minimal changes.
What This Command Does
- Run Diagnostics: Execute
flutter analyze,flutter pub get - Parse Errors: Group by file and sort by severity
- Fix Incrementally: One error at a time
- Verify Each Fix: Re-run analysis after each change
- Report Summary: Show what was fixed and what remains