[x] flutterskills.md

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 BekirovKamran Bekirov

works withClaude CodeCursorCodexGemini CLI+ more ↗

Skills

01

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
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

02

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

03

flutter-improve-animations

Finds where motion is missing, jarring, or overdone, and plans animations that make the app feel native.

04

flutter-improve-theming

Audits colors, typography, and spacing into one consistent theme, light and dark.

05

flutter-improve-accessibility

Checks contrast, tap targets, semantics, and screen-reader support so everyone can use your app.

06

flutter-improve-performance

Hunts down unnecessary rebuilds, jank, and slow frames, then plans the fixes.

07

flutter-improve-web

Makes your Flutter web build feel like a real website, not a mobile port.

08

flutter-add-localization

Sets up localization the right way and migrates your hardcoded strings.

09

flutter-add-home-widget

Plans and wires up home-screen widgets for iOS and Android.

10

flutter-analyze-app-size

Breaks down what's bloating your binary and shows how to shrink it.