What problem does it solve? Styling a SharePoint list or document library requires hand-writing complex view formatting JSON across column formatters, rowFormatter templates, and tile layouts, and mistakes like wrong internal column names or mismatched Choice values produce blank or broken views. ## Core Features & Use Cases - Multi-Level Formatting: Combines column formatting, view formatting, rowFormatter row templates, and tile/gallery layouts into a single styled view. - Schema-Driven Column Mapping: Reads the list schema first and maps actual internal column names and Choice values onto a style token template before generating JSON. - Responsive and Safe Application: Enforces mobile breakpoints, preview-before-save testing, and custom view creation so default views are never modified. - Use Case: A user wants a project tracker list to look like a card-based dashboard. The skill reads the list's Status, Progress, and Due Date columns, adapts a style template's rowFormatter to those internal names, and produces paste-ready JSON for a new view. ## Quick Start Ask the assistant to apply a visual style theme to your SharePoint list and provide the list's column names and Choice values.