buildlisted
Install: claude install-skill ghozimahdi/gm-aiagent-plugins
Use the current user request as this skill's input. In Claude Code invoke it as
`/ufil:build`; in Codex invoke it as `$ufil:build`.
Run code generation for the Flutter project.
Steps:
1. Check if melos is available (look for `melos:` key in root `pubspec.yaml`) — if yes use `melos run build`, otherwise use `fvm dart run build_runner build --delete-conflicting-outputs`
2. If build fails, check for syntax errors in annotated files and fix
3. Run `fvm dart fix --apply lib/`
4. Run analyzer to verify no issues remain