Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add musabekisakov-imj/flutter-design-engineer --skill flutter-designgit clone --depth 1 https://github.com/musabekisakov-imj/flutter-design-engineerWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/musabekisakov-imj/flutter-design-engineer/flutter-design)<a href="https://agentmods.dev/skills/musabekisakov-imj/flutter-design-engineer/flutter-design"><img src="https://agentmods.dev/badge/skills/musabekisakov-imj/flutter-design-engineer/flutter-design.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00065 | $0.00526 |
| Opus 5 | $0.00032 | $0.00263 |
| Sonnet 5 | $0.00013 | $0.00105 |
| Haiku 4.5 | $0.00006 | $0.00053 |
Grade A, and why
flutter-design scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 39 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Flutter Design
Design with evidence. Do not jump from a vague request to widget code.
Workflow
- Inspect
pubspec.yaml, Flutter/Dart versions, app structure, theme, routing, state management, reusable widgets, tests, and current git state. - Identify the product, primary user, critical action, platform mix, content hierarchy, constraints, and measurable success condition.
- Classify the work and invoke the smallest useful specialist set:
- Existing-interface diagnosis: use
$flutter-audit. - Tokens, themes, or component contracts: use
$flutter-design-system. - Approved UI implementation: use
$flutter-implementation. - Transition or interaction motion: use
$flutter-motion. - Accessibility, text scaling, keyboard, or RTL: use
$flutter-accessibility. - Rendered review or golden tests: use
$flutter-visual-qa.
- Existing-interface diagnosis: use
- Before implementation, record one explicit visual direction: type character, density, palette behavior, geometry, imagery, and motion character. Read
references/visual-direction.mdandreferences/anti-slop.md. - Enumerate data and interaction states: initial, loading, empty, populated, partial, error, offline, disabled, destructive confirmation, and success as applicable.
For multi-domain dashboards or connected tools, read
references/connected-product-workflows.mdand define the connective model before arranging regions. - Define acceptance criteria for compact and expanded layouts, themes, text scaling, and critical interactions.
- Implement only after direction and states are explicit.
- Require static checks, rendered evidence, accessibility review, and one refinement pass before completion.
Gates
- Ask one focused question when missing product context would materially change the design.
- Offer two or three visual approaches when direction is genuinely open; recommend one with product reasoning.
- Preserve existing business behavior unless the user authorizes behavior changes.
- Treat screenshots as evidence. Never claim visual parity or polish without inspecting rendered output.
- Report environmental limits explicitly when rendering or tests are unavailable.
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 39 lines · 65 tokens per session scan A 9c54e76e8fd6
flutter-design is a skill published in the GitHub repository musabekisakov-imj/flutter-design-engineer (4 stars, last pushed 1mo ago), licensed MIT. It adds 65 tokens to every session and 526 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
lumo
Mobile UI/UX design intelligence grounded in cognitive science (Fitts, Hick, Gestalt, Nielsen) and platform guidelines (Apple HIG, Material Design). Specialised for Jetpack Compose, Android XML, SwiftUI, and UIKit. Use when: "WCAG", "contrast", "accessibility", "colour pair", "design audit", "mobile UI review"…
beautify-flutter
Use when the user wants to design, redesign, build, critique, audit, polish, theme, animate, adapt, or otherwise improve a Flutter app's UI or UX. Covers full apps, screens, widgets, components, forms, onboarding, empty states, navigation, dashboards, and settings. Handles Material 3 theming, Cupertino/iOS adaptation…
apple-hig
Use whenever designing, building, styling, scaffolding, or reviewing ANY user interface, screen, view, component, layout, color, theme, typography, font, icon, symbol, spacing, motion, or navigation for an Apple platform (iOS, iPadOS, macOS, watchOS, tvOS, visionOS) — including SwiftUI/UIKit/AppKit code, buttons, tab…
design-md
Author/validate/export Google's DESIGN.md token spec files.
platform-conventions
Design to iOS and Android conventions — what each OS mandates, where they diverge, and when to unify. Use when shipping native apps. For breakpoint adaptation use responsive-design; for matching competitor patterns use jakobs-law (interaction-design).
iOS SwiftUI Accessibility
Enforces WCAG 2.2 accessible coding patterns when writing SwiftUI — labels, traits, Dynamic Type, contrast, touch targets, focus management, orientation, and more. Based on the ios-swiftui-accessibility-techniques project with 41 static analysis rules across 23 WCAG criteria.