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 stagingThe 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.