Agent Plugins Marketplace
All plugins

salesforce

v0.6.5

Salesforce practitioner team — agents (apex-engineer, flow-automation-architect, agentforce-architect, salesforce-platform-architect, salesforce-reviewer) covering governor-safe bulkified Apex (triggers/async/services), declarative automation by density (Flow vs Apex, order-of-execution), Agentforce design (topics/actions, Atlas determinism, Trust Layer), org architecture (data model, OWD→sharing→Apex security, 2GP packaging/DevOps, LDV), and a forked review rubric (the house opinions as pass/fail). Citation-grounded knowledge bank (Mermaid decision trees incl. automation-density), a scenarios bank (field notes), best-practices, skills, commands, templates, an advisory hook + a runnable SOQL/DML-in-loop scanner (scripts/apex_governor_smell.py), and an .lsp.json (Apex + LWC LSP). MCP recommend-not-bundle (org-credentialed @salesforce/mcp). Seams: integration→azure-cloud, analytics→data-platform, LWC styling→web-design, security-review→ravenclaude-core. Requires ravenclaude-core@>=0.7.0.

Claude Code5 Skills

By Matt CorbettLicense: MIT7 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install salesforce for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install salesforce@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mcorbett51090/RavenClaude

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/salesforce/.

Plugin files

plugins/salesforce/
├── .claude-plugin/plugin.json
├── skills/bulk-rest-api-client/SKILL.md
├── skills/data-loader-runbook/SKILL.md
├── skills/lwc-component-scaffold/SKILL.md
├── skills/salesforce-release-pipeline/SKILL.md
└── skills/soql-authoring/SKILL.md

Included Skills5

bulk-rest-api-clientskills/bulk-rest-api-client/SKILL.md

Build Bulk API 2.0 ingest and query jobs for high-volume data movement. Use when loading or extracting large datasets over the REST Bulk API rather than row-by-row.

data-loader-runbookskills/data-loader-runbook/SKILL.md

A safe data-load runbook — sandbox-first, backup, dedup, and verify — for any bulk data operation. Use before loading, updating, or deleting production data at volume.

lwc-component-scaffoldskills/lwc-component-scaffold/SKILL.md

Scaffold a Lightning Web Component bundle (.html / .js / .js-meta.xml) with an FLS-aware Apex controller. Use when creating a new LWC.

salesforce-release-pipelineskills/salesforce-release-pipeline/SKILL.md

Stand up a 2GP + DevOps Center release pipeline — packaging, dependency-ordered deploy, test gate, and promotion across environments. Use when designing or running a Salesforce release process.

soql-authoringskills/soql-authoring/SKILL.md

Write selective, bulk-safe SOQL that binds its variables and avoids non-selective-query errors on large objects. Use when authoring or fixing a SOQL query, especially against high-volume objects.

Plugin manifests1

plugins/salesforce/.claude-plugin/plugin.json
{
  "name": "salesforce",
  "version": "0.6.5",
  "description": "Salesforce practitioner team — agents (apex-engineer, flow-automation-architect, agentforce-architect, salesforce-platform-architect, salesforce-reviewer) covering governor-safe bulkified Apex (triggers/async/services), declarative automation by density (Flow vs Apex, order-of-execution), Agentforce design (topics/actions, Atlas determinism, Trust Layer), org architecture (data model, OWD→sharing→Apex security, 2GP packaging/DevOps, LDV), and a forked review rubric (the house opinions as pass/fail). Citation-grounded knowledge bank (Mermaid decision trees incl. automation-density), a scenarios bank (field notes), best-practices, skills, commands, templates, an advisory hook + a runnable SOQL/DML-in-loop scanner (scripts/apex_governor_smell.py), and an .lsp.json (Apex + LWC LSP). MCP recommend-not-bundle (org-credentialed @salesforce/mcp). Seams: integration→azure-cloud, analytics→data-platform, LWC styling→web-design, security-review→ravenclaude-core. Requires ravenclaude-core@>=0.7.0.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "salesforce",
    "apex",
    "soql",
    "lwc",
    "flow",
    "agentforce",
    "atlas-reasoning-engine",
    "governor-limits",
    "bulkification",
    "trigger-framework",
    "sharing-model",
    "2gp-packaging",
    "sfdx",
    "data-cloud",
    "large-data-volume"
  ],
  "requires": {
    "plugins": [
      "ravenclaude-core@>=0.7.0"
    ]
  },
  "lspServers": "./.lsp.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[salesforce on Agent Plugins Marketplace](https://pluginsmp.com/plugins/salesforce)