analyze-design

Installation
SKILL.md

Step 0 — Load configuration

Read ${CLAUDE_PLUGIN_ROOT}/config.yaml. If it does not exist, tell the user to copy config.example.yaml to config.yaml and fill in their values. Stop here.

Extract:

  • design_tool — figma, penpot, or none

If design_tool is "none", tell the user no design tool is configured and stop.

Step 1 — Load adapter

Read the adapter file at ${CLAUDE_PLUGIN_ROOT}/skills/analyze-design/adapters/{design_tool}.md. If the adapter does not exist, tell the user that {design_tool} is not yet supported and stop.

All tool-specific calls come from the adapter. Do not invent tool calls.

Step 2 — Parse design URL

Installs
2
First Seen
Jun 22, 2026
analyze-design — weorbitant/workbench-dev