implement-import-export
Installation
SKILL.md
Implement Import Export
Workflow
- Define data shape, permissions, file size limits, validation, and failure reporting.
- Prefer queued imports/exports for large datasets.
- Validate rows before writes and report row-level errors.
- Use transactions per safe batch, not necessarily the whole file.
- Redact sensitive data in exports when required.
- 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.