skill-arch-storage

Designs S3-compatible object storage architecture with CDN integration and media processing pipelines.

4|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/ryan-nguyen-01/agent-platform --skill skill-arch-storage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-arch-storage
Source: https://github.com/ryan-nguyen-01/agent-platform/tree/main/.claude/skills/skill-arch-storage
Command: npx skills add https://github.com/ryan-nguyen-01/agent-platform --skill skill-arch-storage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Storage challenges across large-scale apps, media delivery, and backups are solved by a unified, scalable object storage architecture that integrates CDN and automated processing pipelines.

Core Features & Use Cases

  • Object storage architecture design for hot, warm, and cold tiers, CDN integration, and media processing pipelines.
  • Use cases include hosting user uploads, media delivery, backups, and disaster recovery across multi-region deployments.

Quick Start

Set up an end-to-end storage stack with S3-compatible object storage, CDN, automated lifecycle policies, and a basic media processing workflow.

Frequently Asked Questions about skill-arch-storage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a scalable object storage architecture for user uploads and media delivery?

A scalable object storage architecture integrates S3-compatible storage with CDN delivery and automated media processing pipelines. It manages large media catalogs by utilizing presigned uploads and clear lifecycle policies to transition data across hot, warm, and cold tiers efficiently.

What is the best way to configure disaster recovery and backups across multi-region storage tiers?

Disaster recovery and backups across multi-region deployments require unified storage architectures with automated lifecycle policies. By distributing assets across hot, warm, and cold storage tiers, you ensure data resilience and optimize costs for large-scale applications.

How does a media processing pipeline work with CDN and object storage?

A media processing pipeline connects S3-compatible object storage to a CDN, automatically handling image and video assets. After user uploads via presigned URLs, the pipeline processes the media before CDN distribution, ensuring optimized delivery for large media catalogs.

When do I need automated lifecycle policies for hot, warm, and cold storage tiers?

Automated lifecycle policies are needed when managing large media catalogs and backups that require cost optimization. They transition objects between hot, warm, and cold storage tiers based on access patterns, ensuring resilient storage architectures without manual intervention.

Can I use presigned uploads with S3-compatible storage for a basic media processing workflow?

Yes, presigned uploads work directly with S3-compatible storage to securely ingest user uploads into your media processing workflow. This setup serves as the foundation for an end-to-end storage stack, routing image and video assets through automated processing pipelines before CDN delivery.