Use the same targeted cleanup operations from the Helpers panel, AI assistant, or MCP, with scope-aware confirmation for page-wide changes.
Where: f0 → Helpers, or AI/MCP design helper tools
Key ideas
- Inspection and naming: List layer names before targeted renaming; rename_layers requires explicit ids and does not need a page-wide confirmation.
- Font replacement: Replace a font family across the active page only after a preview reports actual usage and affected element count.
- Layout helpers: Set text layout, sizing, or constraints on explicit ids/selection; a fallback to the whole page is refused until confirmed.
Steps
- Inspect the page or current selection and list the target layer ids.
- Choose rename, font replacement, text layout, sizing, or constraints.
- Review the resolved scope and planned changes; correct unintended page-wide scope.
- Confirm when required, apply, and verify responsive breakpoints plus one undo step.
Nine design tools
- get_style_patterns and extract_style_patterns.
- complete_design_system.
- list_layer_names and rename_layers.
- replace_font.
- set_text_layout, set_sizing, and set_constraints.
Limitations and important notes
- replace_font is always two-phase because it is page-wide.
- Text/sizing/constraint helpers are gated only when targeting falls back to the whole page; explicit ids keep the blast radius narrow.