CortexCodeSkills
Agents Official

Cortex Agent Builder

Scaffold end-to-end Cortex Agents — tools, eval harness, deployment hooks.

by Snowflake Updated 4 days ago Active
$ cortex-code skill install cortex-agent

Requires Cortex Code CLI ≥ 1.6

About

Goes from blank repo to a production-ready Cortex Agent project in under a minute. Generates the tool wiring, a starter eval suite with real assertions, deployment hooks for both staging and prod, and the README that explains it all to your team.

How to use

Create a new agent and deploy it:

cortex-code new agent customer-support
cd customer-support
cortex-code deploy --env staging

The generated project follows Snowflake's recommended layout for Cortex Agents — tools in tools/, evals in evals/, runtime config in agent.yml. Re-running the scaffolder is safe; it only writes files that don't exist yet.

Tags

scaffoldingevalsdk