This one builds server-side Integration Procedures in Salesforce OmniStudio with a 110-point scoring system that blocks deployment below 67. It knows how to chain DataRaptor actions, Apex remote calls, HTTP callouts, and conditional logic into multi-step orchestrations, and it enforces error handling on all DML operations. The workflow is opinionated: it validates dependencies first, checks that referenced DataRaptors and Apex classes actually exist, and won't let you create circular IP calls. Useful when you need declarative process orchestration that's more complex than a single DataRaptor but don't want to write Apex. The strict validation catches things like unbounded queries and missing try/catch blocks before they hit production.
npx skills add https://github.com/forcedotcom/afv-library --skill building-omnistudio-integration-procedure