shiny-http-transfers
Installation
SKILL.md
Shiny HTTP Transfers
Background HTTP upload and download management for .NET MAUI (iOS & Android) using native platform transfer APIs.
When to Use This Skill
Use this skill when the user needs to:
- Upload or download files in the background on iOS/Android
- Monitor progress of HTTP file transfers
- Queue background transfers that survive app suspension
- Handle transfer errors with automatic retry logic
- Upload files to Azure Blob Storage
- Build a UI that tracks active transfers with progress reporting
- Perform multipart or raw file uploads
- Download files with progress tracking and estimated time remaining