generating-custom-tab

Generate Salesforce CustomTabs for objects, web, and Visualforce.

Updated May 19, 2026
One-click install
npx skills add https://github.com/dmckeeSF/mcpdctn0507 --skill generating-custom-tab-dmckeesf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generating-custom-tab
Source: https://github.com/dmckeeSF/mcpdctn0507/tree/main/.agents/skills/generating-custom-tab
Command: npx skills add https://github.com/dmckeeSF/mcpdctn0507 --skill generating-custom-tab-dmckeesf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of creating and configuring Salesforce Custom Tabs, helping users add navigation, organize content, and troubleshoot issues related to custom tabs.

Core Features & Use Cases

  • Tab Creation: Generate object tabs, web tabs, Visualforce tabs, and Lightning component tabs.
  • Tab Configuration: Customize tab labels, motifs, and visibility settings.
  • Troubleshooting: Identify and resolve deployment errors related to custom tabs.
  • Use Case: If you need to add a navigation tab to a custom object or link to external web content, this Skill can guide you through the process.

Quick Start

Use the generating-custom-tab skill to create a new object tab for the 'Opportunity' object with a custom motif and label.

Frequently Asked Questions about generating-custom-tab

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Salesforce custom tab for a custom object using XML?

You can configure custom tab visibility, labels, and motifs by defining these properties within your XML metadata definition before deploying it through the Salesforce metadata API.

What types of Salesforce custom tabs can I generate with this approach?

When a custom tab deployment fails, you can troubleshoot common deployment errors by validating your XML structure and metadata API configuration to ensure proper tab properties and visibility settings.

Do I need Salesforce metadata API knowledge to deploy custom tabs?

Yes, deploying custom tabs requires XML and Salesforce metadata API knowledge to correctly configure tab properties such as label, motif, and visibility, and to handle deployment operations.

How do I troubleshoot custom tab deployment errors in Salesforce?

To troubleshoot custom tab deployment errors, validate your XML metadata file for correct tab properties, ensure proper API configuration, and verify visibility settings to resolve common deployment failures.