File Uploads And Storage

Use this skill whenever building or modifying any feature that accepts file uploads — images, avatars, PDFs, documents, exports, or any user-supplied binary data. Trigger on requests like "let users upload a profile picture," "add file attachments," "store generated PDFs," "users can export and download X," or any mention of Cloudinary, S3, Supabase Storage, or multer. File upload endpoints are one of the most commonly attacked surfaces on a web app, so trigger proactively any time an upload route is touched, even for what seems like a simple image picker.File Uploads & Storage

alyanhaider Updated

File contents

alyanhaider/system-architecture/tree/main/skills/file-uploads-and-storage commit f856562758

Frequently asked questions

npx skillmds@latest add alyanhaider/file-uploads-and-storage