flutter-accessibility

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

A review and implementation guide for making Flutter apps usable by people with disabilities and across languages and writing directions. Flutter is Google’s toolkit for building app interfaces.

In plain words
What is it for?
Use it to check or improve screen-reader semantics, keyboard and switch navigation, text scaling, touch targets, form errors, motion settings, translations, and right-to-left behavior.
Why use it?
It helps prevent barriers such as missing screen-reader labels, poor keyboard focus, clipped large text, weak contrast, and incorrect right-to-left layouts. It treats problems that block essential tasks as release blockers.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to check or improve screen-reader semantics, keyboard and switch navigation, text scaling, touch targets, form errors, motion settings, translations, and right-to-left behavior.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/musabekisakov-imj/flutter-design-engineer/flutter-accessibility
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-accessibility
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-accessibility

README.md
[![agentmods](https://agentmods.dev/badge/skills/musabekisakov-imj/flutter-design-engineer/flutter-accessibility.svg)](https://agentmods.dev/skills/musabekisakov-imj/flutter-design-engineer/flutter-accessibility)
Your own site
<a href="https://agentmods.dev/skills/musabekisakov-imj/flutter-design-engineer/flutter-accessibility"><img src="https://agentmods.dev/badge/skills/musabekisakov-imj/flutter-design-engineer/flutter-accessibility.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 370 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.00054 $0.00370
Opus 5 $0.00027 $0.00185
Sonnet 5 $0.00011 $0.00074
Haiku 4.5 $0.00005 $0.00037

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

Security

Grade A, and why

flutter-accessibility 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 7d 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-accessibility/SKILL.md · 34 lines

What it actually says

Flutter Accessibility

Treat accessibility failures that block core tasks as release blockers.

Audit

  1. Identify core journeys and the assistive modes relevant to supported platforms.
  2. Inspect semantics, labels, values, hints, grouping, headings, live updates, and decorative exclusions.
  3. Traverse with keyboard, switch-like focus, and screen reader where available.
  4. Test system text scaling up to the supported maximum without clipping or hiding critical actions.
  5. Verify contrast, non-color cues, touch targets, error association, disabled-state clarity, and motion preferences.
  6. Test long translations, pluralization, bidirectional content, mirrored navigation, and directional icon correctness.
  7. Read references/accessibility-and-localization.md and relevant platform guidance already present in the project. For multi-domain dashboards, read references/connected-product-workflows.md and align semantic order with cross-domain visual priority.

Implement

  • Prefer semantic native Flutter controls before custom gesture surfaces.
  • Merge or exclude semantics intentionally; do not create duplicate announcements.
  • Keep focus order aligned with visual and task order.
  • Announce asynchronous errors and important state changes without excessive chatter.
  • Use logical direction APIs (start/end) when layout should mirror.
  • Do not disable text scaling to protect a fragile layout.
  • Provide reduced-motion behavior without removing necessary feedback.

Verify and Report

State tools, platforms, text scales, locales, directions, themes, and journeys tested. Distinguish automated checks from manual assistive-technology verification and identify gaps.

Files

What ships with it

3 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. 7d ago First seen · 34 lines · 54 tokens per session scan A 8f647a145958

Subscribe to this mod's changes

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

global-toolbar-controls

Quick global settings — currency, language, region, units — belong in a persistent, low-profile location such as a header toolbar or footer. These controls are frequent but not primary, so they use small typography and stay out of the main content hierarchy. Use when designing global selectors, locale switchers, or…

dembrandt/dembrandt-skills · 75 tokens

ios-localization

Implement, review, or improve localization and internationalization in iOS/macOS apps — String Catalogs (.xcstrings), generated localizable symbols, stable key naming, LocalizedStringKey, LocalizedStringResource, pluralization, FormatStyle for numbers/dates/measurements, right-to-left layout, Dynamic Type, and…

dpearson2699/swift-ios-skills · 127 tokens

natural-language

Tokenize, tag, and analyze natural language text using Apple's NaturalLanguage framework and translate between languages with the Translation framework. Use when adding language identification, sentiment analysis, named entity recognition, part-of-speech tagging, text embeddings, or in-app translation to…

dpearson2699/swift-ios-skills · 63 tokens

swift-formatstyle

Formats and parses locale-aware numbers, decimals, currencies, percentages, dates, durations, measurements, names, lists, byte counts, and URLs with Foundation FormatStyle and ParseableFormatStyle. Use when replacing legacy Formatter subclasses, designing reusable format APIs, using SwiftUI Text(:format:), correcting…

dpearson2699/swift-ios-skills · 74 tokens

flutter-internationalization

Add, fix, audit, and maintain Flutter internationalization with gen-l10n, ARB files, AppLocalizations, flutterlocalizations, intl formatting, plural/select messages, RTL support, locale-specific number/date formatting, and localization build errors. Use when asked to add l10n or i18n, translate Flutter UI text…

MADTeacher/mad-agents-skills · 98 tokens

flutter

Flutter 3.44 — widget catalog, layouts, interactivity, animations, navigation, assets, adaptive/responsive design, accessibility, i18n, state management, data & backend (networking, serialization, Firebase, persistence), app architecture (MVVM, DI), platform integration (Android, iOS, web, Windows, macOS, Linux…

pledgeandgrow/pledge-skills · 126 tokens