# 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.

- Skill: `shubhashjha/drag-drop-web` (Agent Skill)
- Install (CLI): `npx skillmds@latest add shubhashjha/drag-drop-web`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shubhashjha/drag-drop-web/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: shubhashjha (https://skillmd.com/u/shubhashjha)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/shubhashjha/drag-drop-web

---


# 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.

