base-metadata-deploy

Deploy Salesforce metadata and assign permission sets via Salesforce CLI.

4|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/salesforce-misc/Data360AgentforceSolutionKitRetail --skill base-metadata-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: base-metadata-deploy
Source: https://github.com/salesforce-misc/Data360AgentforceSolutionKitRetail/tree/main/.claude/skills/base-metadata-deploy
Command: npx skills add https://github.com/salesforce-misc/Data360AgentforceSolutionKitRetail --skill base-metadata-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the deployment of base metadata for the Data360 Retail Solution Kit using Salesforce CLI, reducing manual effort and ensuring consistency.

Core Features & Use Cases

  • Metadata Deployment: Deploy metadata including classes, objects, permission sets, layouts, etc., all in one job.
  • Permission Set Assignment: Assigns the required permission set to the user.
  • Price Book Activation: Activates the Standard Price Book.
  • Sample Data Import: Imports sample data into the Salesforce org.
  • Apex Script Execution: Executes Apex scripts for additional operations.
  • Use Case: This Skill is part of the setup process for the Data360 Retail Solution Kit, ensuring that the Salesforce org is configured with the necessary metadata and data for the solution to function.

Quick Start

Run the skill with the org_alias parameter to deploy the metadata for your Salesforce org.

Frequently Asked Questions about base-metadata-deploy

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

FAQPage Schema
How do I automate Salesforce metadata deployment using SFDX CLI?

You can automate Salesforce metadata deployment by running this Skill with an org alias, which uses Salesforce CLI commands to deploy classes, objects, permission sets, and layouts in one job.

What is the best way to assign permission sets and activate the price book in Salesforce?

The best way to assign permission sets and activate the Standard Price Book is to use an automation Skill that executes these configurations sequentially alongside your metadata deployment.

How do I import sample data into a Salesforce org during setup?

You can import sample data into a Salesforce org by running a metadata deployment Skill that handles data import operations as part of the automated setup process.

Do I need the Salesforce CLI to deploy metadata for the Data360 Retail Solution Kit?

Yes, you need the Salesforce CLI installed because the Skill relies on SFDX commands to automate metadata deployment, permission set assignment, and sample data import.

Can I execute Apex scripts while deploying Salesforce metadata?

Yes, you can execute Apex scripts for additional operations during Salesforce metadata deployment, as the automation process supports running scripts to configure the org.