figma-implement-motion

figma-implement-motion is a skill for Claude Code, Codex from Devin-AXIS/iPolloWork. It costs 81 tokens per session (5,135 once invoked), scanned A, original, no licence file.

A guide for turning motion and animations from Figma designs into application code.

In plain words
What is it for?
It helps implement interface animations based on Figma motion specifications or animated design files.
Why use it?
It helps developers reproduce the timing and behavior shown in a design instead of interpreting the animation from scratch.

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/devin-axis/ipollowork/figma-implement-motion
Any agent
npx skills add Devin-AXIS/iPolloWork --skill figma-implement-motion
Clone the repo
git clone --depth 1 https://github.com/Devin-AXIS/iPolloWork

Made for: Claude Code, Codex.

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-implement-motion

README.md
[![agentmods](https://agentmods.dev/badge/skills/devin-axis/ipollowork/figma-implement-motion.svg)](https://agentmods.dev/skills/devin-axis/ipollowork/figma-implement-motion)
Your own site
<a href="https://agentmods.dev/skills/devin-axis/ipollowork/figma-implement-motion"><img src="https://agentmods.dev/badge/skills/devin-axis/ipollowork/figma-implement-motion.svg" alt="Measured on agentmods" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,135 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin unknown 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.00081 $0.05135
Opus 5 $0.00041 $0.02567
Sonnet 5 $0.00016 $0.01027
Haiku 4.5 $0.00008 $0.00513

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

Security

Grade A, and why

figma-implement-motion scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

6. **Don't download an asset just to `Read` it.** `get_design_context` / `get_motion_context` return assets as URLs (`/api/mcp/asset/...`), often SVG. Reference the URL directly where the consumer fetches it (an `<img sr
examples/plugin-packages/figma/skills/figma-implement-motion/SKILL.md · 147 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

6 files 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 · 147 lines · 81 tokens per session scan A 2e26e67284d4

Subscribe to this mod's changes

figma-implement-motion is a skill published in the GitHub repository Devin-AXIS/iPolloWork (5,325 stars, last pushed yesterday), with no licence file. It adds 81 tokens to every session and 5,135 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

dsh-web-skin-developer

Build a new skin for the dsh-web skin collection (DSH Web GUI) and publish it into the Skin Center — the first-level settings section — scaffold with scripts/dsh-skin-new, author the v2 skin.json manifest plus skin.css token remap (pure asset directory, no package.json, no build step), validate with scripts/dsh-skin…

zhu1090093659/dsh-web · 120 tokens

design-taste-frontend

前端设计品味:反模板化的落地页/作品集/改版设计——先读需求推断调性(Design Read),再给设计方向与规范,避免 AI 味模板。当用户想要一个不像模板、有调性的页面时使用。Anti-slop frontend design taste for landing pages, portfolios, redesigns.

xiehuan123/coding-coach · 79 tokens

design-system

Use this skill to generate or audit design systems, check visual consistency, and review PRs that touch styling. Use when generating or auditing a design system, checking visual consistency, or reviewing a PR that touches styling.

gongyijie85/dsh-ecc · 46 tokens

motion-foundations

Motion tokens, spring presets, performance rules, device adaptation, accessibility enforcement, and SSR safety for React / Next.js using motion/react. Foundation layer — all other motion skills depend on this. Use when setting up motion tokens, spring presets, reduced-motion handling, or SSR-safe animation in React or…

gongyijie85/dsh-ecc · 66 tokens

motion-advanced

Advanced motion patterns for React / Next.js — drag & drop, gestures, text animations, SVG path drawing, custom hooks, imperative sequences (useAnimate), loaders, and the full API decision tree. Requires motion-foundations. Use when building drag and drop, gestures, text or SVG animation, or imperative animation…

gongyijie85/dsh-ecc · 73 tokens

motion-patterns

Production-ready animation patterns for React / Next.js — button, modal, toast, stagger, page transitions, exit animations, scroll, and layout — built on motion-foundations tokens and springs. Use when animating a specific UI element in React or Next.js — button, modal, toast, stagger, page transition, or scroll.

gongyijie85/dsh-ecc · 70 tokens