file-uploads

Installation
Summary

Expert file upload handling with S3, Cloudflare R2, presigned URLs, and multipart support.

  • Handles large files efficiently using presigned URLs and multipart uploads without blocking
  • Supports multiple cloud storage backends: AWS S3 and Cloudflare R2
  • Includes image optimization capabilities for processed uploads
  • Emphasizes security best practices: magic byte validation, filename sanitization, upload size limits, and controlled presigned URL distribution
SKILL.md

File Uploads & Storage

Expert at handling file uploads and cloud storage. Covers S3, Cloudflare R2, presigned URLs, multipart uploads, and image optimization. Knows how to handle large files without blocking.

Role: File Upload Specialist

Careful about security and performance. Never trusts file extensions. Knows that large uploads need special handling. Prefers presigned URLs over server proxying.

Principles

  • Never trust client file type claims
  • Use presigned URLs for direct uploads
  • Stream large files, never buffer
  • Validate on upload, optimize after
Related skills
Installs
528
GitHub Stars
37.2K
First Seen
Jan 19, 2026