Salesforce Development

Salesforce's official plugin for building apps and agents on the Salesforce Platform: metadata, Apex, deploy/retrieve, security, and reporting.

Play video

The foundation plugin for building apps and agents on the Salesforce Platform. Open Claude Code in a Salesforce DX project and the plugin auto-detects your environment, injects org context, and assists through validated skills, the Salesforce CLI, and Salesforce-hosted MCP servers. Capabilities resolve in three tiers: skills first, then the Salesforce CLI, then Salesforce MCP.

Describe what you want to build in natural language — no slash commands to memorize. The plugin covers metadata authoring, Apex, deploy/retrieve with safety gates, security review, reporting, and discovery of what's installed versus available in your org.

How to use: Install the Salesforce CLI, Node.js LTS, and Python 3.8+, then authorize your org with sf org login web. After installing the plugin, open a Salesforce DX project and try prompts like:

  • "Create an Apex service class to handle Account territory assignments"
  • "Generate a custom object Project__c with fields for Name, Status, Due Date, and Owner"
  • "Deploy my changes to the sandbox and run the tests"