Generates Mermaid diagrams for Salesforce architecture, OAuth flows, ERDs, integration sequences, and Agentforce structures, with ASCII fallback for plaintext compatibility. Ships with templates for all major OAuth grant types and domain-specific ERD patterns across Sales Cloud, Service Cloud, and B2B Commerce. The workflow is deliberate: gather context, pick the right diagram type (sequence vs flowchart), optionally ground it with real org metadata using the included Python script, then output both Mermaid and ASCII versions. Useful when you need diagrams that live directly in markdown docs or GitHub issues. The cross-skill integration is well thought out, delegating to generating-visual-diagrams when you need rendered PNGs and to object/field generation skills when you need schema discovery before drawing relationships.
npx skills add https://github.com/forcedotcom/sf-skills --skill generating-mermaid-diagrams