Sf Deploy
Automates Salesforce deployments using JaganPro's proven methodology, ensuring consistent and reliable releases.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add jaganpro-sf-deploy npx -- -y @trustedskills/jaganpro-sf-deploy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"jaganpro-sf-deploy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/jaganpro-sf-deploy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates Salesforce deployments using the Salesforce CLI (sfdx). It allows you to retrieve, create, update, and delete Salesforce components like Apex classes, triggers, Visualforce pages, and Lightning web components. The skill streamlines the deployment process, reducing manual effort and potential errors in your Salesforce development workflow.
When to use it
- Deploying code changes: Automatically deploy updated Apex classes or Lightning Web Components from a local development environment to a Salesforce org (sandbox or production).
- Automating CI/CD pipelines: Integrate with continuous integration and continuous delivery systems for automated deployments.
- Refreshing sandbox environments: Quickly retrieve metadata from a production org into a sandbox environment.
- Creating new components: Generate basic Salesforce component structures directly within your development environment.
Key capabilities
- Retrieves Salesforce metadata
- Deploys code changes to Salesforce orgs
- Supports various Salesforce deployment scenarios (e.g., scratch org deployments)
- Uses the Salesforce CLI (
sfdx) under the hood
Example prompts
- "Deploy my latest Apex class changes to the Dev Sandbox."
- "Retrieve all Visualforce pages from Production to my local environment."
- "Create a new Lightning Web Component named 'MyComponent'."
Tips & gotchas
- Ensure you have the Salesforce CLI (
sfdx) installed and configured correctly before using this skill. - Authentication with your Salesforce org is required for deployment operations.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.