What problem does it solve? Figma files accumulate default layer names like "Frame 13" or "Group 2" that make handoff and maintenance painful. This Skill renames a selected frame and all its descendants to clear, role-based names matching your design-system convention — without touching anything else. ## Core Features & Use Cases - Convention-driven renaming: Applies PascalCase Category + Qualifier names (e.g. ButtonPrimary, IconBadge) drawn from a fixed design-system vocabulary (Icon, Button, Nav, List, Form, Card, Sheet, Element, Banner, Illustration, Marker). - Safe, name-only writes: Never modifies design, layout, text content, or structure — only the name property. Instance-internal nodes (ids containing ;) are automatically skipped. - Figma MCP integration: Reads structure via get_metadata and get_design_context, then renames through use_figma, with a TalkToFigma fallback for live-selection work. - Use Case: Paste a Figma node URL for a messy screen and receive a before/after tree where every layer has a meaningful, library-consistent name, plus a list of skipped and already-correct nodes. ## Quick Start Run /label with a Figma node URL, such as "label this frame: https://figma.com/design/abc123/MyFile?node-id=13126-26561", to rename its layers to the design-system convention.