figma

figma is a skill for Claude Code from skillmds/skillmd. It costs 69 tokens per session (2,873 once invoked), scanned A, original, MIT.

A two-way Figma workflow for Vue 3 interfaces. It reads Figma designs and sends components, screens, and design settings from code back to Figma.

In plain words
What is it for?
Use it to read Figma measurements, colors, and components, turn Auto Layout into Tailwind CSS and Vue markup, and update Figma from code.
Why use it?
It helps keep design files and Vue code aligned instead of translating layouts and styles by hand.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the design plugin — 17 skills shipped together

Good fit Use it to read Figma measurements, colors, and components, turn Auto Layout into Tailwind CSS and Vue markup, and update Figma from code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skillmds/skillmd/pwdev-solucoes-figma
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.

Any agent
npx skills add skillmds/skillmd --skill pwdev-solucoes-figma
Clone the repo
git clone --depth 1 https://github.com/skillmds/skillmd

Made for: Claude Code.

Or install design, the plugin that ships this one along with the rest of its 17 skills.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/skillmds/skillmd/pwdev-solucoes-figma"><img src="https://agentmods.dev/badge/skills/skillmds/skillmd/pwdev-solucoes-figma.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,873 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.00069 $0.02873
Opus 5.5 $0.00028 $0.01149
Sonnet 5 $0.00014 $0.00575
Haiku 4.5 $0.00007 $0.00287

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

Security

Grade A, and why

figma 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.

plugins/design/skills/pwdev-solucoes-figma/SKILL.md · 295 lines

How it starts

The opening of the file, as written. The whole thing — 295 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: Figma ↔ Vue 3 + shadcn-vue

Reading flow via MCP (Figma → Code)

1. mcp:figma → get_design_context(nodeId or URL)  ← always first
2. mcp:figma → get_variable_defs(nodeId)           ← formal tokens
3. mcp:figma → search_design_system(query)         ← DS components
4. mcp:figma → get_screenshot(nodeId)              ← visual reference

Figma → Tailwind Translation

Auto Layout → Flexbox/Grid Vue

Figma Auto Layout Tailwind Vue template
Horizontal, gap 16 flex gap-4 <div class="flex gap-4">
Vertical, gap 24 flex flex-col gap-6 <div class="flex flex-col gap-6">
Space between flex justify-between
Fill container (width) flex-1 or w-full
Fixed width 320px w-80 or w-[320px]
Wrap flex flex-wrap
Align center items-center
Grid 3 cols, gap 16 grid grid-cols-3 gap-4

Colors → shadcn-vue CSS Variables

Figma Semantic shadcn CSS Variable Tailwind
Primary --primary bg-primary text-primary-foreground
Background --background bg-background
Foreground --foreground text-foreground
Muted --muted-foreground text-muted-foreground
Destructive --destructive text-destructive border-destructive
Border --border border-border
Card --card bg-card

Figma Typography → Tailwind

Figma Tailwind
12px Regular text-xs
14px Regular text-sm
14px Medium 500 text-sm font-medium
14px Semibold 600 text-sm font-semibold
16px Regular text-base
18px Semibold text-lg font-semibold
20px Bold text-xl font-bold
24px Bold text-2xl font-bold
30px Bold text-3xl font-bold

Figma line-height (absolute) → Tailwind (relative):

  • 16px line-height with 14px font → leading-none (1)
  • 20px / 14px → leading-tight (1.25)
  • 20px / 16px → leading-5 (1.25)
  • 24px / 16px → leading-6 (1.5) ← default body

Read the full file on GitHub · 295 lines

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 · 295 lines · 69 tokens per session scan A 59fc590f3655

Subscribe to this mod's changes

figma is a skill published in the GitHub repository skillmds/skillmd (1 stars, last pushed yesterday), licensed MIT. It adds 69 tokens to every session and 2,873 once invoked, about $0.0003 per session on Opus 5.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-09-19.

Related

Other skills, from other repositories

frontend-ux-engineer

Use for frontend features, Next.js/React/Vue/Svelte UI, accessibility, responsive layout, design polish, state handling, forms, visual QA, or product workflow improvements.

DominikTobureto/awesome-grok-build · 42 tokens

od-vue-export

Use this plugin when the user wants to hand an accepted Open Design artifact to a Vue 3 project.

wolfenazz/YzPzCode · 0 tokens

image-to-code

Implement a selected image, screenshot, mockup, generated concept, or design frame as a faithful, responsive, interactive frontend in the target codebase.

XiaomiMiMo/MiMo-Code · 34 tokens

frontend

Builds, styles, and polishes web UI and UX. Use for any frontend, page, component, styling, layout, animation, or visual-quality task, or when asked to make an interface look or feel a certain way.

code-yeongyu/lazycodex · 49 tokens

ambience-skill

Layer A ambience-and-typographic-motion reference anchored to the react-bits catalog (reactbits.dev). Stacks on any style skill whenever work adds a hero atmosphere, an animated or shader background, a typographic reveal (split, blur, shimmer, typewriter, count-up, marquee), scroll storytelling, or card surface…

code-yeongyu/lazycodex · 132 tokens

interaction-skill

Layer A interaction-mechanics reference anchored to the beui.dev catalog. Stacks on any style skill whenever work adds or changes motion or interaction — micro-interactions, animated components, transitions, gestures, hover/press/state feedback, loading/success/error morphs, 'make it feel alive'. Mandates reading the…

code-yeongyu/lazycodex · 104 tokens