t-figma-ux

t-figma-ux is a skill for Claude Code from timzaak/web-dev-skills. It costs 37 tokens per session (661 once invoked), scanned A, original, Apache-2.0.

A motion-refinement skill for improving interaction and animation in an already-built interface using evidence from a Figma prototype. Figma is a design tool used to specify screens and interactions.

In plain words
What is it for?
Use it to refine transitions, interaction feedback, and animation timing in implemented UI, validate the result against Figma evidence, and handle reduced-motion behavior.
Why use it?
It focuses on motion behavior without changing the interface structure or fixing unrelated visual differences. It also requires a reduced-motion alternative for users who limit animation.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents; names the AskUserQuestion tool.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the t-tools plugin — 29 skills, 31 agents shipped together

Good fit Use it to refine transitions, interaction feedback, and animation timing in implemented UI, validate the result against Figma evidence, and handle reduced-motion behavior.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add timzaak/web-dev-skills
Claude Code
/plugin install t-tools

Made for: Claude Code.

Or install t-tools, the plugin that ships this one along with the rest of its 29 skills, 31 agents.

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 t-figma-ux

README.md
[![agentmods](https://agentmods.dev/badge/skills/timzaak/web-dev-skills/t-figma-ux/github.svg)](https://agentmods.dev/skills/timzaak/web-dev-skills/t-figma-ux)
Your own site
<a href="https://agentmods.dev/skills/timzaak/web-dev-skills/t-figma-ux"><img src="https://agentmods.dev/badge/skills/timzaak/web-dev-skills/t-figma-ux/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 t-figma-ux

Your own site · 80×15
<a href="https://agentmods.dev/skills/timzaak/web-dev-skills/t-figma-ux"><img src="https://agentmods.dev/badge/skills/timzaak/web-dev-skills/t-figma-ux.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 661 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.00037 $0.00661
Opus 5 $0.00018 $0.00331
Sonnet 5 $0.00007 $0.00132
Haiku 4.5 $0.00004 $0.00066

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

Security

Grade A, and why

t-figma-ux 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 4d 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/t-figma-ux/SKILL.md · 38 lines

What it actually says

Figma 动效精修

共享契约:${CLAUDE_PLUGIN_ROOT}/protocols/figma-workflow-contract.md(写 motion.json 或动效探针、区分附着/独立模式或晋升长期规则前读) 原则基准:${CLAUDE_PLUGIN_ROOT}/guides/figma/motion.md(生成动效候选、取时长档位或做 Figma→CSS easing 映射前读)

独立动效精修入口:对目标文件中已有实现(impl 产出或手写)提取原型证据、生成动效基准并实现验收。不修复静态视觉偏差(t-figma-fix 职责),不做结构实现,不下载素材。

前置

校验 URL(整页或待精修节点)与 target-file;URL 范围内没有已实现代码时停止。figma-session.py resolve 的附着(同 fileKey,nodeId 可不同)、独立 create --stage motion、不一致与 ambiguous 询问等决策按共享契约的 Session Resolve 表执行。

读取项目动效模式、长期规则和 URL 范围内代码;原型证据按契约取自既有快照或新存 source/motion-context.md。范围内无原型数据且无交互语义时停止,请开发者明确动效范围。

工作流

  1. 按 motion 指南的证据优先级生成 motion.json 和动效探针;影响用户流程感知的缺口先 AskUserQuestion 裁决,不得静默套用原则默认。
  2. 按 subagent dispatch 契约注入并委派 figma-ux,只实现 motion.json 声明的动效并提供 reduced-motion 替代。
  3. 启动或确认 dev server 后委派只读 figma-accept 测量动效探针;reduced-motion 替代缺失同样阻塞收敛。阻塞 delta 未到 5 轮交回 ux,原型证据与实现分歧时先修订 motion.json 再修实现。
  4. 收敛后 stage 设为 accepted 并按 rules.md 晋升动效规则候选;达 5 轮报告 EXHAUSTED
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. 4d ago Changed c5f3d4914444
  2. 10d ago First seen · 38 lines · 37 tokens per session scan A b2c851157541

Subscribe to this mod's changes

t-figma-ux is a skill published in the GitHub repository timzaak/web-dev-skills (74 stars, last pushed today), licensed Apache-2.0. It adds 37 tokens to every session and 661 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-30.

Related

Other skills, from other repositories

design-taste-frontend

A frontend-design skill for creating distinctive landing pages, portfolios, and redesigns. It first infers the desired visual character and then proposes a design direction and rules.

xiehuan123/coding-coach · 79 tokens

ui-ux-pro-max

UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Actions: plan, build, create, design…

xiehuan123/coding-coach · 238 tokens

shadcn

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for…

Bosh-Kuo/awesome-agent-toolkit · 90 tokens

impeccable

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states.…

Bosh-Kuo/awesome-agent-toolkit · 189 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…

Bosh-Kuo/awesome-agent-toolkit · 77 tokens

web-design-guidelines

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

Bosh-Kuo/awesome-agent-toolkit · 44 tokens