What problem does it solve? Building Salesforce integrations requires juggling authentication metadata, callout code, event-driven patterns, and security rules, and mistakes like hardcoded secrets or synchronous trigger callouts cause production failures. This Skill generates secure, validated integration artifacts with a 120-point scoring rubric. ## Core Features & Use Cases - Credential Generation: Creates Named Credential and External Credential metadata for OAuth 2.0, JWT Bearer, Certificate, and API Key authentication, plus automation scripts that configure credentials via ConnectApi without manual UI steps. - Callout & Event Patterns: Produces REST/SOAP callout Apex classes (sync, Queueable, retry with exponential backoff), External Services from OpenAPI specs, Platform Event publishers/subscribers, and Change Data Capture handlers. - Use Case: You need to sync closed-won Opportunities to an external ERP. The skill generates an External Credential, a Queueable callout class with retry logic, and endpoint security metadata, then scores the result across Security, Error Handling, Bulkification, Architecture, Best Practices, and Documentation. ## Quick Start Ask the skill to create a Named Credential and callout class for your external API, specifying the authentication method and whether the callout is synchronous or trigger-originated.