divingsbysangam/salesforce-compound-engineering-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: sf-compound-engineering.
divingsbysangam/salesforce-compound-engineering-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: sf-compound-engineering.
divingsbysangam/salesforce-compound-engineering-plugin
Plugin Claude Code
Salesforce-focused compound engineering plugin for Claude Code, Cursor, and Codex. Skills-first V3 architecture with parallel agent dispatch, institutional knowledge compounding, and Apex/LWC/Flow/Integration coverage.
divingsbysangam/salesforce-compound-engineering-plugin
MCP server Claude CodeCodexCursor +2
Context7's hosted MCP server: up-to-date library documentation and code examples on demand. Remote server at mcp.context7.com.
divingsbysangam/salesforce-compound-engineering-plugin
MCP server Claude CodeCodexCursor +2
MCP Server for interacting with Salesforce instances. Runs locally from the @salesforce/mcp npm package.
divingsbysangam/salesforce-compound-engineering-plugin
Instructions file
Instructions for divingsbysangam/salesforce-compound-engineering-plugin, covering claude.md, what this repo is, principles are the source of truth, protected directories — never delete or overwrite and architecture.
divingsbysangam/salesforce-compound-engineering-plugin
Hook
Runs when a session starts on startup, running an inline shell check. From divingsbysangam/salesforce-compound-engineering-plugin.
divingsbysangam/salesforce-compound-engineering-plugin
Skill Claude CodeCodex
Build, modify, debug, and deploy Agentforce agents written in Agent Script. Use when creating or modifying .agent files or aiAuthoringBundle metadata, designing subagents and actions, writing or reviewing an Agent Spec, or running sf agent generate / preview / validate / publish / activate. Trigger phrases: 'build an…
divingsbysangam/salesforce-compound-engineering-plugin
Skill Claude CodeCodex
Analyze production Agentforce agent behavior using STDM session traces in Data Cloud, plus a fallback path using sf agent test + sf agent preview --authoring-bundle when STDM is unavailable. Use when investigating production failures, regressions, or performance regressions; querying ssotAiAgentSessiondlm; reproducing…
divingsbysangam/salesforce-compound-engineering-plugin
Skill Claude CodeCodex
Write, run, and analyze test suites for Agentforce agents — preview-based smoke tests, Testing Center batch suites, action execution, trace diagnosis, and iterative fix loops. Use when running sf agent test create / run / run-eval / results, writing AiEvaluationDefinition test specs, building regression suites…
divingsbysangam/salesforce-compound-engineering-plugin
Skill Claude CodeCodex
Generate Apex classes and tests with bulkification, CRUD/FLS, and the project's trigger framework wired in. Covers services, selectors, domain classes, batch / queueable / schedulable, invocable methods, REST resources, and the matching test classes with TestDataFactory + 251+ record bulk tests. Trigger phrases…
divingsbysangam/salesforce-compound-engineering-plugin
Skill Claude CodeCodex
Common Apex design patterns including Selector, Service, Domain, and Trigger Handler patterns.
divingsbysangam/salesforce-compound-engineering-plugin
Skill Claude CodeCodex
Modernize legacy Salesforce triggers — move SOQL/DML out of loops, separate concerns into a Trigger Handler / Trigger Actions Framework class, generate matching test coverage, and re-deploy. Use when you find a trigger with inline business logic, DML inside loops, no recursion guard, or no handler class. Trigger…
divingsbysangam/salesforce-compound-engineering-plugin
Skill Claude CodeCodex
Guide for writing solution documents that feed the institutional knowledge system under docs/solutions/. Use when compounding learnings, authoring solution YAML frontmatter, or teaching /sf-compound output shape.
divingsbysangam/salesforce-compound-engineering-plugin
Skill Claude CodeCodex
Guide for adding new personas and skills to the SF Compound Engineering Plugin. Use when creating a new review/research persona, adding a domain-knowledge or workflow skill, or wiring a new specialist concern into sf-review / sf-doc-review / sf-plan. Encodes the agentless (V3.1) conventions: personas are skill-local…
divingsbysangam/salesforce-compound-engineering-plugin
Skill Claude CodeCodex
How workflow skills dispatch specialist personas as isolated subagents. Referenced by sf-review, sf-work, sf-plan, sf-lfg, sf-debug, sf-doc-review, sf-resolve-pr-feedback and other workflow skills when they say 'dispatch these personas'. Covers parallel-on-Claude-Code vs inline-elsewhere, the same-response parallelism…
divingsbysangam/salesforce-compound-engineering-plugin
Skill Claude CodeCodex
Track project tasks as individual markdown files in todos/ with status, priority, and context. Use when creating file-based todos, updating todo status, or organizing parallel work items.
divingsbysangam/salesforce-compound-engineering-plugin
Skill Claude CodeCodex
Generate Salesforce Flow metadata (Screen / Autolaunched / Record-Triggered before-save and after-save / Scheduled) using the MCP executemetadataaction pipeline (fetchGroundedObjectMetadata → flowElementSelection → flowElementGeneration). Use this skill for any Flow generation. Trigger phrases: 'create a flow', 'build…
divingsbysangam/salesforce-compound-engineering-plugin
Skill Claude CodeCodex
Patterns and best practices for building Salesforce Flows.
divingsbysangam/salesforce-compound-engineering-plugin
Skill Claude CodeCodex
Manage isolated git worktrees for parallel Salesforce development and hotfix branches. Use when creating, listing, or removing worktrees without disturbing an in-progress feature branch.
divingsbysangam/salesforce-compound-engineering-plugin
Skill Claude CodeCodex
Complete Salesforce governor limits reference with strategies to avoid and handle limit exceptions.
divingsbysangam/salesforce-compound-engineering-plugin
Skill Claude CodeCodex
GraphQL Wire Adapter patterns for LWC — queries, mutations, refresh, error handling, and the Apex-vs-GraphQL decision (including the metadata-access permission gotcha).
divingsbysangam/salesforce-compound-engineering-plugin
Skill Claude CodeCodex
Salesforce Hosted MCP Server setup, configuration, URL patterns, ECA management, security model, complete tool reference, and troubleshooting.
divingsbysangam/salesforce-compound-engineering-plugin
Skill Claude CodeCodex
Salesforce integration patterns for REST, SOAP, Platform Events, and external system connectivity.
divingsbysangam/salesforce-compound-engineering-plugin
Skill Claude CodeCodex
Generate Salesforce Lightning pages — FlexiPages (RecordPage / AppPage / HomePage) and entire Lightning apps that orchestrate object + fields + tabs + flexipage + permission set. Use when creating Lightning record pages, app home pages, or building a complete LEX app from a description. Trigger phrases: 'create a…