For anyone building guided processes in Salesforce OmniStudio, this handles the full lifecycle of OmniScript creation with a 120-point validation system that'll tell you if your configuration is ready to deploy or needs work. It walks you through element selection (there are 20+ types from simple text inputs to signature pads), PropertySetConfig JSON design, and dependency mapping to Integration Procedures and DataRaptors. The orchestration order guidance is actually useful since OmniScripts sit downstream from IPs and DataRaptors but upstream from FlexCards. It treats the Type/SubType/Language triplet as the composite key it really is and knows how to trace data flow through that shared JSON structure all OmniScripts pass around. Basically a checklist that knows OmniStudio's quirks.
npx skills add https://github.com/forcedotcom/sf-skills --skill building-omnistudio-omniscript