Flutter design taste for AI agents.
The small details that make apps feel right, turned into skills your agent checks and fixes for you.
// crafted byKamran Bekirov
Skills
flutter-improve-design
Reviews your app against a catalog of UI/UX details, shows what's worth fixing in plain product language, and writes an implementation plan for each one you pick.
- install
$ npx skills add kamranbekirovyz/skills --skill flutter-improve-design- usage
- Run /flutter-improve-design, or tell your agent "review my app with flutter-improve-design".
- good for
- Run it before a release, after a redesign, or on a codebase you inherited.
- finds
- "null" on screen, the grey widget exception, layouts breaking when users make text bigger, images popping in instead of loading smoothly, key moments without haptic feedback, + 33 more
Next up
flutter-design-taste
Teaches your agent what good Flutter design looks like before it writes a single widget. Instead of fixing details after the fact, your agent gets them right from the first build.
Roadmap
flutter-improve-animations
Finds where motion is missing, jarring, or overdone, and plans animations that make the app feel native.
flutter-improve-theming
Audits colors, typography, and spacing into one consistent theme, light and dark.
flutter-improve-accessibility
Checks contrast, tap targets, semantics, and screen-reader support so everyone can use your app.
flutter-improve-performance
Hunts down unnecessary rebuilds, jank, and slow frames, then plans the fixes.
flutter-improve-web
Makes your Flutter web build feel like a real website, not a mobile port.
flutter-add-localization
Sets up localization the right way and migrates your hardcoded strings.
flutter-add-home-widget
Plans and wires up home-screen widgets for iOS and Android.
flutter-analyze-app-size
Breaks down what's bloating your binary and shows how to shrink it.