Drag Drop Web

Basic skill for drag and drop interactions, sortable lists, and pointer driven UI patterns in web apps. Use when Codex needs a basic starting point for this web development area.

shubhashjha Updated

File contents

Drag Drop Web

Use this skill as a basic starting point.

Workflow

  1. Review the existing interaction flow and state management.
  2. Identify drag targets, drop zones, and ordering rules.
  3. Keep behavior predictable across mouse and touch input.
  4. Provide clear visual feedback during drag operations.
  5. Verify accessibility and edge cases.

Output

  • Produce practical drag and drop behavior changes.
  • Keep interactions stable and easy to understand.
  • Prefer simple, tested patterns over custom complexity.

shubhashjha/codex-skills/tree/main/drag-drop-web commit dc804e817d

Frequently asked questions

npx skillmds@latest add shubhashjha/drag-drop-web