data-export

Generate GDPR-compliant JSON, CSV, and PDF export infrastructure for Swift projects.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill data-export-jtvaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-export
Source: https://github.com/jtvaris/sunday-night-dynasty/tree/main/.agents/skills/generators/data-export
Command: npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill data-export-jtvaris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates production-ready data export and import infrastructure for JSON, CSV, and PDF formats with GDPR data portability, share sheet integration, and file import. It centralizes export logic and reduces boilerplate across iOS/macOS Swift projects.

Core Features & Use Cases

  • Exports data in JSON, CSV, and PDF formats with a consistent API.
  • Supports GDPR data portability by exporting all user data or selected models.
  • Optional data import via JSON/CSV, plus file picker integration for seamless workflows.
  • Ready-made templates and a modular architecture that fits SwiftUI apps with minimal setup.

Quick Start

Use the data-export skill to generate a GDPR-compliant data export module for your app.

Frequently Asked Questions about data-export

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

FAQPage Schema
How do I add GDPR data export to my Swift iOS app?

To add GDPR data export to a Swift iOS app, generate a production-ready module that handles JSON, CSV, and PDF outputs through a consistent API. This centralizes export logic and reduces boilerplate across iOS and macOS projects.

What formats are needed for GDPR data portability on iOS?

GDPR data portability on iOS typically requires structured formats like JSON and CSV for machine-readable access, alongside PDF for human-readable records. A Swift export module can generate these formats to fulfill compliance requirements.

Can I import data from CSV and JSON files into my SwiftUI app?

Yes, you can import data from CSV and JSON files into a SwiftUI app by wiring in file picker integration. This enables seamless workflows for importing user data back into selected models using a modular architecture.

Does this Swift export tool support share sheet integration for PDF files?

Yes, the Swift export tool supports share sheet integration for PDF files and other formats. This allows users to share exported GDPR data directly from the iOS app interface without requiring custom sharing logic.

What is the best way to generate PDF reports from Swift models?

The best way to generate PDF reports from Swift models is to use a centralized export module that applies consistent templates across your data. This approach minimizes setup in SwiftUI apps while producing standardized PDF outputs.

Why does building GDPR compliant exports require so much boilerplate?

Building GDPR compliant exports requires boilerplate because handling multiple formats and data portability logic separately creates redundant code. A modular toolchain with ready-made templates centralizes this logic, reducing boilerplate across Swift projects.