Convex File Storage

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

Agentic-Engineering-Agency bc263f3 530 B Updated

File contents

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.

Agentic-Engineering-Agency/agentforge/tree/main/.agents/skills/convex-file-storage commit bc263f3702

Frequently asked questions

npx skillmds@latest add agentic-engineering-agency/convex-file-storage