スキル一覧に戻る
duc01226

figma-extract

by duc01226

2🍴 1📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: figma-extract description: Extract design specifications and tokens from Figma files via MCP. Use when pulling design from Figma, extracting colors/typography, or converting Figma to spec. Triggers on keywords like "figma extract", "figma url", "figma tokens", "pull figma", "figma design". allowed-tools: Read, Write

Figma Extraction

Extract design specifications from Figma files using MCP integration.

When to Use

  • Figma URL provided for design extraction
  • Need design tokens from Figma
  • Converting Figma to implementation spec

Quick Reference

Workflow

  1. Parse Figma URL (validate format)
  2. Call MCP figma tools
  3. Extract hierarchy (components, frames)
  4. Extract design tokens (colors, text styles)
  5. Return structured output
  6. Used by /design-spec for full spec

URL Format

https://www.figma.com/design/{fileKey}/{fileName}?node-id={nodeId}

Arguments

ArgRequiredDefaultDescription
urlYes-Figma design URL
outputNomarkdownmarkdown | json
depthNo5Hierarchy depth 1-10
timeoutNo30Seconds

Output Structure

## Component: {Name}

### Hierarchy
- Frame: {name}
  - Component: {name}
    - Text: {content}

### Design Tokens
#### Colors
- Primary: #XXXXXX
- Secondary: #XXXXXX

#### Typography
- Heading: {font} {size}/{lineHeight}
- Body: {font} {size}/{lineHeight}

#### Spacing
- Gap: {value}px
  • Role Skill: ux-designer
  • Command: /figma-extract
  • Used by: /design-spec
  • MCP: Requires figma MCP tools

Task Planning Notes

  • Always plan and break many small todo tasks
  • Always add a final review todo task to review the works done at the end to find any fix or enhancement needed

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です