export-import

Automate HR-IMS data export and import in JSON or SQL formats.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/Arnutt-N/hr-ims --skill export-import
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: export-import
Source: https://github.com/Arnutt-N/hr-ims/tree/main/.claude/skills/export-import
Command: npx skills add https://github.com/Arnutt-N/hr-ims --skill export-import

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires prisma, bcrypt, zod.

What problem does it solve?

Generic data export and import utilities for HR-IMS that simplify backups, migrations, and data portability across environments.

Core Features & Use Cases

  • Full database export (json or sql) with optional audit logs.
  • Selective export and data validation during import, including merge or replace modes.
  • Category mapping, stock level handling, and transactional integrity for complex datasets.
  • Use case: Create backups before schema changes and restore from backups after incidents.

Quick Start

Run the export/import workflow to backup or restore HR-IMS data with a single command.

Frequently Asked Questions about export-import

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I backup and restore Prisma database data for HR-IMS migrations?

You can backup and restore Prisma database data by running an export/import workflow that supports full database backups in JSON or SQL format, with transactional imports offering merge or replace modes for reliable migrations.

What is the best way to export selective HR-IMS data across environments?

Selective HR-IMS data export is handled by targeting specific data categories for output in JSON or SQL formats, enabling reliable data portability and targeted backups across backend and frontend environments.

Does this data migration tool support schema validation to prevent duplicate records?

Yes, the import process uses data-validating schemas to prevent duplicates and invalid records during data migration, ensuring transactional integrity and clean imports for complex HR-IMS datasets.

Can I use transactional imports with merge or replace modes for Prisma data?

Yes, transactional imports support both merge and replace modes for Prisma data, allowing you to safely integrate new records or overwrite existing datasets while maintaining transactional integrity.

Do I need zod and bcrypt to handle HR-IMS data export and import workflows?

You need zod and bcrypt as dependencies to run HR-IMS data export and import workflows, where zod enforces data-validating schemas and bcrypt handles password hashing during database migrations.