Snowflake-Labs/subagent-cortex-code

19 stars · Last commit 2026-04-17

Route Snowflake operations from any coding agent (Claude Code, Cursor, Codex, VSCode) to Cortex Code CLI — with smart routing, security envelopes, and headless execution.

README preview

# Cortex Code Skill

[![npm skills](https://img.shields.io/badge/skills-cortex--code-blue)](https://www.npmjs.com/package/skills)

This skill routes Snowflake-related operations to Cortex Code CLI, enabling coding agents to leverage specialized Snowflake expertise in headless mode.

## Quick Install

Choose your coding agent:

| Agent | Install method | Details |
|-------|---------------|---------|
| **Claude Code** | `npx skills add snowflake-labs/subagent-cortex-code --copy --global` | [→ Claude Code](#claude-code) |
| **Cursor** | `npx skills add snowflake-labs/subagent-cortex-code --copy --global` + copy routing rule | [→ Cursor](#cursor) |
| **Windsurf** | `npx skills add snowflake-labs/subagent-cortex-code --copy --global` | [→ Windsurf](#windsurf) |
| **Codex** | `bash integrations/codex/install.sh` (**not** npx — skill hangs in sandbox) | [→ Codex](#codex) |
| **VSCode / terminal** | `bash integrations/cli-tool/setup.sh` | [→ CLI tool](#vscode--terminal) |

**Prerequisite for all**: Cortex Code CLI installed and configured.
```bash

View full repository on GitHub →