What problem does it solve? Implementing or migrating a conversational agent on Atom's Cortex platform involves many error-prone steps: analyzing exported Flowbuilder JSON, configuring global settings, writing a prompt under a 10,000-character limit, building normalization code tools, and wiring funnel stages. This Skill provides a step-by-step guide that captures production lessons and confirmed platform behaviors so nothing critical is missed. ## Core Features & Use Cases - Flow Migration Analysis: Checklists for extracting Smartons, Formatters, HTTP requests, tags, stages, and typifications from an exported flow JSON, with warnings about known data bugs in exports. - Global and Node Configuration: Templates for general instructions, funnel stages, typifications, inactivity recovery, and the 6-section Cortex node prompt structure. - Code Tools and Integrations: JavaScript patterns for field normalization (program, country, category) using setField and the http() runtime function, plus guidance on when to use HTTP Request vs Code Tool. - Use Case: A client shares a Flowbuilder JSON export of a Smarton-based sales bot and wants it migrated to Cortex; the Skill walks through analysis, prompt design, code tools, knowledge bases, and testing. ## Quick Start Migrate this exported Flowbuilder JSON flow to a Cortex agent in Atom, designing the node prompt and normalization code tools.