modelscope.cn

figma-reader

Read Figma designs via Figma MCP server. Auto-detects MCP availability and prompts user only if setup is needed. Use when Figma links or UI design images are found in task context.

Installation

$ npx skills add https://modelscope.cn

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 modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

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

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Bash, Write, Edit, mcp__figma__*

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,779 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Figma Reader

Read Figma design context via the Figma MCP server.

Inputs

Raw arguments: $ARGUMENTS

Infer from the arguments:

  • DESIGN_INPUT: Figma link, design prompt copied from Figma, or attached UI design image (optional)
  • OUT_DIR: output directory, or .implement-assets/figma if not provided

Use OUT_DIR for all output paths below.

Execution

  1. Pre-flight check: Use ToolSearch to detect if Figma MCP tools are available — follow [references/rules.md](references/rules.md)
  2. If MCP is not available, use AskUserQuestion to guide setup or allow skip
  3. Resolve design input:

- If DESIGNINPUT contains a valid Figma link or prompt → use it directly - If DESIGNINPUT is an attached UI image → show it for context, then use AskUserQuestion to ask the user to select the relevant component in Figma (see [references/rules.md](references/rules.md) Design Input) - If DESIGN_INPUT is empty or not provided → use AskUserQuestion to ask user (see [references/rules.md](references/rules.md) Design Input)

  1. Read design: Use the Figma MCP tools to read the design from the Figma link resolved in step 3

- Format the output per [references/output-format.md](references/output-format.md) - Save output: Run mkdir -p OUTDIR via Bash, then save the full formatted output to OUTDIR/blueprint.md using the Write tool