flutter-dev

flutter-dev is a skill for Claude Code, Codex from bighardperson/computer-science-skills-collection. It costs 83 tokens per session (1,176 once invoked), scanned A, original, no licence file.

A development guide for Flutter, a framework for building apps that run on multiple platforms. It covers interface components, app state, navigation, performance, platform-specific code, testing, and profiling with DevTools.

In plain words
What is it for?
Use it when building Flutter apps, designing responsive screens, managing app state, adding navigation, testing, or investigating performance.
Why use it?
It helps developers choose common Flutter patterns and address issues such as slow apps, responsive layouts, and difficult state or navigation code.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when building Flutter apps, designing responsive screens, managing app state, adding navigation, testing, or investigating performance.

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

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/bighardperson/computer-science-skills-collection/flutter"><img src="https://agentmods.dev/badge/skills/bighardperson/computer-science-skills-collection/flutter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,176 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.00083 $0.01176
Opus 5 $0.00042 $0.00588
Sonnet 5 $0.00017 $0.00235
Haiku 4.5 $0.00008 $0.00118

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

Security

Grade A, and why

flutter-dev 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.

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 开发/SKILL.md · 131 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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 · 131 lines · 83 tokens per session scan A cc1c11313023

Subscribe to this mod's changes

flutter-dev is a skill published in the GitHub repository bighardperson/computer-science-skills-collection (48 stars, last pushed 4mo ago), with no licence file. It adds 83 tokens to every session and 1,176 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

swiftui-expert-skill

Use when writing, reviewing, or refactoring SwiftUI code — state management, view composition, performance, macOS-specific APIs, or iOS 26+ Liquid Glass adoption. Also triggers whenever an Xcode Instruments .trace file is referenced (to analyse it) or the user asks to record a new trace — attach to a running app…

patrickserrano/lacquer · 98 tokens

swiftui-liquid-glass

Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass in SwiftUI UI, refactor to Liquid Glass, or review Liquid Glass usage.

patrickserrano/lacquer · 50 tokens

macos-development

Use when building or debugging a macOS app and the request involves — (1) AppKit/SwiftUI interop or modernizing AppKit code, (2) App Sandbox / file-access entitlement errors, especially "works in Xcode, fails in TestFlight", (3) menu bar commands, keyboard shortcuts, or a menu item stuck disabled, (4) multi-window…

patrickserrano/lacquer · 154 tokens

miniapp-center-hub-refactor

Refactor a growing WeChat Mini Program whose top-level navigation has become scattered across tabs such as home, profile, inbox, integrations, or settings into a clearer hub or center structure. Use when Codex needs to regroup top-level tabs, separate high-frequency action flows from low-frequency settings, define…

Sun-sunshine06/miniprogram-skills · 83 tokens

miniapp-official-scaffold-alignment

Validate or design a WeChat Mini Program scaffold, repository layout, or TypeScript setup against official platform rules. Use when Codex needs to review project.config.json, app.json, miniprogramRoot, page or component file sets, or the initial repo skeleton before feature work begins.

Sun-sunshine06/miniprogram-skills · 69 tokens

compose-multiplatform-patterns

Compose Multiplatform and Jetpack Compose patterns for KMP projects — state management, navigation, theming, performance, and platform-specific UI. Use when building Compose or Jetpack Compose UI, state, navigation, or theming in a KMP project.

userInner/SKILLS · 60 tokens