About
A bridge skill that exposes Cortex Code as a sub-agent to other coding agents. Your editor of choice stays untouched — anything Snowflake-aware gets routed to CoCo, which carries the data context, warehouse selection, and access policies that general-purpose agents don't have. Works with the sub-agent and MCP protocols.
How to use
Install in both the host agent and Cortex Code:
cortex-code skill install subagent-cortex-code
# then, in your host agent's config:
claude mcp add cortex-codeFrom that point on, describing a Snowflake task in your host (e.g. "profile the customers table") will transparently invoke Cortex Code, run the query in your tenant, and stream the result back into the host transcript.