salesforce-reference-architecture

Installation
SKILL.md

Salesforce Reference Architecture

Overview

Production-ready architecture patterns for Salesforce integrations, covering Node.js integration apps, SFDX metadata projects, and event-driven sync architectures.

Prerequisites

  • Understanding of layered architecture
  • jsforce and Salesforce CLI experience
  • TypeScript project setup
  • Decision on sync model (polling vs event-driven)

Project Structure

Node.js Integration App

my-sf-integration/
├── src/
│   ├── salesforce/
│   │   ├── connection.ts       # Singleton jsforce connection with auto-refresh
Related skills
Installs
1
GitHub Stars
2.2K
First Seen
Mar 25, 2026