snowflake-ai plugins

7 tagged snowflake-ai, 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.

36 20d ago A 929 tokens original Apache-2.0

SessionStart

03

Snowflake-Labs/snowflake-ai-kit

Hook

Runs when a session starts, executing discover_cortex.py via python3. From Snowflake-Labs/snowflake-ai-kit.

36 20d ago A tokens not measured original Apache-2.0

UserPromptSubmit

04

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.

36 20d ago A tokens not measured original Apache-2.0

cortex-router

05

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.

36 20d ago A 36 tokens original Apache-2.0

cortex-run

06

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.

36 20d ago C 52 tokens original Apache-2.0

cortex-setup

07

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.

36 20d ago D 63 tokens original Apache-2.0