flutter-design-system

flutter-design-system is a skill for Codex from musabekisakov-imj/flutter-design-engineer. It costs 61 tokens per session (440 once invoked), scanned A, original, MIT.

A guide for creating a shared Flutter design system with named roles for colors, text, spacing, shapes, motion, themes, and reusable components.

In plain words
What is it for?
Use it when working on Flutter themes, design tokens, dark mode, shared components, visual consistency, or replacing repeated styling constants.
Why use it?
It prevents scattered visual values and inconsistent screens, while supporting light and dark themes and gradual migration of an existing app.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it when working on Flutter themes, design tokens, dark mode, shared components, visual consistency, or replacing repeated styling constants.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/musabekisakov-imj/flutter-design-engineer/flutter-design-system
Install

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.

Any agent
npx skills add musabekisakov-imj/flutter-design-engineer --skill flutter-design-system
Clone the repo
git clone --depth 1 https://github.com/musabekisakov-imj/flutter-design-engineer

Made for: Codex.

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

agentmods badge for flutter-design-system

README.md
[![agentmods](https://agentmods.dev/badge/skills/musabekisakov-imj/flutter-design-engineer/flutter-design-system/github.svg)](https://agentmods.dev/skills/musabekisakov-imj/flutter-design-engineer/flutter-design-system)
Your own site
<a href="https://agentmods.dev/skills/musabekisakov-imj/flutter-design-engineer/flutter-design-system"><img src="https://agentmods.dev/badge/skills/musabekisakov-imj/flutter-design-engineer/flutter-design-system/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for flutter-design-system

Your own site · 80×15
<a href="https://agentmods.dev/skills/musabekisakov-imj/flutter-design-engineer/flutter-design-system"><img src="https://agentmods.dev/badge/skills/musabekisakov-imj/flutter-design-engineer/flutter-design-system.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 440 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00061 $0.00440
Opus 5 $0.00030 $0.00220
Sonnet 5 $0.00012 $0.00088
Haiku 4.5 $0.00006 $0.00044

Measured 8d ago against content hash bef5dca20e8f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

flutter-design-system 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.

skills/flutter-design-system/SKILL.md · 37 lines

What it actually says

Flutter Design System

Build a semantic system that serves the product; do not impose a generic component library.

Process

  1. Inventory existing ThemeData, extensions, constants, text styles, colors, radii, spacing, shared widgets, and package dependencies.
  2. Identify visual language and product constraints. Read references/visual-direction.md, references/typography-and-color.md, and references/layout-and-density.md.
  3. Define semantic roles before values:
    • surfaces, content, borders, accents, status, and interaction states;
    • display, title, body, label, and numeric typography roles;
    • spacing, radius, elevation, icon size, control height, and motion roles. For products spanning multiple domains, read references/connected-product-workflows.md; give domains semantic accents without fragmenting the shared system.
  4. Map roles into ColorScheme, TextTheme, component themes, and narrowly scoped ThemeExtensions.
  5. Support light/dark contrast and platform behavior without duplicating raw values throughout widgets.
  6. Define component contracts for behavior and states, not only appearance.
  7. Migrate incrementally. Avoid replacing mature project primitives unless the new system resolves a documented issue.

Rules

  • Prefer semantic names such as surfaceRaised over color names such as gray100 in widget code.
  • Keep domain meaning out of universal primitives when a local component is clearer.
  • Avoid excessive token granularity that makes ordinary UI changes require system archaeology.
  • Test text scaling, RTL, disabled/error states, and theme transitions.
  • Keep package APIs stable when modifying a library.

Use starter assets in assets/starter/ as adaptation examples, not mandatory architecture.

Deliver

Document token decisions, migration boundaries, component contracts, theme coverage, and verification performed. State intentional exceptions.

Files

What ships with it

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

Changes

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.

  1. 8d ago First seen · 37 lines · 61 tokens per session scan A bef5dca20e8f

Subscribe to this mod's changes

flutter-design-system is a skill published in the GitHub repository musabekisakov-imj/flutter-design-engineer (4 stars, last pushed 1mo ago), licensed MIT. It adds 61 tokens to every session and 440 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.

Related

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

OneXeor-Dev/lumo · 104 tokens

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…

parasvishwa/beautify-flutter · 189 tokens

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…

Elevatormusic/apple-hig · 159 tokens

design-md

Author/validate/export Google's DESIGN.md token spec files.

mateaix/mateclaw · 14 tokens

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

Owl-Listener/designer-skills · 55 tokens

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.

cvs-health/ios-swiftui-accessibility-techniques · 67 tokens