What problem does it solve? Building OmniStudio Integration Procedures requires coordinating DataRaptor actions, Apex Remote Actions, HTTP callouts, and conditional logic while avoiding pitfalls like circular dependencies, unbounded queries, and missing error handling. This Skill guides the creation, validation, and deployment of production-grade server-side orchestrations with a strict 110-point scoring rubric. ## Core Features & Use Cases - IP Generation & Element Composition: Assembles DataRaptor Extract/Load/Transform actions, Remote Actions, HTTP callouts, Conditional Blocks, Loop Blocks, and nested IP calls into coherent multi-step orchestrations with explicit input/output mapping. - Strict Validation & Scoring: Scores procedures across 6 categories (Design, Data Operations, Error Handling, Performance, Security, Documentation) with block/warn thresholds that prevent deployment of anti-patterns like circular calls or DML without error handling. - Deployment & Testing Workflow: Provides CLI commands for querying OmniProcess records, deploying via sf project deploy, and a 5-phase testing strategy from unit to end-to-end. - Use Case: A developer needs to build an AccountOnboarding IP that extracts account data, validates it via an Apex Remote Action, calls an external API, and loads a contact record. The Skill generates the element chain, validates referenced DataRaptors exist, enforces error handling on the DML step, and produces a deployment-ready configuration. ## Quick Start Ask the agent to create an Integration Procedure with a given Type and SubType that orchestrates your DataRaptors and Apex classes, then review the validation score before deploying to your target org.