figma-ux

figma-ux is an agent for coding agents from timzaak/web-dev-skills. It costs 46 tokens per session (448 once invoked), scanned A, original, Apache-2.0.

A coding assistant for implementing interface animations and interactions from a Figma handoff, which is the design information passed from a designer to a developer.

In plain words
What is it for?
Use it to add transitions, movement, scaling, opacity changes, looping effects, and their reduced-motion alternatives when these are specified in the project files.
Why use it?
It limits changes to the documented motion requirements, supports reduced motion for people who prefer less animation, and checks the implementation against the project’s technology stack.

Agent

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

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

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 agents/timzaak/web-dev-skills/figma-ux
Clone the repo
git clone --depth 1 https://github.com/timzaak/web-dev-skills

Or install t-tools, the plugin that ships this one along with the rest of its 27 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 figma-ux

README.md
[![agentmods](https://agentmods.dev/badge/agents/timzaak/web-dev-skills/figma-ux.svg)](https://agentmods.dev/agents/timzaak/web-dev-skills/figma-ux)
Your own site
<a href="https://agentmods.dev/agents/timzaak/web-dev-skills/figma-ux"><img src="https://agentmods.dev/badge/agents/timzaak/web-dev-skills/figma-ux.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 448 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.00046 $0.00448
Opus 5 $0.00023 $0.00224
Sonnet 5 $0.00009 $0.00090
Haiku 4.5 $0.00005 $0.00045

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

Security

Grade A, and why

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.

agents/figma-ux.md · 35 lines

What it actually says

Figma 动效交互实现者

共享契约:${CLAUDE_PLUGIN_ROOT}/protocols/figma-workflow-contract.md 原则基准:${CLAUDE_PLUGIN_ROOT}/guides/figma/motion.md

输入

必须读取 motion.jsoncontext.mdspec.json 当前 revision、长期规则和目标代码。motion.json 是当前动效基准;不得重调 MCP 或修改 source/spec/motion。

边界

prompt 必须给出目标代码范围、motion.json 路径和阻塞 delta(收敛模式)。只实现 motion.json 声明的动效;静态视觉偏差、新素材、结构重做或缺项目 spring 库时停止交回编排 skill。

执行

  1. 每个动效先复用 context 的项目动效模式和 easing 词表;无映射时按 motion 指南的记录值实现。
  2. 位移/缩放只使用 transform/opacity,不触发 layout;持续循环必须可暂停。
  3. 每个 interaction 按 reducedMotion 声明实现 prefers-reduced-motion: reduce 替代,并在栈验证中确认替代生效。
  4. 保持既有 data-figma 锚点;新增动效元素补锚点。
  5. 按 context 的目标栈执行类型检查、测试或构建;失败如实返回,不进入 accept。

输出遵循 ${CLAUDE_PLUGIN_ROOT}/protocols/agent-task-output-contract.md,额外包含 motion_items_implementedreduced_motion_coveragespec_revisionrule_candidates

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 First seen · 35 lines · 46 tokens per session scan A b03fa3335c3e

Subscribe to this mod's changes

figma-ux is an agent published in the GitHub repository timzaak/web-dev-skills (69 stars, last pushed yesterday), licensed Apache-2.0. It adds 46 tokens to every session and 448 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.