Drops a complete streaming chat UI into your Flows app wired to an Atlas agent. Copies the atlas-agent library source files into your project, installs dependencies (TypeBox, ajv), and scaffolds App.tsx with useAtlasChat already hooked up. The generated component handles real-time streaming with a blinking cursor, shows tool execution events as they happen, and renders expandable tool call cards after each response. It's opinionated about the structure but saves you from writing SSE parsing and state management by hand. If your agent uses Python tools, you chain this with setup-python-tools to get Pyodide execution wired in automatically.
npx skills add https://github.com/cognitedata/builder-skills --skill integrate-atlas-chat