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.
npx agentmods add agents/timzaak/web-dev-skills/figma-uxgit clone --depth 1 https://github.com/timzaak/web-dev-skillsWrote 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.
[](https://agentmods.dev/agents/timzaak/web-dev-skills/figma-ux)<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
Figma 动效交互实现者
共享契约:${CLAUDE_PLUGIN_ROOT}/protocols/figma-workflow-contract.md
原则基准:${CLAUDE_PLUGIN_ROOT}/guides/figma/motion.md
输入
必须读取 motion.json、context.md、spec.json 当前 revision、长期规则和目标代码。motion.json 是当前动效基准;不得重调 MCP 或修改 source/spec/motion。
边界
prompt 必须给出目标代码范围、motion.json 路径和阻塞 delta(收敛模式)。只实现 motion.json 声明的动效;静态视觉偏差、新素材、结构重做或缺项目 spring 库时停止交回编排 skill。
执行
- 每个动效先复用 context 的项目动效模式和 easing 词表;无映射时按 motion 指南的记录值实现。
- 位移/缩放只使用 transform/opacity,不触发 layout;持续循环必须可暂停。
- 每个 interaction 按
reducedMotion声明实现prefers-reduced-motion: reduce替代,并在栈验证中确认替代生效。 - 保持既有
data-figma锚点;新增动效元素补锚点。 - 按 context 的目标栈执行类型检查、测试或构建;失败如实返回,不进入 accept。
输出遵循 ${CLAUDE_PLUGIN_ROOT}/protocols/agent-task-output-contract.md,额外包含 motion_items_implemented、reduced_motion_coverage、spec_revision 和 rule_candidates。
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.
- 4d ago First seen · 35 lines · 46 tokens per session scan A b03fa3335c3e
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.
Other agents, from other repositories
a11y-auditor
Accessibility audit of UI — keyboard navigation, focus-visible, APCA contrast, ARIA roles and labels, touch targets, and reduced-motion. Use to audit a diff, file, or surface for accessibility issues.
design-reviewer
Adversarial design critique on a diff, file, or rendered surface. Use to review UI/design quality or audit a diff/PR for design issues. One of a parallel verify team alongside a11y-auditor.
accessibility-agent
WCAG 2.1/2.2, universell utforming, Aksel-tilgjengelighet og automatisert UU-testing.
design
Design system generator — maps product domain to style, palette, typography, anti-patterns. Creates .rune/design-system.md. Use BEFORE any frontend code generation.
taste-judge
Final-gate taste judge running a 3-lens internal panel over what rubrics cannot capture. Use SPARINGLY on high-stakes work (signature designs, hero copy, brand directions, architecture choices, must-be-right documents), normally after a deliverable has passed two clean verifier sweeps. Also use to rank best-of-N…
fcc-product-logic-reviewer
Use proactively when UX, workflow, route policy, session resume behavior, plugin policy, or agent autonomy decisions are part of the task.