Scaffolds a new AtlasTool for the Atlas agent framework and wires it into your useAtlasChat hook. This handles the full setup: TypeBox schema definition, the execute function that runs browser-side logic, and adding it to the tools array. Assumes you've already run integrate-atlas-chat to vendor the agent sources and dependencies. Useful when you need the agent to trigger client-side actions like rendering charts, querying local state, or showing UI panels. The skill walks through reading your existing setup, writing the typed tool constant, and optionally rendering structured results from toolCalls. It's opinionated about TypeBox for validation, which keeps runtime and compile-time types in sync but locks you into that stack.
npx skills add https://github.com/cognitedata/builder-skills --skill create-client-tool