figma skills

304 tagged figma, measured the same way as everything else here.

Browse within: design-systems 125design-system 103design-tokens 95design-engineering 62product-design 61design 28figma-mcp 28figma-plugin 26apple 22ios-development 22design-tools 17android 16design-to-code 16ios 16

vibefigma

01

vibeflowing-inc/vibe_figma

Skill Claude CodeCodex

Convert Figma designs to production-ready React components with Tailwind CSS. Use when user provides a Figma URL, asks to convert Figma designs to React/code, wants to extract components from Figma, or mentions "vibefigma". Requires a Figma access token (via --token flag, FIGMATOKEN env var, or .env file).

841 3mo ago A 77 tokens AGPL-3.0

figma-typings-audit

02

awdr74100/figwright

Skill Claude CodeCodex

Upgrade @figma/plugin-typings and absorb what the new version exposes. Diffs the .d.ts between the installed and the target version (that package ships no changelog), sorts the changes into breakage / new API / silently-added fields, maps each onto the sandbox handlers, the hand-written Zod mirrors in shared, and the…

633 2d ago A 133 tokens original MIT

mcp-sdk-audit

03

awdr74100/figwright

Skill Claude CodeCodex

Upgrade @modelcontextprotocol/server (the MCP TypeScript SDK v2) and prove the wire contract survived. The SDK is a runtime dependency whose breakage lands on the wire, not in the type checker — so this sorts each release by which SDK source files it touched (Figwright uses only the server + stdio slice of a…

633 2d ago A 159 tokens original MIT

figma-codegen

04

awdr74100/figwright

Skill Claude CodeCodex

Generate framework-aware code from a Figma design. Reads the project's stack profile and emits code matching the existing framework (React/Vue/Svelte/Next/etc.) and styling (Tailwind/CSS/CSS-in-JS), reusing existing components and design tokens instead of regenerating from scratch. Triggers whenever the user wants a…

633 2d ago A 145 tokens original MIT

figma-use

05

dannote/figma-use

Skill Claude CodeCodex

Control Figma via CLI — create shapes, frames, text, components, set styles, layout, variables, export images. Use when asked to create/modify Figma designs or automate design tasks.

593 2mo ago A 44 tokens original MIT

create-anatomy

06

redongreen/uSpec

Skill Claude CodeCodex

Generate a visual anatomy annotation in Figma showing numbered markers on a component instance with an attribute table. Use when the user mentions "anatomy", "anatomy annotation", "component anatomy", "create anatomy", or wants to annotate a component's structural elements.

239 1mo ago A 59 tokens original MIT

create-color

07

redongreen/uSpec

Skill Claude CodeCodex

Generate color annotation specifications mapping UI elements to design tokens. Use when the user mentions "color", "color annotation", "color spec", "tokens", "design tokens", or wants to document which color tokens a component uses.

239 1mo ago A 48 tokens original MIT

create-property

08

redongreen/uSpec

Skill Claude CodeCodex

Generate a visual property annotation in Figma showing each configurable property axis with component instance previews. Use when the user mentions "property", "properties", "property annotation", "create property", or wants to document a component's configurable properties visually.

239 1mo ago A 51 tokens original MIT

refero-design

09

referodesign/refero_skill

Skill Claude CodeCodex

Primary/default skill for UI design, product design, web design, landing pages, dashboards, product screens, redesigns, visual polish, frontend/CSS styling, design systems, components, responsive design, typography, color, spacing, motion, icons, accessibility, copywriting, conversion, and anti-AI-slop work. Use this…

208 27d ago A 191 tokens original MIT

murphytrueman/design-system-ops

Skill Claude CodeCodex

Generate AI-optimised text descriptions for components, formatted for Figma's MCP server and LLM consumption. This produces prose descriptions in a six-section format (purpose, props, anti-patterns, composition, accessibility, examples), NOT JSON schemas or structured data files. Trigger when someone says: write…

172 10d ago A 132 tokens original MIT

stakeholder-brief

11

murphytrueman/design-system-ops

Skill Claude CodeCodex

Write a one-page stakeholder brief translating design system health or status into business language. Trigger when someone says: stakeholder update, exec brief, leadership summary, status report for leadership, system status for non-designers, write a brief for the business, or anything about communicating design…

172 10d ago A 73 tokens original MIT

system-pitch

12

murphytrueman/design-system-ops

Skill Claude CodeCodex

Write a design system investment pitch with a business case and ROI framing. Trigger when someone says: pitch the design system, make the case for the system, sell this to leadership, justify the investment, business case for design systems, why should we invest in a design system, or anything about building an…

172 10d ago A 72 tokens original MIT

noemuch/bridge

Skill Claude CodeCodex

Use when the user requests to design, create, build, generate, or make a new Figma component or screen — including phrases like "make a button", "design a settings page", "build a new card", "generate X". Produces a CSpec, compiles it to a scene graph, executes it in Figma via MCP, and verifies the output.

156 3mo ago A 82 tokens original MIT

noemuch/bridge

Skill Claude CodeCodex

Use when the user says they adjusted the design in Figma, mentions "fix", "correct", "learn from", "I changed", "diff", "what changed", or wants the system to incorporate manual Figma edits back into the spec. Diffs the current Figma state against the last snapshot, classifies each change as a DS learning or a…

156 3mo ago A 92 tokens original MIT

noemuch/bridge

Skill Claude CodeCodex

Use when the user says "done", "ship it", "finish", "complete", "archive", or otherwise indicates the current design is ready to be shipped. Runs final verification (Gate B), archives the CSpec, updates history, extracts a recipe when eligible, and cleans up temp files.

156 3mo ago A 66 tokens original MIT

figma-plugin

16

bergside/design-md-figma

Skill Claude CodeCodex

Use when building Figma plugins, creating design automation tools, implementing sandbox/UI communication, or working with the Figma Plugin API for node manipulation, styles, and components.

147 3mo ago A 38 tokens original MIT

figma-pilot

18

youware-labs/figma-pilot

Skill Claude CodeCodex

REQUIRED reading before using figmaexecute. Contains API syntax, parameter formats, and examples. READ rules/.md files for correct usage.

104 7mo ago A 33 tokens original MIT

natdexterra/work-with-design-systems

Skill Claude CodeCodex

Inspect, build, or extend Figma design systems — and optionally sync them to code. Two modes in one skill: inspect mode (read-only audits with WCAG checks, component scoring, detached instance detection, handoff docs) and build mode (creating components with variable bindings, slot-based composition, structured…

50 7d ago C 260 tokens original MIT

aw-mg-import-parity

20

AaronXu-Lab/MasterGo2Figma

Skill Claude CodeCodex

A workflow for fixing cases where MasterGo design files do not import into Figma with the same visual result as a reference screenshot or structure.

50 3d ago A 210 tokens

figma-to-code

21

scoobynko/claude-code-design-skills

Skill Claude CodeCodex

Generate production-ready React/Next.js code from Figma designs. Instructs proper Figma MCP tool usage, component reuse strategies, and variant mapping. CRITICAL: ALWAYS use this skill when user provides a Figma link or mentions implementing/redesigning from Figma design. Never attempt manual implementation without…

39 9mo ago A 73 tokens original MIT

alvinindra/figma-mcp-rust

Skill Claude CodeCodex

Convert manual annotation markers (numbered or lettered dots with connected descriptions) into Figma's native dev-mode annotations using figma-mcp-rust. Use when a design contains hand-placed annotation markers that should become real Figma annotations.

30 13d ago A 53 tokens original MIT

design-strategy

23

alvinindra/figma-mcp-rust

Skill Claude CodeCodex

Best practices for creating and modifying Figma designs with the figma-mcp-rust tools. Use when building screens or UI in Figma (forms, login pages, cards, layouts), covering layout hierarchy, naming, containers, element creation order, and verification.

30 13d ago A 57 tokens original MIT

alvinindra/figma-mcp-rust

Skill Claude CodeCodex

Extract unique colors, font sizes, spacing, and radii from an existing Figma design and turn them into variable collections and named styles with figma-mcp-rust. Use when creating design tokens from a finished design, including the free-plan single-mode workaround for theming.

30 13d ago A 60 tokens original MIT