BeClaude

snowflake-cortex-code

New
Official PluginDevelopmentby Snowflake

Automatically route Snowflake prompts from Claude Code to Cortex Code for execution. Provides slash commands for code review and task delegation, plus skills for routing, run, and setup.

First seen 5/22/2026

Summary

This skill integrates Snowflake Cortex with Claude Code, allowing you to route prompts directly to Cortex Code for execution.

  • It streamlines code review and task delegation via slash commands, making it easier to manage Snowflake workflows without leaving your development environment.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/snowflake-cortex-code.md

3
Invoke in Claude Code
/snowflake-cortex-code

Use Cases

Route a Snowflake SQL query to Cortex Code for optimized execution and analysis.
Delegate a code review task to a colleague by using the review slash command.
Set up the Snowflake Cortex integration in a new project with the setup command.
Run a Snowflake query and get results directly in Claude Code using the run command.
Automatically route any Snowflake-related prompt to Cortex Code for processing.
Review and debug Snowflake stored procedures with AI-assisted code analysis.

Usage Examples

1

/snowflake-cortex-code run SELECT * FROM orders WHERE status = 'pending'

2

/snowflake-cortex-code review my_stored_procedure.sql

3

/snowflake-cortex-code setup --connection my_snowflake_conn

View source on GitHub
code-review

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is snowflake-cortex-code?

This skill integrates Snowflake Cortex with Claude Code, allowing you to route prompts directly to Cortex Code for execution. It streamlines code review and task delegation via slash commands, making it easier to manage Snowflake workflows without leaving your development environment.

How to install snowflake-cortex-code?

To install snowflake-cortex-code: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/snowflake-cortex-code.md. Finally, /snowflake-cortex-code in Claude Code.

What is snowflake-cortex-code best for?

snowflake-cortex-code is a skill categorized under Development. It is designed for: code-review. Created by Snowflake.

What can I use snowflake-cortex-code for?

snowflake-cortex-code is useful for: Route a Snowflake SQL query to Cortex Code for optimized execution and analysis.; Delegate a code review task to a colleague by using the review slash command.; Set up the Snowflake Cortex integration in a new project with the setup command.; Run a Snowflake query and get results directly in Claude Code using the run command.; Automatically route any Snowflake-related prompt to Cortex Code for processing.; Review and debug Snowflake stored procedures with AI-assisted code analysis..