Auto-arrange the nodes of a Corezoid process into a clean, readable layout — a vertical top-to-bottom business flow with error handling railed off to the right and no overlapping nodes. Use it AUTOMATICALLY on every process YOU built or assembled, as the last step before push-process — never hand-place coordinates by eye (eyeballed grids overlap the moment nodes are taller than the step). Also reach for it whenever the user says a process is unreadable, tangled, ugly, a mess, or that nodes sit on top of each other, or asks to "arrange", "lay out", "tidy up", "make readable", "fix positions", "clean the diagram", "remove the overlaps" — or their equivalents in any language the user speaks. Do NOT silently re-arrange a process the user already positioned — see the "When you MAY re-layout" rules in the body. It only changes x/y coordinates and collapses IF/Delay/error nodes — never edges, logic, conv_id, aliases or node types.
$npx -y skills add corezoid/corezoid-ai-plugin --skill corezoid-node-layoutInstalls into the current project.
Run `npx skills use "https://github.com/corezoid/corezoid-ai-plugin" --skill "corezoid/corezoid-ai-plugin/corezoid-node-layout"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/corezoid/corezoid-ai-plugin" that are relevant to the current task. Run `npx skills add "https://github.com/corezoid/corezoid-ai-plugin"` and select the relevant skills, then follow their instructions.