data-export

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

114|8|Updated Mar 4, 2025
One-click install
npx skills add https://github.com/gustavscirulis/snapgrid --skill data-export-gustavscirulis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-export
Source: https://github.com/gustavscirulis/snapgrid/tree/main/.claude/skills/skills/generators/data-export
Command: npx skills add https://github.com/gustavscirulis/snapgrid --skill data-export-gustavscirulis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of robust data export and import functionalities for your application, ensuring data portability and compliance.

Core Features & Use Cases

  • Multi-Format Export: Generates code for exporting data into JSON, CSV, and PDF formats.
  • GDPR Data Portability: Implements GDPR-compliant full data export capabilities.
  • File Import: Provides infrastructure for importing data from files via a system picker.
  • Share Sheet Integration: Enables easy data sharing through the native share sheet.
  • Use Case: A user wants to back up all their application data in a human-readable format. This Skill can generate the necessary code to export all user data as a structured JSON file, which can then be shared via email or saved to cloud storage.

Quick Start

Use the data-export skill to add JSON, CSV, and PDF export functionality to your project.

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 portability features to my Swift app?

To add GDPR data portability, you need infrastructure that exports user data into accessible formats. This Skill generates Swift code for full data exports in JSON and CSV, ensuring compliance with portability requirements.

What is the best way to export Swift application data to PDF and CSV?

The best way to export Swift data to PDF and CSV is using automated infrastructure that handles format-specific serialization. This Skill generates production-ready code supporting PDF, CSV, and JSON outputs with share sheet integration.

How do I implement file import functionality using a system picker in Swift?

File import in Swift requires infrastructure to handle system picker selection and data parsing. This Skill generates the necessary import code, detecting existing project context and data models for seamless integration.

Can I generate JSON export code that integrates with my existing Swift data models?

Yes, generating JSON export code that integrates with existing models is supported. This Skill detects project context, existing export code, and data models to ensure the generated JSON, CSV, and PDF infrastructure integrates seamlessly.

Does this approach support native iOS share sheet integration for exported files?

Yes, supporting native iOS share sheet integration for exported files is a core feature. This Skill generates code that enables easy sharing of exported JSON, CSV, or PDF files directly through the native share sheet.