implement-import-export

Installation
SKILL.md

Implement Import Export

Workflow

  1. Define data shape, permissions, file size limits, validation, and failure reporting.
  2. Prefer queued imports/exports for large datasets.
  3. Validate rows before writes and report row-level errors.
  4. Use transactions per safe batch, not necessarily the whole file.
  5. Redact sensitive data in exports when required.
  6. Add tests for permissions, malformed files, invalid rows, and successful output.

Verification

  • Small and large file paths are tested.
  • Unauthorized users cannot import or export protected data.

Common Mistakes

Installs
1
GitHub Stars
1
First Seen
Jul 26, 2026
implement-import-export — alizharb/agent-skills