importing-data
OfficialStreamline CSV import with a 5-phase workflow.
Authortilmon-engineering
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a structured, auditable pipeline to import CSV data into a SQLite database, eliminating ad-hoc imports and ensuring consistent, reproducible results from discovery through quality reporting.
Core Features & Use Cases
- Phase 1: CSV Discovery & Profiling: detect encoding, delimiter, headers, and capture representative samples; generate a detailed profile to inform schema design.
- Phase 2: Schema Design & Type Inference: infer column data types, map NULL representations, and propose a raw_[table_name] CREATE TABLE with justifications.
- Phase 3: Basic Standardization: define rules for date normalization, numeric cleaning, whitespace handling, and NULL mappings to ensure clean raw data.
- Phase 4: Import Execution: create the table, import the CSV with applied standardization, verify row counts and sample data, and run validation checks.
- Phase 5: Quality Assessment & Reporting: delegate quality checks to sub-agents to identify NULL patterns, duplicates, outliers, and potential foreign-key relationships, compiling a comprehensive quality report.
Quick Start
- Start a new analysis session and run Phase 1 to generate 01-csv-profile.md.
- Review Phase 1 output, then proceed to Phase 2 to draft the schema, followed by Phase 3 standardization rules.
- Execute Phase 4 import and complete Phase 5 quality reporting using the provided templates.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 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: importing-data Download link: https://github.com/tilmon-engineering/claude-skills/archive/main.zip#importing-data Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.