This handles Salesforce List View metadata generation and validation, which is more nuanced than it sounds. It walks you through the whole workflow from gathering requirements to deployment, with emphasis on the gotchas that actually cause failures: using field labels instead of API names, mismatched operators for field types, and path alignment issues. The critical decisions section on visibility strategy and column density is genuinely helpful, defaulting to "visible to all users" when you're unsure rather than leaving you guessing. It includes a solid error reference table and enforces the often-overlooked distinction between custom field names like Status__c and standard field names like NAME on custom objects.
npx skills add https://github.com/forcedotcom/afv-library --skill generating-list-view