Snowflake-Labs/snowflake-ai-kit
Instructions file CodexOpenCode
Instructions for Snowflake-Labs/snowflake-ai-kit, covering agent guidelines — snowflake-ai-kit, what this repo is, architecture, critical rules and plugin scripts.
7 tagged snowflake-cli, measured the same way as everything else here.
Snowflake-Labs/snowflake-ai-kit
Instructions file CodexOpenCode
Instructions for Snowflake-Labs/snowflake-ai-kit, covering agent guidelines — snowflake-ai-kit, what this repo is, architecture, critical rules and plugin scripts.
Snowflake-Labs/snowflake-ai-kit
Plugin Claude Code
Automatically route Snowflake prompts from Claude Code to Cortex Code for execution.
Snowflake-Labs/snowflake-ai-kit
Hook
Runs when a session starts, executing discover_cortex.py via python3. From Snowflake-Labs/snowflake-ai-kit.
Snowflake-Labs/snowflake-ai-kit
Hook
Runs when you submit a prompt, before the agent sees it, executing prompt_filter.py via python3. From Snowflake-Labs/snowflake-ai-kit.
Snowflake-Labs/snowflake-ai-kit
Skill Claude CodeCodex
Auto-routing skill loaded by the prompt filter hook. Routes Snowflake-related operations to Cortex Code CLI. Not for direct invocation — use $cortex-run instead.
Snowflake-Labs/snowflake-ai-kit
Skill Claude CodeCodex
ONLY load this skill when the user explicitly types $cortex-run or /cortex-run. NEVER load this skill from auto-routing hooks or keyword matching. For auto-routed prompts, use snowflake-cortex-code:cortex-router instead.
Snowflake-Labs/snowflake-ai-kit
Skill Claude CodeCodex
Install Snowflake CLI and Cortex Code CLI. Use when cortex is not installed, when the user asks to set up Cortex Code, or when routing fails because the CLI is missing. Triggers: setup cortex, install cortex, cortex not found, CLI not installed, set up snowflake.