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
- Define the mapping contract
- Stage and validate with a dry run
- Apply with a real rollback path
- 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
- 01The complete prompt
The full manual as a ready-to-save SKILL.md file, matched exactly to what ships in the T7 library.
- 02Install walkthrough
Personal (~/.claude/skills/) and project (.claude/skills/) folder instructions, whichever fits how you work.
- 03Use 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