What problem does it solve? Creating Salesforce Custom Tab metadata by hand often leads to deployment failures caused by invalid XML elements, wrong root tags, or misplaced properties. This Skill provides strict, deployment-safe templates and rules for generating CustomTab metadata files. ## Core Features & Use Cases - Object Tab Generation: Produces minimal {ObjectApiName}.tab-meta.xml files containing only customObject and motif elements. - Web Tab Generation: Creates web tab metadata with label, URL, UTF-8 encoding key, frame height, and motif using an exact copy-safe template. - Visualforce Tab Generation: Builds Visualforce tab metadata referencing a page name with the correct allowed element set. - Deployment Error Prevention: Enforces a strict element allowlist and forbidden-element list so generated files deploy without metadata API errors. - Use Case: When building a Salesforce app for a custom object like Space_Station__c, use this Skill to generate a valid tab file with a contextually appropriate motif and no forbidden elements. ## Quick Start Ask the AI to create a custom tab for your Salesforce object, web URL, or Visualforce page and it will generate a deployment-ready tab-meta.xml file.