If you're migrating Lightning Web Components from SLDS 1 to SLDS 2, this walks you through running the linter and fixing the violations it can't auto-fix. It covers all four rule types: hardcoded values, deprecated LWC tokens, class overrides, and legacy token syntax. The color hooks section is the most useful part because it emphasizes inspecting HTML context before choosing a hook family, which matters more than people expect. Includes lookup tables for spacing, sizing, and typography hooks, plus a checklist for the things developers commonly miss like adding component-prefixed classes to markup alongside SLDS classes. Solid if you're staring at a linter output file and need structured fix patterns.
npx skills add https://github.com/forcedotcom/afv-library --skill uplifting-components-to-slds2