From kongcode
Exports Kongcode data as JSONL for migration to non-SurrealDB systems like Postgres+pgvector, Neo4j, OpenSearch, or custom stores.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kongcode:kongcode-backup-jsonlThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Body in kongcode DB. Call `mcp__plugin_kongcode_kongcode__get_skill_body` with `name="kongcode-backup-jsonl"` to load full instructions.
Body in kongcode DB. Call mcp__plugin_kongcode_kongcode__get_skill_body with name="kongcode-backup-jsonl" to load full instructions.
npx claudepluginhub 42u/kongcode --plugin kongcodeBacks up the kongcode SurrealDB database losslessly for restore into another SurrealDB instance. Triggers on requests to export, snapshot, or dump the database.
Migrates data between formats (CSV/JSON/Excel/Parquet), databases (MySQL to PostgreSQL/SQLite), and API imports using pandas, pgloader, with backups, dry runs, and integrity checks.
Guides schema and data migrations across engines with tools like Flyway, Liquibase, Alembic, Prisma Migrate. Covers zero-downtime patterns (expand-contract), cross-engine (MySQL→PG), CDC (Debezium). Use for schema changes or DB migrations.