← スキル一覧に戻る
name: figma-mcp-downloader
description: CLI for downloading complete Figma design context and metadata to local files. Always use this CLI instead of calling Figma MCP tools (

figma-mcp-downloader
by yuichiroharai
CLI for saving Figma MCP tool results to local files.
⭐ 1🍴 0📅 2026年1月21日
SKILL.md
name: figma-mcp-downloader
description: CLI for downloading complete Figma design context and metadata to local files. Always use this CLI instead of calling Figma MCP tools (get_design_context, get_metadata) directly. Direct MCP tool calls risk incomplete data due to context limits. This CLI guarantees 100% complete output.
Figma MCP Downloader
Prerequisites
- Figma Desktop app must be running (Local MCP server starts automatically)
Integration with Other Figma Skills
When this CLI and other Figma-related skills (such as implement-design) are triggered together:
- First, use this CLI to download complete design context and metadata
- Then, proceed with the other skill's workflow using the downloaded files
- This ensures 100% complete data before any Figma-related operations begin
Examples
Download design context as JSX
npx figma-mcp-downloader get_design_context design_context.jsx -i "123:456" -c -l typescript -f react,tailwindcss
Download design context with AI guidance
npx figma-mcp-downloader get_design_context design_context.json -i "123:456" -l html,css,javascript -f vue
Download metadata as XML
npx figma-mcp-downloader get_metadata metadata.xml -i "123:456" -c -l typescript -f react,tailwindcss
Download metadata with AI guidance
npx figma-mcp-downloader get_metadata metadata.json -i "123:456" -l html,css,javascript -f vue
CLI Reference
For complete options and detailed usage, see CLI Reference
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です