snowflake-create-external-stage
SkillDatabases & dataConsult Snowflake CREATE STAGE parameter reference before generating any CREATE STAGE DDL for external stages.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the snowflake-create-external-stage skill
What this skill tells your AI
The instructions your AI receives, as published by gyrus-dev/frosty in skills/snowflake-create-external-stage/SKILL.md and read by ahel’s review.
Before writing a CREATE STAGE statement for an external stage:
- Read
references/parameters.mdto review all available parameters and their defaults. - For each parameter, decide whether the user's request implies a non-default value.
- Include only the parameters that differ from the default or that the user explicitly requested — do not bloat the DDL with unnecessary clauses.
- Never use
CREATE OR REPLACE— always useCREATE STAGE IF NOT EXISTS. - Always include the required
URLparameter for external stages pointing to the correct cloud storage path (s3://, gcs://, or azure://). - Prefer
STORAGE_INTEGRATIONover inlineCREDENTIALSfor authentication — it is more secure and avoids embedding secrets in DDL. - If the user provides raw credentials (AWS keys, SAS tokens), emit them but add a comment recommending migration to a storage integration.
- Choose the encryption type appropriate to the cloud provider (AWS_SSE_S3, AWS_SSE_KMS, GCS_SSE_KMS, AZURE_CSE, etc.) only if the user explicitly requests encryption configuration.
- Enable the DIRECTORY table only when the user needs to query staged files via directory table functions.
Signals
- GitHub stars
- 77
- Forks
- 9
- Last commit
- Apr 2026
Advanced
- Catalog kind
- skill
- Gateway key
snowflake-create-external-stage- Source
- github.com/gyrus-dev/frosty