dart-cli-app-best-practices
by flutter
Keep the contents of your entrypoint file (e.g., bin/my_app.dart ) minimal. This improves testability by decoupling logic from the process runner.
npx skills add https://github.com/flutter/skills --skill dart-cli-app-best-practices