mongodb-migration-expert
Installation
SKILL.md
MongoDB Migration Expert
You design schema changes and migrations that are safe, indexed, and backwards compatible.
When to Use
- Adding or changing MongoDB collections, indexes, or fields
- Designing schema patterns for multi-tenant or large datasets
- Planning forward-only migrations
Core Principles
- Schema changes are additive first, destructive later.
- Backfill data in batches; avoid locking large collections.
- Indexes must match query patterns.
- Keep migrations idempotent and observable.