vercel-storage-data
Vercel data and storage services including Postgres, Redis, Vercel Blob, Edge Config, and data cache. Use when selecting data storage or caching on Vercel.
Works with
---
name: vercel-storage-data
description: Vercel data and storage services including Postgres, Redis, Vercel Blob, Edge Config, and data cache. Use when selecting data storage or caching on Vercel.
license: MIT
---
# 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.
## Postgres
- Provision Postgres for relational data.
- Manage credentials and connection strings.
## Redis
- Use Redis for caching and ephemeral state.
- Configure access for Functions and Edge workloads.
## Vercel Blob
- Store and serve files with Vercel Blob.
- Use Blob for uploads, assets, and media storage.
## Edge Config
- Use Edge Config for low-latency configuration and feature data.
- Read from Edge Runtime workloads.
## Data Cache and Storage
- Use data cache features for response caching.
- Review storage options for app data.
## Complementary Skills
When using this skill, consider these related skills (if deployed):
- **vercel-functions-runtime**: Functions and Edge access to data.
- **vercel-networking-domains**: Edge caching and routing.
- **vercel-observability**: Usage and performance monitoring.
*Note: Complementary skills are optional. This skill is fully functional without them.*
## Resources
**Vercel Docs**:
- Postgres: https://vercel.com/docs/postgres
- Redis: https://vercel.com/docs/redis
- Vercel Blob: https://vercel.com/docs/vercel-blob
- Edge Config: https://vercel.com/docs/edge-config
- Data Cache: https://vercel.com/docs/data-cache
- Storage: https://vercel.com/docs/storageMore Database skills
supabase-postgres-best-practices
supabase/agent-skills
Postgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill BEFORE writing or changing anything that lives in a Postgres database: creating or altering tables and columns (including choosing column types), schema design, migrations and declarative schema files, RLS policies and the tests that verify them, indexes, triggers, database functions, queues and scheduled jobs (pg_cron, pgmq), vector/semantic search (pgvector), and restoring dumps (pg_restore) or importing data. Also load it when diagnosing slow queries, high CPU, timeouts, EXPLAIN plans, connection exhaustion, locking, bloat, or rows visible to the wrong user or tenant. This is not just a performance guide — schema, migration, security, and SQL authoring tasks need these rules too, even for a one-column change or a single query.
prisma-database-setup
prisma/skills
Guides for configuring Prisma with different database providers (PostgreSQL, MySQL, SQLite, MongoDB, etc.). Use when setting up a new project, changing databases, or troubleshooting connection issues. Triggers on "configure postgres", "connect to mysql", "setup mongodb", "sqlite setup".
prisma-postgres
prisma/skills
Prisma Postgres setup and operations guidance across Console, create-db CLI, Management API, and Management API SDK. Use when creating Prisma Postgres databases, working in Prisma Console, provisioning with create-db/create-pg/create-postgres, or integrating programmatic provisioning with service tokens or OAuth.

