What problem does it solve? Creating Salesforce List View metadata by hand often leads to deployment failures caused by wrong field API names, mismatched filter operators, incorrect file paths, or malformed boolean filter logic. This Skill provides the specification, rules, and workflow to author valid ListView XML that deploys successfully. ## Core Features & Use Cases - List View Generation: Produces valid .listView-meta.xml files with correct fullName, label, filterScope, filters, and columns placed under objects/<ObjectName>/listViews/. - Validation & Troubleshooting: Diagnoses common deployment errors such as invalid field names, invalid filter operators, component-not-found path issues, and malformed booleanFilterLogic. - Visibility & Column Guidance: Helps decide sharing scope (all users vs. restricted roles) and column density based on the target audience and workflow. - Use Case: A developer needs a view showing open records owned by the current user. The Skill generates a ListView with filterScope Mine, a Status__c equals Open filter, and four display columns, ready to deploy. ## Quick Start Ask the AI to create a Salesforce list view for a specific object with your desired filters, columns, and visibility settings.