quickstart-guide

Installation
SKILL.md

Quickstart Guide

Take a Snowflake Quickstart URL and deliver a guided, interactive learning experience. The learner pastes a link; you fetch the content, plan the build, check their environment, and teach it live.

When to Use

Trigger this skill when the user's input contains a URL matching either pattern:

  • https://www.snowflake.com/en/developers/guides/<slug> (trailing slash optional)
  • https://quickstarts.snowflake.com/guide/<slug> (trailing slash optional, legacy pattern)

Also trigger when the user says something like "walk me through [quickstart name]" or "teach me [quickstart topic]" alongside a URL.

Workflow

Step 1: Detect and Extract Slug

Parse the URL to extract the Quickstart slug.

Installs
GitHub Stars
45
First Seen
Jun 1, 2026
quickstart-guide — snowflake-labs/cortex-code-skills