Migrate MySQL, SQLite, or CSV data into PostgreSQL with repeatable load files before cutover with pgloader
Move data into PostgreSQL with declarative load files, built-in type conversion, and repeatable migration runs before one-off import scripts become cutover risk.
Prerequisites
pgloader and access to source systems plus a PostgreSQL target
Installation
Choose whichever fits your setup:
- Copy this skill folder into your local skills directory.
- Clone the repo and symlink or copy the skill into your agent workspace.
- Add the repo as a git submodule if you manage shared skills centrally.
- Install it through your internal provisioning or packaging workflow.
- Download the folder directly from GitHub and place it in your skills collection.
Install command or upstream instructions:
Install pgloader from your package manager or build instructions, create a `.load` file describing the source and PostgreSQL target, then run `pgloader your-migration.load` to execute and iterate on the migration.