What problem does it solve? Understanding how OmniScripts, FlexCards, Integration Procedures, and Data Mappers depend on each other is difficult because dependencies are buried in JSON configuration fields rather than lookup relationships, and the correct object names vary across three possible namespaces. This Skill automates namespace detection, org-wide inventory, dependency graph construction, and impact analysis so you can safely assess what breaks when a component changes. ## Core Features & Use Cases - Namespace Detection: Probes Core, vlocity_cmt, and vlocity_ins namespaces via SOQL to determine which OmniStudio package is installed, including mixed-namespace migration states. - Dependency Graph & Impact Analysis: Parses PropertySetConfig and DataSourceConfig JSON to build directed dependency graphs with BFS traversal, circular reference detection, and reverse impact lookup. - Mermaid Visualization & Reporting: Generates copy-pasteable Mermaid diagrams, JSON summaries, and human-readable reports with component counts and most-depended components. - Use Case: Before modifying a Data Mapper used across your org, run this Skill to discover that it feeds an Integration Procedure, which in turn serves two OmniScripts and a FlexCard, so you know exactly what to regression-test. ## Quick Start Ask the assistant to analyze OmniStudio dependencies in your org and generate a dependency graph with impact analysis for a specific component.