Convex File Storage banner
waynesutton waynesutton

Convex File Storage

Development community

Description

--- name: Convex File Storage description: Complete file handling including upload flows, serving files via URL, storing generated files from actions, deletion, and accessing file metadata from system tables version: 1.0.0 author: Convex tags: [convex, file-storage, uploads, images, files] --- # Convex File Storage Handle file uploads, storage, serving, and management in Convex applications with proper patterns for images, documents, and generated files. ## Documentation Sources Before imple

Installation

Installs to ~/.claude/skills/waynesutton-opensync-convex-file-storage/SKILL.md

Terminal
mkdir -p ~/.claude/skills/waynesutton-opensync-convex-file-storage && curl -fsSL https://raw.githubusercontent.com/waynesutton/opensync/HEAD/.claude/skills/convex-file-storage.md -o ~/.claude/skills/waynesutton-opensync-convex-file-storage/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository