What problem does it solve? SharePoint lists render as plain grids by default, making status, priority, and overdue items hard to spot. This Skill writes the declarative column-formatting and view-formatting JSON that color-codes cells, renders data bars, adds icons, buttons, and custom row cards — without any code deployment. ## Core Features & Use Cases - Column formatting JSON: Produces copy-paste formatters for status pills, conditional background colors, data bars, icon-by-value indicators, clickable hyperlinks/mailto links, and action buttons (including buttons that launch a Power Automate Flow via executeFlow). - View formatting JSON: Builds rowFormatter, additionalRowClass, and Gallery/Board formatter trees for whole-row tinting and custom card layouts. - Expression guidance: Handles both Excel-style expressions and the Abstract-Object (AST) syntax for SharePoint 2019, plus the internal-name gotcha ([$Due_x0020_Date] vs display names) that causes most blank-output bugs. - Use Case: A user wants overdue tasks to turn red and blocked items to show a warning pill. The Skill emits a column formatter mapping Status values to sp-field-severity classes plus an additionalRowClass view formatter comparing [$DueDate] to @now. ## Quick Start Ask the assistant to write SharePoint column formatting JSON that turns a Status choice column into a colored pill with an icon for each value.