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.jsonto 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