flutter-app-builder

flutter-app-builder is a skill for Claude Code, Codex from mouchegmouradian/claude-code-skills. It costs 103 tokens per session (5,992 once invoked), scanned A, original, MIT.

A set of guidelines for building Flutter apps, which are applications made with Google's cross-platform Dart framework. It chooses a simpler or more structured project design based on the app's complexity.

In plain words
What is it for?
Use it when creating Flutter apps with Dart, BLoC or Cubit state management, and go_router navigation, with data storage and dependency injection where needed.
Why use it?
It helps avoid using too much structure for a small app or too little for a larger one. It also gives patterns for screens, navigation, data, state, dependencies, and tests.

Skill for Claude CodeCodex

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

Good fit Use it when creating Flutter apps with Dart, BLoC or Cubit state management, and go_router navigation, with data storage and dependency injection where needed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mouchegmouradian/claude-code-skills/flutter-app-builder
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 mouchegmouradian/claude-code-skills --skill flutter-app-builder
Clone the repo
git clone --depth 1 https://github.com/mouchegmouradian/claude-code-skills

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/mouchegmouradian/claude-code-skills/flutter-app-builder"><img src="https://agentmods.dev/badge/skills/mouchegmouradian/claude-code-skills/flutter-app-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,992 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.00103 $0.05992
Opus 5 $0.00051 $0.02996
Sonnet 5 $0.00021 $0.01198
Haiku 4.5 $0.00010 $0.00599

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

Security

Grade A, and why

flutter-app-builder 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/generate_feature.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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-app-builder/SKILL.md · 814 lines

How it starts

The opening of the file, as written. The whole thing — 814 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Flutter Development

Build Flutter applications following clean architecture principles, BLoC/Cubit state management, and complexity-appropriate patterns.

Quick Reference

Task Reference File
Complexity tier selection complexity-tiers.md
Architecture layers (UI, Domain, Data) architecture.md
BLoC/Cubit patterns & state management bloc-patterns.md
Navigation with go_router navigation.md
Data layer (Drift, Dio, Repository) data-layer.md
Dependency injection (get_it, injectable) di.md
Testing approach testing.md

Step 0: Detect Complexity Tier

Before writing any code, classify the project into one of two tiers. This determines every architectural decision that follows.

Detection Heuristics

Apply these signals in order. The first confident match wins.

Tier 1 — Simple (default for ambiguous small projects):

  • Described as: demo, prototype, personal app, learning project, side project, sample, or proof-of-concept
  • 1–3 distinct user-facing features
  • Features are independent — no described need to share data across screens
  • Solo developer with no production deployment requirements
  • No described need for background sync, complex caching, or multi-team workflow
  • Examples: counter app, note-taking app, flashcard app, unit converter, habit tracker

Tier 2 — Production:

  • 3+ distinct user-facing features, or
  • Team or production release, or
  • Needs testable DI (injectable), type-safe code generation, or clean architecture boundaries, or
  • Complex local persistence (relational data, sync), or
  • Existing codebase being extended with production expectations
  • Examples: e-commerce app, social app, fitness tracker with sync, real-time chat app

Fallback: Ask When Uncertain

If the description is ambiguous, ask exactly one clarifying question before proceeding:

Read the full file on GitHub · 814 lines

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. 9d ago First seen · 814 lines · 103 tokens per session scan A 2f2961ec0e5c

Subscribe to this mod's changes

flutter-app-builder is a skill published in the GitHub repository mouchegmouradian/claude-code-skills (2 stars, last pushed 2mo ago), licensed MIT. It adds 103 tokens to every session and 5,992 once invoked, about $0.0005 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

add-signal

Add Signal channel integration via signal-cli device-link. Native adapter — no Chat SDK bridge.

nanocoai/nanoclaw · 22 tokens

kotlin-specialist

Provides idiomatic Kotlin implementation patterns including coroutine concurrency, Flow stream handling, multiplatform architecture, Compose UI construction, Ktor server setup, and type-safe DSL design. Use when building Kotlin applications requiring coroutines, multiplatform development, or Android with Compose.…

Jeffallan/claude-skills · 86 tokens

react-native-expert

Builds, optimizes, and debugs cross-platform mobile applications with React Native and Expo. Implements navigation hierarchies (tabs, stacks, drawers), configures native modules, optimizes FlatList rendering with memo and useCallback, and handles platform-specific code for iOS and Android. Use when building a React…

Jeffallan/claude-skills · 99 tokens

offensive-mobile

Mobile (Android + iOS) application penetration testing methodology. Covers static analysis (apktool/jadx for Android, class-dump/Hopper/IDA for iOS), dynamic instrumentation with Frida and Objection, SSL pinning bypass strategies, root/jailbreak detection bypass, deep-link / URL-scheme abuse, exported component…

SnailSploit/Claude-Red · 185 tokens

Mobile Application Security

Android and iOS application security testing — static and dynamic analysis, APK/IPA inspection, OWASP MASVS/MASTG verification, secure-storage and transport review, and mobile malware triage for authorized assessments.

Masriyan/Claude-Code-CyberSecurity-Skill · 46 tokens

app-store-optimization

Improves visibility and conversion in the App Store and Google Play — metadata, keywords, screenshots, ratings, and the listing experience that turns an impression into an install. Use this to audit or optimize an app listing, plan a launch listing, diagnose poor install conversion, or improve store search visibility.

cbrock84/headcount · 64 tokens