library/specializations/code-migration-modernization/skills/schema-comparator/SKILL.md
Compare database schemas between source and target environments for migration planning
npx skillsauth add a5c-ai/babysitter schema-comparatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Compares database schemas between source and target environments to identify differences and generate migration scripts.
Enable database migration planning for:
| Tool | Databases | Integration Method | |------|-----------|-------------------| | Flyway | Multi | CLI | | Liquibase | Multi | CLI | | Redgate SQL Compare | SQL Server | CLI | | SchemaHero | Kubernetes | CLI | | pgdiff | PostgreSQL | CLI | | mysqldiff | MySQL | CLI |
{
"comparisonId": "string",
"timestamp": "ISO8601",
"source": {
"type": "string",
"connection": "string"
},
"target": {
"type": "string",
"connection": "string"
},
"differences": {
"tables": {
"added": [],
"removed": [],
"modified": []
},
"columns": [],
"constraints": [],
"indexes": [],
"procedures": []
},
"migration": {
"scripts": [],
"order": [],
"rollback": []
}
}
data-migration-validator: Post-migration validationquery-translator: SQL conversiondatabase-migration-orchestrator: Uses for planningdata-architect-agent: Schema design reviewdevelopment
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.