ry-run/run-skills · Archived

figma-skill

Use Figma MCP for design-to-code, code-to-Figma, design system search, Code Connect, and direct canvas edits. Use it when a task needs real Figma file context or writes to a Figma document, rather than generic browser automation.

First seen May 6, 2026

Installation

$ npx skills add ry-run/run-skills --skill figma-skill

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from ry-run/run-skills · top by installs.

npx skills add ry-run/run-skills

Browse all from ry-run/run-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,678 B
  • docs SUMMARY.md 248 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Figma Skill

Quick start

Goal: work against real Figma files instead of guessing from screenshots or loose descriptions.

Reference notes: skills/figma-skill/references/figma-skill.md

Default tool choices

  • Design understanding: getdesigncontext
  • File structure only: get_metadata
  • Screenshots: get_screenshot
  • Design-system lookup: searchdesignsystem
  • Direct canvas writes: use_figma
  • First-time webpage capture: generatefigmadesign

Recommended workflow

  1. Extract fileKey and nodeId from the Figma URL.
  2. Use getdesigncontext by default for design-to-code work.
  3. Before creating components, search the design system for reusable assets.
  4. Use use_figma for edits inside an existing file.
  5. Use generatefigmadesign only when capturing a web page/view into Figma for the first time.

Code Connect workflows

  • Read mappings: getcodeconnect_map
  • Get suggestions: getcodeconnect_suggestions
  • Save approved mappings: sendcodeconnect_mappings
  • Add a direct mapping: addcodeconnect_map

Guardrails

  • Prefer getdesigncontext over get_metadata when actual implementation guidance is needed.
  • Search the design system before recreating components.
  • Treat broad destructive canvas edits as high-risk; confirm before mass deletion/rewrite.

References

  • Condensed notes: skills/figma-skill/references/figma-skill.md