Agent skill · forcedotcom
integration-connectivity-generate
Salesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use integration-connectivity-connected-app-configure), Apex-only logic (use platform-apex-generate), data import/export (use platform-data-manage), or CDC channel-membership metadata such as PlatformEventChannel, PlatformEventChannelMember, or EnrichedField (use integration-eventing-cdc-configure).
What it needs
About 4k tokens when loaded.
What this skill does
integration-connectivity-generate: Salesforce Integration Patterns Expert Use this skill when the user needs integration architecture and runtime plumbing: Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, CDC, and event-driven integration design. When This Skill Owns the Task Use integration-connectivity-generate when the work involves: .namedCredential-meta.xml or External Credential metadata outbound REST/SOAP callouts External Service registration from OpenAPI specs Platform Events, CDC, and event-driven architecture choosing sync vs async integration patterns Delegate elsewhere when the user is: configuring the OAuth app itself → integration-connectivity-connected-app-configure writing Apex-only business logic → platform-apex-generate deploying metadata → platform-metadata-deploy importing/exporting data → platform-data-manage --- Required Context to Gather First Ask for or infer: integration style: outbound callout, inbound event, External Service, CDC, platform event auth method sync vs async requirement system endpoint / spec details rate limits, retry expectations, and failure tolerance whether this is net-new design or repair of an existing integration --- Recommended Workflow 1. Choose the integration pattern Need Default pattern --- --- authenticated outbound API call Named Credential / External Credential + Apex or Flow spec-driven API client External Service trigger-originated callout async callout pattern decoupled event publishing Platform Events change-stream consumption CDC 2. Choose the auth model Prefer secure runtime-managed auth: Named Credentials / External Credentials OAuth or JWT via the right credential model no hardcoded secrets in code 3. Generate from the right templates Use the provided assets under: assets/named-credentials/ assets/external-credentials/ assets/external-services/ assets/callouts/ assets/platform-events/ assets/cdc/ assets/soap/ 4. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills forcedotcom/integration-connectivity-generate--928788