integration-connectivity-generate

Automate Salesforce integration setup and configuration with a 120-point scoring system.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/padjei/SF_Agents --skill integration-connectivity-generate-padjei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-connectivity-generate
Source: https://github.com/padjei/SF_Agents/tree/main/.claude/skills/integration-connectivity-generate
Command: npx skills add https://github.com/padjei/SF_Agents --skill integration-connectivity-generate-padjei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sf, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the setup and configuration of Salesforce integrations, reducing manual effort and improving accuracy.

Core Features & Use Cases

  • Integration Setup: Automates the creation of Named Credentials, External Credentials, External Services, REST/SOAP callouts, Platform Events, and Change Data Capture.
  • Scoring System: Provides a 120-point scoring system to validate the security, error handling, bulkification, architecture, best practices, and documentation of the integrations.
  • Automation Scripts: Includes scripts for automated configuration of credentials without manual UI steps.
  • Use Case: Imagine you need to set up a new REST API integration with Salesforce. Use this Skill to generate the required metadata and scripts, validate the configuration, and deploy it with confidence.

Quick Start

Deploy the integration metadata using the Salesforce CLI: sf project deploy start --metadata NamedCredential:StripeAPI --target-org MyOrg.

Frequently Asked Questions about integration-connectivity-generate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Salesforce integration setup for REST and SOAP callouts?

Automate Salesforce integration setup using scripts to generate metadata for Named Credentials, External Credentials, and External Services, eliminating manual UI configuration for REST and SOAP callouts. This ensures consistent deployment via the Salesforce CLI.

What is a 120-point scoring system for Salesforce integrations?

The 120-point scoring system validates Salesforce integrations against security, error handling, bulkification, architecture, best practices, and documentation criteria. It provides a measurable compliance score to ensure configurations meet enterprise standards before deployment.

Can I use Salesforce CLI to deploy Named Credentials and External Services?

Yes, you can deploy Named Credentials and External Services using Salesforce CLI commands like `sf project deploy start --metadata NamedCredential:StripeAPI --target-org MyOrg`. This automates the configuration of credentials without manual UI steps.

How do I configure Platform Events and Change Data Capture in Salesforce integrations?

Configure Platform Events and Change Data Capture by generating the required integration metadata and automation scripts. This automates event-driven data synchronization processes, ensuring secure and compliant event streaming within your Salesforce architecture.

What are the best practices for securing External Credentials in Salesforce?

Best practices for securing External Credentials involve using Named Credentials to abstract authentication, validating configurations against a 120-point scoring system, and deploying via automation scripts to enforce security standards without manual intervention.

Does this Salesforce integration automation support bulkification and error handling?

Yes, the automation validates bulkification and error handling through its 120-point scoring system. It checks integration architectures against best practices, ensuring REST and SOAP callouts handle bulk data and exceptions properly.