This generates Salesforce ListView XML files with the right folder structure and field name conventions. It's useful when you need filtered record views but keep hitting deployment errors because you used a label instead of the API name (Status vs Status__c) or put the file in the wrong spot. The skill walks through a six step workflow from gathering requirements to deployment verification, and includes a decision framework for visibility scope and column density. The error troubleshooting table is helpful since ListView validation failures are often cryptic. If you're building views programmatically or need to understand why your metadata won't deploy, this covers the gotchas around boolean filter logic, field type operators, and the difference between custom field names and standard field constants.
npx skills add https://github.com/forcedotcom/sf-skills --skill generating-list-view