ワンクリックで
agents-figma
Figma design-to-code for this repo (figma-sync assets, Flutter adaptation, MCP).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Figma design-to-code for this repo (figma-sync assets, Flutter adaptation, MCP).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Canonical rules — feature layers, domain purity, cubit vs widget roles, DI entrypoints, Freezed. Part of agents-canonical-rules split.
Scaffold or add a feature Cubit with Freezed state, tests, and repo-standard placement under presentation/cubit/.
Dependency direction and feature composition. Use for shared package/app-shell changes, cross-feature deps, auth/theme contracts.
External references and key file paths for this repo. Use when locating theme, DI, lifecycle, sync, HTTP, or Supabase code.
Flutter BLoC app stack snapshot and lib/ layout. Use at task start or when adding features, routes, or shared code.
Request-id, in-flight coalesce, stream emit safety, offline don't-overwrite. Use for async repos/cubits and remote→local merge.
| name | agents-figma |
| description | Figma design-to-code for this repo (figma-sync assets, Flutter adaptation, MCP). |
Alias: figma-this-repo. Canon: DESIGN.md, docs/design_system.md.
figma-sync: figma-sync/.env → npm run fetch → assets/figma/<Frame>_<Node>/ + pubspec.yaml; layout_manifest.json; ResilientSvgAssetImage; responsive extensions (no raw Figma px).
MCP: get_design_context (React+Tailwind reference only) → map to Row/Column, colorScheme/Mix, packages/design_system widgets/tokens, AppConstants only for app-owned constants.