Vercel Storage and Data Skill --- progressive disclosure: entry point: summary: "Vercel data and storage: Postgres, Redis, Vercel Blob, Edge Config, and data cache." when to use: - "When selecting a data store or cache" - "When using managed Postgres or Redis" - "When storing files with Vercel Blob" quick start: - "Choose Postgres, Redis, or Blob" - "Configure Edge Config or data cache" - "Connect from Functions or apps" - "Monitor usage" token estimate: entry: 90-110 full: 3800-4800 --- Overview Vercel provides managed data services and storage for application state, cache, and files. Postgr…