storage-development
Installation
SKILL.md
Storage Development Guide
This skill provides guidance for developers working with the @rytass/storages base package, including creating new storage adapters.
Overview
The @rytass/storages package defines the core interfaces and types that all storage adapters must implement. It follows the adapter pattern to provide a unified API across different storage providers.
Package: @rytass/storages (v0.2.5)
Adapters built on this base:
@rytass/storages-adapter-s3- AWS S3@rytass/storages-adapter-gcs- Google Cloud Storage@rytass/storages-adapter-r2- Cloudflare R2@rytass/storages-adapter-azure-blob- Azure Blob Storage@rytass/storages-adapter-local- Local File System