# Convex File Storage

> Use Convex file storage correctly for uploads, references, and retrieval. Use when implementing file or attachment flows.

- Skill: `agentic-engineering-agency/convex-file-storage` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentic-engineering-agency/convex-file-storage`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentic-engineering-agency/convex-file-storage/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Agentic-Engineering-Agency (https://skillmd.com/u/agentic-engineering-agency)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agentic-engineering-agency/convex-file-storage

---


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

