podo/design-agent-skills

figma-skill

Connects to Figma API, discovers Community resources matching the project, extracts design tokens, and generates framework-specific code for 7 frameworks.

First seen May 23, 2026

Installation

$ npx skills add podo/design-agent-skills --skill figma-skill

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 podo/design-agent-skills · top by installs.

npx skills add podo/design-agent-skills

Browse all from podo/design-agent-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 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 8
License LICENSE
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,769 B
  • docs SUMMARY.md 173 B

History

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

SKILL.md

figma-skill

Catalogue stub — full package: nafiurrahmanniloy/figma-skill

Decision tree

  1. Is the skill already installed? Check ~/.design-agent-skills/skills/ for figma-skill or related directories.

- Yes → invoke and proceed - No → go to step 2

  1. Shell access? Yes → install below. No → show user the command (Claude Code: send with ! as a chat message — add -g for global or omit for project-only).

Install command

npx skills add nafiurrahmanniloy/figma-skill

Invoke after install

  • Skill name: figma-skill
  • Triggers: "figma-skill", "Figma API extract", "Figma to framework", "Figma Community resources"

What it does

Connects to the Figma API to discover Community file resources that match your project context, extracts design tokens from those files, and generates framework-specific implementation code. Supports 7 frameworks — covering major React, Vue, Angular, and native ecosystems.

When NOT to use

  • Official Figma file operations (reading/writing your files) — use the Figma MCP (figma-official-skills)
  • Design system token enforcement in Figma — use claude2figma
  • Token architecture without Figma — use design-tokens-skill