convex-cascading-delete-skill
Installation
SKILL.md
Convex Cascading Delete
Automatic cascading deletion of related documents across Convex tables using the
@00akshatsinha00/convex-cascading-deletecomponent.
The component uses your existing Convex indexes to define relationships and provides both atomic and batched deletion modes. When you delete a parent document, all configured child documents are automatically removed, preventing orphaned records.
Installation
# 1. Install the package
npm install @00akshatsinha00/convex-cascading-delete
# 2. Install the Convex component
npx convex component install @00akshatsinha00/convex-cascading-delete
# 3. Verify — run dev and check for errors
Related skills