Frontend

Import & Export Workflows

Designs safe bulk import/export workflows: mapping, previews, dry runs, deduplication, rollback, audit trails.

What it does

Designs safe bulk import/export workflows: mapping, previews, dry runs, deduplication, rollback, audit trails.

When to use it

Use for CSV, spreadsheet or bulk data transfer, and recovering from a partially failed import.

Problems it prevents

Stops a bulk import silently corrupting existing data with no preview, dry run, or rollback available.

Typical workflow

  1. Define the mapping contract
  2. Stage and validate with a dry run
  3. Apply with a real rollback path
  4. Secure exports with an audit trail

Example output

A CSV import with a preview and dry-run step before anything is written, and a rollback if the result is wrong.

What's included

  1. 01
    The complete prompt

    The full manual as a ready-to-save SKILL.md file, matched exactly to what ships in the T7 library.

  2. 02
    Install walkthrough

    Personal (~/.claude/skills/) and project (.claude/skills/) folder instructions, whichever fits how you work.

  3. 03
    Use notes

    How Claude invokes it, what a good result looks like, and what to check before you trust the output.

Installation

Save the manual as SKILL.md in ~/.claude/skills/import-export-workflows/ to use it on every project, or in .claude/skills/import-export-workflows/ to scope it to one repository. Then invoke it directly:

/import-export-workflows

Read the official Claude Code skills guide

Works well with