·drag-and-drop
</>

drag-and-drop

Implement drag and drop using @atlaskit/pragmatic-drag-and-drop. Use when implementing sortable lists, reorderable items, kanban boards, or any drag-drop interactions. Covers draggable setup, drop targets, edge detection, drag previews, and critical state management patterns to avoid performance issues.

28Installs·0Trend·@wodsmith

Installation

$npx skills add https://github.com/wodsmith/thewodapp --skill drag-and-drop

How to Install drag-and-drop

Quickly install drag-and-drop AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/wodsmith/thewodapp --skill drag-and-drop
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: wodsmith/thewodapp.

SKILL.md

View raw

This project uses @atlaskit/pragmatic-drag-and-drop for drag-and-drop functionality.

NEVER put volatile drag state in useEffect dependencies. This causes handlers to re-register on every state change.

Use Symbol to scope drag operations to a single list:

Implement drag and drop using @atlaskit/pragmatic-drag-and-drop. Use when implementing sortable lists, reorderable items, kanban boards, or any drag-drop interactions. Covers draggable setup, drop targets, edge detection, drag previews, and critical state management patterns to avoid performance issues. Source: wodsmith/thewodapp.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/wodsmith/thewodapp --skill drag-and-drop
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from wodsmith/thewodapp

Quick answers

What is drag-and-drop?

Implement drag and drop using @atlaskit/pragmatic-drag-and-drop. Use when implementing sortable lists, reorderable items, kanban boards, or any drag-drop interactions. Covers draggable setup, drop targets, edge detection, drag previews, and critical state management patterns to avoid performance issues. Source: wodsmith/thewodapp.

How do I install drag-and-drop?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/wodsmith/thewodapp --skill drag-and-drop Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/wodsmith/thewodapp

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22