metadata-management

Automate Salesforce metadata management workflows with deployment sequencing and manifest generation.

2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/bhanu91221/claude-sfdx-iq --skill metadata-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metadata-management
Source: https://github.com/bhanu91221/claude-sfdx-iq/tree/main/skills/metadata-management
Command: npx skills add https://github.com/bhanu91221/claude-sfdx-iq --skill metadata-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Metadata management for Salesforce can be complex due to diverse metadata types, source formats, deployment workflows, and destructive-change considerations. This Skill provides a structured reference and workflow guidance to simplify these tasks.

Core Features & Use Cases

  • Metadata type mapping and source format explanations
  • Package.xml generation and manifest guidance
  • Deploy/retrieve workflow guidance, including destructive changes and CI/CD considerations
  • Dependency sequencing and best practices to avoid common deployment failures

Quick Start

Ask Claude to generate a deployment manifest for your Salesforce project and walk you through a sample deploy flow.

Frequently Asked Questions about metadata-management

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

FAQPage Schema
How do I generate a package.xml manifest for Salesforce metadata deployment?

Salesforce metadata deployment requires a package.xml manifest to define the types and components for retrieval or deployment. This Skill automates manifest generation by mapping metadata types and modeling deployment sequences for your project.

How do I handle destructive changes in a Salesforce CI/CD workflow?

Destructive changes in a Salesforce CI/CD workflow require specific sequencing to remove components safely. This Skill provides structured guidance on creating destructive-changes files and planning deployments to avoid common deployment failures.

What is the best way to convert source format to MDAPI format in Salesforce?

Converting source format to MDAPI format in Salesforce involves translating modern project structures into the metadata API structure. This Skill models source-to-MDAPI conversions and explains metadata type mappings to streamline the process.

Why do my Salesforce metadata deployments fail due to dependency sequencing?

Salesforce metadata deployments fail when dependency sequencing is incorrect, causing missing component errors. This Skill applies dependency sequencing and best practices to model deployment order and prevent these common failures.

Can I use this to plan deployment sequences for complex Salesforce metadata types?

Yes, you can plan deployment sequences for complex Salesforce metadata types. This Skill models diverse metadata types, formats, and deployment workflows, providing a structured reference to simplify deployment planning in CI/CD environments.