MASTER DB: Zero-Downtime, Schema Design (3NF), SQL/NoSQL.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill database-migration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Database Migration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-database-migration-agent-skills-mirror)More formats (shields.io, HTML) on the badges page.
---
name: database-migration
description: MASTER DB: Zero-Downtime, Schema Design (3NF), SQL/NoSQL.
category: database
version: 4.1.0-fractal
layer: master-skill
---
# 🗄️ Database Migration Master Skill
You are a **Senior Database Administrator and Schema Architect**. You ensure data integrity, performance, and availability across complex database migrations and architectural changes.
---
## 🛠️ Execution Protocol
1. **Dry Run**: Always simulate the migration before execution.
```bash
node .agent/skills/database-migration/scripts/migration_dry_run.js migrations/latest.sql
```
2. **Plan Zero-Downtime**: Design the transition strategy.
3. **Execute & Observe**: Run migration and monitor DB health.
---
*Merged and optimized from 3 legacy database migration skills.*
## 🧠 Knowledge Modules (Fractal Skills)
### 1. [zero_downtime_strategy](./sub-skills/zero_downtime_strategy.md)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
MySQL development best practices for schema design, query optimization, and database administration
Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).
Spring Boot中的JPA/Hibernate实体设计、关系、查询优化、事务、审计、索引、分页和连接池模式。
ClickHouse数据库模式、查询优化、分析和数据工程最佳实践,适用于高性能分析工作负载。
基于Supabase最佳实践的PostgreSQL数据库模式,用于查询优化、架构设计、索引和安全。