file-upload-media-patterns

Installation
SKILL.md

File Upload and Media Processing Patterns

Overview

File upload systems fail silently when storage is bypassed through the API server, when uploads lack size limits, when MIME types are trusted from the client, or when media processing blocks the request thread.

When to use: Designing direct-to-storage upload flows; reviewing upload endpoints for security gaps; evaluating media processing pipelines; assessing image optimization strategies; auditing storage abstraction layers.

Quick Reference

Installs
8
GitHub Stars
4
First Seen
Apr 8, 2026
file-upload-media-patterns — mickeyyaya/refactoring-skills