"Run the Horizon Catalog Golden Demo end-to-end. Two modes: (1) SETUP — provisions all Snowflake objects, AWS IAM config, sample data, policies, views, semantic view, and agent from scratch; (2) WALK-THROUGH — guides the presenter through each of the 5 acts live. Triggers: horizon demo, golden demo, run horizon demo, setup horizon demo, horizon walkthrough, governance demo, catalog demo, teardown horizon demo."
Resources
9Install
npx skillscat add sfc-gh-tquinones/horizon-golden-demo Install via the SkillsCat registry.
Horizon Catalog Golden Demo
5-act live demo: Connect → Discover → Protect → Trust → Intelligence/Action
Demonstrates Snowflake Horizon end-to-end: Catalog-Linked Databases (Glue), PII classification, masking policies, row access policies, lineage, data quality, semantic views, Cortex Analyst, and Cortex Agents — all from Cortex Code.
Workflow
User request
↓
Detect intent → Route to sub-skill
↓
├─→ Setup → Load setup/SKILL.md
├─→ Walk-through → Load walkthrough/SKILL.md
└─→ Teardown → Load teardown/SKILL.mdStep 1: Detect Intent
| Intent | Triggers | Load |
|---|---|---|
| Setup | "setup horizon demo", "provision", "first time", "new account" | setup/SKILL.md |
| Walk-through | "run horizon demo", "walk through", "start demo", "guide me" | walkthrough/SKILL.md |
| Teardown | "teardown horizon demo", "clean up", "reset demo", "drop demo" | teardown/SKILL.md |
If intent is ambiguous, ask:
Which mode do you want?
- Setup — provision everything from scratch (first time or reset)
- Walk-through — guide me through the 5 acts live (environment already set up)
- Teardown — clean up all demo objects after the demo
Step 2: Route
Based on selection, load the appropriate sub-skill and follow its workflow.
Stopping Points
- ✋ If intent is ambiguous — ask before loading a sub-skill
- ✋ All other stopping points are defined in each sub-skill
Output
Determined by the loaded sub-skill.