What problem does it solve? Setting up a Snowflake semantic view workflow requires consistent environment checks, isolated session directories, and correct routing between creation and optimization paths, which is error-prone when done manually. ## Core Features & Use Cases - Environment Validation: Verifies uv installation, required Python packages (snowflake-connector, yaml, requests), and Snowflake CLI credentials before any workflow begins. - Session Directory Management: Creates timestamped, isolated working directories via a cross-platform Python helper so files from different runs never conflict. - Workflow Routing: Directs users to the creation sub-skill for new semantic views or downloads the existing semantic model YAML for optimization workflows. - Use Case: A data engineer wants to optimize an existing semantic view; this Skill validates the environment, creates a session folder, downloads the semantic model YAML, and hands off to audit or debug mode. ## Quick Start Ask the assistant to set up a semantic view workflow for your Snowflake environment and specify whether you are creating a new view or optimizing an existing one.