flutter-development

flutter-development is a skill for Claude Code, Codex from jxoesneon/Ciel. It costs 18 tokens per session (527 once invoked), scanned A, original, Apache-2.0.

A development and review guide for Dart and Flutter, the language and toolkit used to build cross-platform mobile applications.

In plain words
What is it for?
It is for implementing Flutter interfaces, choosing state-management patterns, applying Dart null safety, and reviewing code against the listed quality rules.
Why use it?
It provides consistent choices for app state, asynchronous code, widgets, styling, and production-quality checks.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for implementing Flutter interfaces, choosing state-management patterns, applying Dart null safety, and reviewing code against the listed quality rules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jxoesneon/ciel/flutter-development
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 jxoesneon/Ciel --skill flutter-development
Clone the repo
git clone --depth 1 https://github.com/jxoesneon/Ciel

Made for: Claude Code, 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-development

README.md
[![agentmods](https://agentmods.dev/badge/skills/jxoesneon/ciel/flutter-development/github.svg)](https://agentmods.dev/skills/jxoesneon/ciel/flutter-development)
Your own site
<a href="https://agentmods.dev/skills/jxoesneon/ciel/flutter-development"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/flutter-development/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-development

Your own site · 80×15
<a href="https://agentmods.dev/skills/jxoesneon/ciel/flutter-development"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/flutter-development.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 527 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.00018 $0.00527
Opus 5 $0.00009 $0.00264
Sonnet 5 $0.00004 $0.00105
Haiku 4.5 $0.00002 $0.00053

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

Security

Grade A, and why

flutter-development 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-development/SKILL.md · 52 lines

What it actually says

CIEL ADAPTATION: Flutter Development (Patterns & Review)

This skill formalizes the development and review of Flutter/Dart applications. It combines idiomatic implementation patterns with a rigorous quality checklist.

Implementation Standards

  1. Null Safety: Avoid !. Prefer ?., ??, or Dart 3 pattern matching (switch (user) { ... }).
  2. Immutability: Use sealed classes for state hierarchies and freezed for boilerplate-free copyWith.
  3. Widget Purity: Extract sub-widgets to Classes, NOT private methods (enables const propagation and element reuse).
  4. Reactivity: check mounted after every await before using BuildContext.

State Management Decision Matrix

  • Simple/Atomic: ValueNotifier or Provider.
  • Complex/Async: BLoC/Cubit (Event-driven) or Riverpod (Functional/Derived).
  • Hard Gate: Never store BuildContext in a state manager or singleton.

Quality Checklist (The Auditor Gate)

  • No print() in production; use log().
  • Widgets under 100 lines.
  • Colors/Fonts from Theme.of(context), never hardcoded hex.
  • const constructors used at every possible boundary.

Anti-Patterns

  • Boolean Flag Soup: Using isLoading, isError flags instead of a sealed AsyncState type.
  • Deep Nesting: Nesting more than 5 levels of widgets (Extract to sub-classes).
  • Bang-Operator Abuse: Using ! to "fix" nullability errors instead of proper guarding.
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 · 52 lines · 18 tokens per session scan A 307087e4a0d2

Subscribe to this mod's changes

flutter-development is a skill published in the GitHub repository jxoesneon/Ciel (1 stars, last pushed 4d ago), licensed Apache-2.0. It adds 18 tokens to every session and 527 once invoked, about $0.0001 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-09-03.