Convex File Storage
Use this skill when a task touches uploads, stored files, attachment metadata, or file lifecycle.
Rules
- Use real Convex storage APIs such as upload URL generation.
- Store metadata and references explicitly in tables.
- Do not fake upload state with placeholder URLs.
- Consider pagination and cleanup for large file collections.