solutions-installer

Installation
SKILL.md

Install Snowflake Industry Solutions

Installs a pre-built industry solution from the sf-solutions repository into the user's Snowflake account. Each solution contains a manifest.json describing its metadata and a scripts/ directory with SQL setup/teardown files.

When to Use

  • User wants to install a solution: $solutions-installer <solution-name> where <solution-name> is a directory name in the sf-solutions repository (e.g., manufacturing-predictive-maintenance)
  • User wants to tear down / uninstall a solution
  • User wants to set up a demo environment for an industry use case
  • Do NOT use for editing the solutions catalog website

What This Skill Provides

  • Clones or locates the sf-solutions repository
  • Reads the solution's manifest.json to understand what will be created
  • Executes install_scripts (setup SQL) against the user's Snowflake account
  • Supports teardown via teardown_scripts
  • Verifies the installation by checking created objects

Solution Directory Convention

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