managedcode-storage

Installation
SKILL.md

ManagedCode.Storage

Trigger On

  • integrating ManagedCode.Storage into a .NET application
  • reviewing how a project abstracts file or object storage
  • deciding whether to centralize storage provider differences behind one library
  • documenting upload, download, container, or blob-handling flows with ManagedCode.Storage

Workflow

  1. Identify the actual storage use case:
    • blob or file storage
    • provider abstraction across environments
    • app-service integration and configuration
  2. Verify whether the project wants one storage contract instead of provider-specific SDK calls scattered across the codebase.
  3. Keep application code dependent on the library abstraction, not directly on backend-specific storage SDKs unless a provider-only feature is truly required.
  4. Centralize provider configuration, credentials, and container naming in composition-root code and typed settings.
  5. Validate the real upload, download, existence-check, and deletion flows after wiring the library.
Related skills
Installs
2
GitHub Stars
371
First Seen
Apr 22, 2026