This handles the detective work of figuring out which OmniStudio namespace your Salesforce org uses (Core, vlocity_cmt, or vlocity_ins) and then maps out how all your OmniScripts, Integration Procedures, FlexCards, and Data Mappers connect to each other. It builds directed dependency graphs, spots circular references, and generates Mermaid diagrams you can paste into documentation. Useful when you need impact analysis before changing a component or when you inherit an org and want to understand what calls what. The namespace detection alone saves you from writing three different query sets. Doesn't author components, just analyzes what's already there.
npx skills add https://github.com/forcedotcom/sf-skills --skill analyzing-omnistudio-dependencies