From figmaclaw
Enrich a figmaclaw Figma page .md file with frame descriptions, page summary, and screen flows from design inspection.
How this skill is triggered — by the user, by Claude, or both
Slash command
/figmaclaw:figma-enrich-pageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Enrich a figmaclaw `.md` file with frame descriptions, page summary, section intros, and Mermaid flowchart.
Enrich a figmaclaw .md file with frame descriptions, page summary, section intros, and Mermaid flowchart.
Full workflow: figmaclaw self skill figma-enrich-page — authoritative skill file.
figmaclaw inspect <file> --json # check needs_enrichment
figmaclaw screenshots <file> --stale # download PNGs for pending frames
# LLM describes frames from screenshots
figmaclaw write-body <file> <<'EOF' # write body prose
... descriptions, summary, intros, Mermaid ...
EOF
figmaclaw set-flows <file> --flows '[...]' # set inferred flows
figmaclaw mark-enriched <file> # snapshot hashes
write-body, not set-frames.mark-enriched tells the system the body is up-to-date with current Figma structure.## Screen flows — look at screenshots for transitions.npx claudepluginhub aviadr1/figmaclaw --plugin figmaclawCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.