flutter-ui

flutter-ui is a skill for Claude Code from Naimehossein77/claude-flutter-ui-skills. It costs 43 tokens per session (2,163 once invoked), scanned A, original, no licence file.

A Flutter development skill for building detailed interfaces, animations, navigation with GoRouter, and widgets connected to Riverpod or Provider state management.

In plain words
What is it for?
Use it when creating Flutter screens, navigation flows, animated interfaces, or widgets that depend on shared app state.
Why use it?
It helps keep screens visually accurate and makes navigation, back-and-forth flows, animations, and changing app data easier to handle consistently.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it when creating Flutter screens, navigation flows, animated interfaces, or widgets that depend on shared app state.

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

Made for: Claude Code.

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-ui

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/naimehossein77/claude-flutter-ui-skills/flutter-ui"><img src="https://agentmods.dev/badge/skills/naimehossein77/claude-flutter-ui-skills/flutter-ui.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,163 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 unknown 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.00043 $0.02163
Opus 5 $0.00022 $0.01081
Sonnet 5 $0.00009 $0.00433
Haiku 4.5 $0.00004 $0.00216

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

Security

Grade A, and why

flutter-ui 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/flutter_ui_audit.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.

flutter-ui/SKILL.md · 230 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

9 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. 10d ago First seen · 230 lines · 43 tokens per session scan A 85b4fd1ce44e

Subscribe to this mod's changes

flutter-ui is a skill published in the GitHub repository Naimehossein77/claude-flutter-ui-skills (2 stars, last pushed 4mo ago), with no licence file. It adds 43 tokens to every session and 2,163 once invoked, about $0.0002 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

adaptive

Instructions to make or update an app's UI so that it adapts to different Android devices including phones, tablets, foldables, laptops, desktop, TV, Auto and XR. It includes how to handle different window sizes, pointing devices (such as mouse) and text entry devices (such as keyboard) using the Compose MediaQuery…

android/skills · 117 tokens

styles

Use this skill to integrate the Jetpack Compose Styles API into an Android project. This skill guides you through upgrading dependencies, setting up component themes, making custom components styleable, and migrating existing layout properties to use unified styles. Migrate custom design system components, replace…

android/skills · 70 tokens

display-glasses-with-jetpack-compose-glimmer

Provides guidelines for developing projected Android XR apps for display glasses using the Jetpack Compose Glimmer UI toolkit. This skill covers foundational Glimmer design principles, workflows for implementing Jetpack Compose Glimmer, and interaction models for the glasses form factor. Use this skill to build an…

android/skills · 91 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

accessibility

Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".

addyosmani/web-quality-skills · 51 tokens

appllama-app-design-skill

Build native-feeling, benchmark-quality mobile app screens (Expo / React Native). Use when designing or implementing any mobile UI — screens, flows, onboarding, paywalls, tab bars, sheets, settings, empty states — or when polishing motion, navigation, typography, dark mode, or perceived performance. Enforces Apple HIG…

Appllama/appllama-skills · 184 tokens