file-ingestion

Community

Ingest files to DBs with auto-generated schemas.

Authorticruz38
Version1.0.0
Installs0

System Documentation

What problem does it solve?

In many data workflows, teams struggle to quickly convert diverse file formats (CSV, JSON, XML, Excel) into a structured database schema. This skill uses LLM-powered schema inference to automate the creation of database tables from sample data, reducing manual schema design and iteration.

Core Features & Use Cases

  • Auto-schema inference: samples data and generates a table schema with field types and nullability.
  • Secure data loading: supports SSL/TLS connections to databases and Redis caching for fast, repeatable ingestions.
  • Flexible sources: ingests from local files, HTTP(S), S3, or Google Drive, and can auto-create databases when needed.
  • Use Case: ingest daily CSV exports from a data lake into a relational database with minimal setup.

Quick Start

Ingest a sample file from a URL or local path to auto-create a database and table and load data.

Dependency Matrix

Required Modules

requestsboto3psycopg2pymysqlpandas

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: file-ingestion
Download link: https://github.com/ticruz38/skills/archive/main.zip#file-ingestion

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.