salesforce
v0.6.5Salesforce 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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install salesforce@agent-plugin-marketplacePaste 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/RavenClaudeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/salesforce/.
Plugin files
├── .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
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.
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.
Scaffold a Lightning Web Component bundle (.html / .js / .js-meta.xml) with an FLS-aware Apex controller. Use when creating a new LWC.
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.
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
{
"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"
}For maintainers
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)