data-export

Generate Swift data export and import infrastructure for JSON, CSV, and PDF formats.

603|51|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/rshankras/claude-code-apple-skills --skill data-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-export
Source: https://github.com/rshankras/claude-code-apple-skills/tree/main/skills/generators/data-export
Command: npx skills add https://github.com/rshankras/claude-code-apple-skills --skill data-export

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a robust framework for exporting and importing user data in various formats, ensuring GDPR compliance and seamless data portability.

Core Features & Use Cases

  • Multi-Format Export: Generates data exports in JSON, CSV, and PDF formats.
  • GDPR Data Portability: Facilitates full user data export for compliance.
  • File Import: Enables importing data from files via a system file picker.
  • Share Sheet Integration: Allows users to easily share exported data.
  • Use Case: A user wants to download all their activity history from your app. This skill can generate a comprehensive JSON file containing all their records, ready for download or sharing.

Quick Start

Use the data-export skill to export all user data as a JSON file.

Frequently Asked Questions about data-export

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

FAQPage Schema
How do I export user data as a JSON file in Swift for GDPR compliance?

To export user data as a JSON file in Swift for GDPR compliance, you can generate production-ready Swift infrastructure for data models and format-specific exporters. This Skill handles JSON, CSV, and PDF exports to support full data portability and share sheet integration.

What is GDPR data portability and how does it affect iOS data exports?

GDPR data portability requires allowing users to download their personal data in a structured, commonly used, and machine-readable format. This Skill generates the Swift infrastructure needed to produce JSON, CSV, and PDF exports to meet these compliance requirements.

Can I import CSV and JSON files using a system file picker in Swift?

Yes, you can import CSV and JSON files using a system file picker in Swift. This Skill generates the necessary infrastructure to enable file importing from files selected via system pickers, alongside its data export capabilities.

Does this data export approach support PDF generation and share sheet integration?

Yes, the data export approach supports PDF generation and share sheet integration. It generates production-ready Swift code for format-specific exporters, allowing users to easily share exported JSON, CSV, or PDF data directly from the app.

What is the best way to generate Swift code for multi-format data exports?

The best way to generate Swift code for multi-format data exports is to use a framework that builds data models, managers, and format-specific exporters. This Skill generates production-ready Swift infrastructure for JSON, CSV, and PDF formats.