fkit-ui

Instructions for building FlutterKit screens and components with its design system, including reusable widgets, themes, animations, responsive layouts, and safe screen spacing.

In plain words
What is it for?
Use them to create or refactor UI, combine TDesign Flutter components, adapt layouts to phones and tablets, support light and dark themes, and verify previews and widget tests.
Why use it?
They help keep styling, behavior, accessibility around device edges, dark mode, and different screen sizes consistent with the existing application.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/joker-x-dev/flutterkit/fkit-ui
Any agent
npx skills add Joker-x-dev/FlutterKit --skill fkit-ui
Clone the repo
git clone --depth 1 https://github.com/Joker-x-dev/FlutterKit

Made for: Claude Code, Codex.

Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 629 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00071 $0.00629
Opus 5 $0.00036 $0.00315
Sonnet 5 $0.00014 $0.00126
Haiku 4.5 $0.00007 $0.00063

Measured 2d ago against content hash 39e1990cf080, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

fkit-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 2d 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.

.agents/skills/fkit-ui/SKILL.md · 41 lines

What it actually says

FKit UI

必读资料

先阅读 AGENTS.md,再依次读取:

  1. lib/core/design_system/README.md
  2. lib/core/design_system/extensions/extensions.dart
  3. docs/tdesign-flutter/README.md 与目标组件页面
  4. docs/flutter-kit/框架核心/design-system.md
  5. docs/flutter-kit/框架核心/widget-extensions.md

按需读取 docs/flutter-kit/框架核心/theme.mddocs/flutter-kit/框架核心/dark-mode.mddocs/flutter-kit/框架核心/animated-extensions.md,以及 docs/flutter-kit/扩展/ 下的屏幕适配、安全区与预览专题。检查扩展方法时打开 lib/core/design_system/extensions/widget/lib/core/design_system/extensions/animated/ 中的真实声明,不猜签名。

固定检查顺序

  1. 分析页面信息层级、交互状态、屏幕方向和断点需求。
  2. 在 TDesign 组件索引中查找已有组件,优先组合 TD* 组件。
  3. 在完整布局规范和扩展统一入口中查找已有布局、间距、装饰、裁剪、滚动、手势、文本、变换和动画能力。
  4. 使用 AppTheme、语义尺寸、Shape、Shadow、Space 和现有扩展实现布局。
  5. Obx 缩到实际读取 Rx 的最小区域,保持静态布局不重复重建。
  6. 处理深浅色、安全区、横竖屏、手机、平板与折叠屏。
  7. 为完整页面添加响应式 Preview,为模块组件添加 Widget Preview。

禁止事项

  • 不硬编码颜色、间距、圆角、阴影或重复 EdgeInsets
  • 不按 TDesign Web、Vue、React 或旧版本文档推测 Dart 参数。
  • 不在全局或静态字段缓存依赖主题上下文的 getter。
  • 不忽略链式扩展包装顺序;背景、裁剪、点击和滚动的先后顺序必须符合目标 Widget 树。
  • 不为单次样式需求新增跨项目通用扩展。

验证

运行相关 Widget/Preview 测试并检查无 overflow。至少验证浅色、深色和任务涉及的关键尺寸;涉及主导航时验证手机横竖屏状态一致性。执行相关分析与 git diff --check

Files

What ships with it

1 file 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. 2d ago First seen · 41 lines · 71 tokens per session scan A 39e1990cf080

Subscribe to this mod's changes

fkit-ui is a skill published in the GitHub repository Joker-x-dev/FlutterKit (110 stars, last pushed 1mo ago), licensed MIT. It adds 71 tokens to every session and 629 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

media-ingest

Ingest video, audio, PDF, book, screenshot, and GitHub repo content into the brain. Multi-format handling with entity extraction and backlink propagation. Covers video-ingest, youtube-ingest, and book-ingest subtypes.

garrytan/gbrain · 52 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

vox-director

Turn ONE topic into a finished Vox-style paper-collage explainer / ad video, end to end on the Atlas Cloud API + local ffmpeg — script, collage keyframes, motion, voice-over, music, captions, all automated. Use this whenever the user wants a "Vox style" video, a paper/torn-paper collage animation, a "motion collage"…

Alisa0808/vox-director · 236 tokens

seedance-vocab-ja

This skill should be used when the user asks for Japanese Seedance 2.0 prompt wording, Japanese cinematic vocabulary, or translation of camera, lighting, action, VFX, audio, and production terms into Japanese.

Emily2040/seedance-2.0 · 50 tokens

model-compatibility

Model family compatibility matrix covering loaders, resolutions, samplers, CFG, VAE, ControlNet, and LoRA compatibility for SD 1.5, SDXL, Flux, SD3, and video models.

artokun/comfyui-mcp · 47 tokens

comfyui-topology-viz

Turn a network topology into one stylized, AI-generated still image via a self-hosted ComfyUI instance — reuses the same topology model as threejs-network-viz (any of 8 topology-source integrations, or a freeform description). Use when the operator asks for a stylized, flashy, or AI-generated…

automateyournetwork/netclaw · 93 tokens