This skill helps Claude integrate react-native-reanimated-dnd into your React Native apps, covering drag and drop zones, vertical and horizontal sortable lists, and 2D grids with swap or insert reordering. It knows the full component API including Draggable, Droppable, SortableItem, and SortableGrid, plus all the props for axis constraints, collision detection, drag handles, and dynamic height measurement. The skill automatically triggers on drag and drop keywords and will set up the GestureHandlerRootView wrapper, configure drop alignment and capacity, and wire up the onMove handlers with proper state updates. Good for dashboards, kanban boards, image galleries, or any UI where users need to reorder content by touch.
npx skills add https://github.com/entropyconquers/react-native-reanimated-dnd --skill reanimated-dnd