Claude Plugins for Salesforce Development: Complete Guide to 8 Available Options

The anthropic/claude-plugins-community repository lists 8 Salesforce-focused plugins that extend Claude Code with Apex, LWC, SOQL, Flow, and Agentforce capabilities.

Claude plugins for Salesforce development transform Claude Code into a platform-native development environment. These plugins provide deep Salesforce expertise through pre-built agents, automated quality gates, and DX pipeline integrations. The community-maintained marketplace manifest at .claude-plugin/marketplace.json serves as the central registry for all available options.

Core Salesforce Development Plugins

The following plugins deliver comprehensive Salesforce platform support, from traditional Apex and Lightning Web Components to modern Agentforce AI agents.

Salesforce Claude Code (Core Plugin)

Salesforce Claude Code provides foundational Salesforce development support covering Apex, LWC, SOQL, Flows, and CI/CD pipelines. This plugin establishes the baseline Salesforce context that other specialized plugins extend.

Install via the MCP (Claude Code Package Manager):

claude code plugin install https://github.com/jiten-singh-shahi/salesforce-claude-code.git

Post-installation, Claude Code recognizes Salesforce-specific patterns. Example prompts include:

  • "Generate Apex trigger for Account after insert that logs a custom object"
  • "Create an LWC component that displays a list of Opportunities"
  • "Run a full DX deployment with automated quality-gate checks"

Source: GitHub repository | README documentation

SCC (scc-universal) — Enterprise-Grade Quality Gates

SCC delivers the most extensive Salesforce plugin infrastructure with 17 expert sub-agents, 55 domain-knowledge skills, and 29 quality gates. Coverage spans:

  • Apex code analysis and optimization
  • Lightning Web Components (LWC)
  • Salesforce Flow and Process Builder
  • Visualforce pages and Aura components
  • DevOps and SFDX pipeline automation
  • Agentforce agent development

This plugin enforces enterprise standards through automated gates that validate code quality, security posture, and architectural compliance before deployment.

Marketplace entry: .claude-plugin/marketplace.json at line 17027

Salesforce DX Plugin — Full-Stack Tooling

The Salesforce DX Plugin provides complete DX tooling integration including agents, hooks, commands, and rules. Key capabilities:

  • Apex and LWC development workflows
  • SOQL query building and optimization
  • Flow development and debugging
  • SFDX pipeline automation

This plugin bridges Claude Code with the Salesforce CLI ecosystem, enabling seamless scratch org management and package development.

Marketplace entry: .claude-plugin/marketplace.json at line 4530

Agentforce-Specific Plugins

These specialized plugins target Salesforce's Agentforce AI platform for building, testing, and deploying autonomous agents.

Salesforce-Agentforce ADLC

Salesforce-Agentforce ADLC implements the full agent development lifecycle. The plugin provides develop, test, and observe skill sets that guide Claude Code through:

  • Agent specification and design
  • Implementation of conversation flows
  • Testing and validation workflows
  • Production monitoring and optimization

Marketplace entry: .claude-plugin/marketplace.json at line 674

Salesforce Agentforce AI-Testing

Salesforce Agentforce AI-Testing automates quality assurance for Agentforce agents. The plugin generates:

  • Autonomous test conversations simulating user interactions
  • Edge-case detection and boundary testing
  • Guardrail validation against business rules
  • Compliance verification for enterprise policies

This plugin reduces manual testing burden while improving agent reliability in production environments.

Marketplace entry: .claude-plugin/marketplace.json at line 17799

Project Health and Best Practice Plugins

Salesforce Project Auditing Skill

The Salesforce Project Auditing Skill validates project structure and configuration across multiple dimensions:

Validation Area Specific Checks
Project Configuration sfdx-project.json syntax and structure
Package Dependencies Ordering, versioning, and circular reference detection
API Alignment Version consistency across components
Environment Setup Scratch org definition validity
Security Permission set coverage analysis
Automation Flow conflict detection and resolution
Testing Apex test coverage thresholds
Deployment Deployment ordering and dependency validation

This plugin prevents common deployment failures by catching configuration errors early in the development cycle.

Marketplace entry: .claude-plugin/marketplace.json at line 17789

General Salesforce Knowledge Plugin

The General Salesforce Knowledge Plugin embeds platform expertise directly into Claude Code's context. This plugin provides:

  • Governor limits and platform constraints
  • Security model best practices (sharing rules, FLS, CRUD/FLS)
  • Deployment and release management conventions
  • Performance optimization patterns
  • Integration architecture guidance

This foundational knowledge plugin enhances all Salesforce-related conversations in Claude Code.

Marketplace entry: .claude-plugin/marketplace.json at line 17809

Cross-Platform Integration Plugins

Clearskies / Cowork Integration

Clearskies / Cowork extends beyond pure Salesforce development to connect Claude Code with broader go-to-market tooling. Salesforce capabilities are embedded within a larger integration spanning:

  • Salesforce CRM data access
  • Gong conversation intelligence
  • Scratchpad deal management
  • Google Workspace and Microsoft 365
  • Slack collaboration

This plugin suits revenue operations teams requiring contextual customer intelligence across multiple systems.

Marketplace entry: .claude-plugin/marketplace.json at line 4996

How to Discover and Install Plugins

All Claude plugins for Salesforce development are cataloged in the marketplace manifest at .claude-plugin/marketplace.json. This JSON file contains structured metadata for each plugin including name, description, source URL, and homepage link.

Installation Workflow

  1. Locate your target plugin in the marketplace manifest
  2. Copy the plugin's repository URL
  3. Execute the MCP install command:
claude code plugin install <repository-url>
  1. Verify installation by testing Salesforce-specific prompts

Key Repository Files

File Purpose Direct Link
.claude-plugin/marketplace.json Authoritative plugin registry with 8+ Salesforce entries View source
README.md Community contribution guidelines and marketplace browsing instructions View source

Summary

  • 8 Salesforce plugins are available in the anthropic/claude-plugins-community marketplace, ranging from core development support to specialized Agentforce tooling
  • SCC (scc-universal) offers the most comprehensive coverage with 17 sub-agents and 29 quality gates for enterprise-grade development
  • Agentforce plugins enable AI-first development with dedicated testing and lifecycle management capabilities
  • Project auditing plugin prevents deployment failures through automated validation of sfdx-project.json, package dependencies, and test coverage
  • All plugins are discoverable via .claude-plugin/marketplace.json and installable through the MCP (Claude Code Package Manager)

Frequently Asked Questions

How do I find the latest Salesforce plugins for Claude Code?

Browse the marketplace manifest at .claude-plugin/marketplace.json in the anthropic/claude-plugins-community repository. This JSON file contains the authoritative, up-to-date list of all published plugins with direct links to source repositories and documentation. Search for entries with "Salesforce" in the name or description fields.

Which Salesforce plugin is best for enterprise development with strict quality gates?

SCC (scc-universal) provides the most robust quality assurance framework with 29 automated quality gates covering Apex, LWC, Flow, Visualforce, Aura, and Agentforce development. The 17 expert sub-agents enforce architectural standards and security policies before code reaches production.

Can Claude plugins help with Agentforce AI agent development?

Yes. Two dedicated plugins support Agentforce: Salesforce-Agentforce ADLC provides the full development lifecycle with develop/test/observe skills, while Salesforce Agentforce AI-Testing generates autonomous test conversations and validates guardrails. These plugins automate the unique testing challenges of conversational AI agents.

What validation does the Salesforce Project Auditing Skill perform?

The plugin validates sfdx-project.json structure, package dependency ordering, API version alignment across components, scratch org definition integrity, permission set coverage gaps, Flow conflict detection, Apex test coverage thresholds, and deployment ordering correctness. These checks catch configuration errors before deployment failure.

Have a question about this repo?

These articles cover the highlights, but your codebase questions are specific. Give your agent direct access to the source. Share this with your agent to get started:

Share the following with your agent to get started:
curl -s "https://instagit.com/install.md"

Works with
Claude Codex Cursor VS Code OpenClaw Any MCP Client

Maintain an open-source project? Get it listed too →