Backend File Storage

Use this skill when designing file upload, storage, CDN delivery, or file processing systems. This skill enforces: direct-to-storage uploads via presigned URLs, flat key design with no sensitive data, server-side validation, CDN caching with version hashes. Applies to S3, Azure Blob, GCS, or any S3-compatible storage. Do NOT use for: database blob storage, application server file handling, or ephemeral temporary files.

j4flmao Updated

File contents

j4flmao/agent-skills/tree/main/skills/backend/universal/file-storage commit c64e8860c7

Frequently asked questions

npx skillmds@latest add j4flmao/backend-file-storage