Language:JapaneseEnglish

salesforce-development Claude Code Plugin

Author
Salesforce
Category
Development
Topics
Enterprise Business Platforms · AI Agents & AI App Development · Cloud, Deployment & CI/CD
First cataloged
2026-08-08 (UTC)
Explanation last updated
2026-08-08 (UTC)
Source (GitHub) last updated
2026-08-07 (UTC) (yesterday)

The explanation below is AI-generated. Please verify it against the sources.

This plugin turns Claude Code into a development assistant for the Salesforce Platform, letting a user build Apex code, metadata, and Agentforce agents by describing what they want in plain language rather than memorizing commands. It automatically detects a Salesforce DX project, reads the org context, and resolves requests through a layered order of specialized skills first, the Salesforce CLI second, and hosted Salesforce MCP servers as a fallback. It bundles 41 skills spanning environment validation, Apex generation and testing, automation flows, declarative metadata, deployment, security, code quality, and reporting, along with supporting agents and slash commands. Safety hooks block risky production deployments by default, and an optional auto-deploy mode can be enabled through an environment variable. Getting started requires the Salesforce CLI, Node.js, and Python to be installed, plus authorizing a Salesforce org beforehand.

About the service

The plugin connects to the Salesforce Platform, a cloud-based CRM and application platform, by authenticating against a user's Salesforce org through the Salesforce CLI and by calling Salesforce-hosted MCP servers that provide API and metadata guidance.

What you can do with salesforce-development

  • Generate Apex classes and test classes, then run them against an org and capture debug logs
  • Scaffold declarative metadata such as custom objects, fields, permission sets, flows, and report types
  • Deploy and retrieve metadata, build package manifests, and validate changes before pushing them
  • Author, test, and review Agentforce agents defined as Agent Script files
  • Check environment prerequisites and manage scratch orgs, org authorization, and source tracking
  • Run code quality checks with Code Analyzer and review project architecture against Salesforce's Well-Architected pillars

Sources

History of salesforce-development

  • Claude Code Plugin Added salesforce-development

Back to list