This scaffolds React Flow node components with the boilerplate you'd otherwise copy and paste between nodes. It includes templates for the component structure (with NodeResizer, Handles, and store integration) and TypeScript types that extend Node with custom data interfaces. You get placeholder replacement for names and types, plus a checklist for wiring everything into your app store, node registry, and menus. Useful if you're building a node based editor and want consistency across custom nodes without rewriting the same memo wrapper and canvas mode checks every time. The templates assume you're using Zustand for state.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill react-flow-node-ts