What problem does it solve? Creating Salesforce Lightning pages (FlexiPages) by hand produces invalid XML, duplicate identifiers, and deployment failures. This Skill enforces a CLI-first workflow that generates valid FlexiPage metadata and prevents the most common deployment errors. ## Core Features & Use Cases - CLI-Bootstrapped Page Generation: Creates RecordPage, AppPage, and HomePage FlexiPages using the sf template generate flexipage command with proper regions, fields, and structure. - XML Validation Rules: Enforces critical rules for property encoding, Record.{Field} references, unique identifiers, and Region vs Facet typing to prevent deployment errors. - Deployment Error Troubleshooting: Maps common FlexiPage deployment errors (invalid field references, duplicate names, unencoded XML) to concrete fixes. - Use Case: A developer needs a custom Account record page with a highlights panel and detail fields. The Skill bootstraps the page via CLI with primary, secondary, and detail fields, then validates it with a dry-run deployment. ## Quick Start Ask the AI to create a new Salesforce RecordPage for the Account object with Name as the primary field and Phone, Industry, and AnnualRevenue as secondary fields.