db-load-csv

Community

Import CSV data safely into PostgreSQL.

AuthorGDSDN
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the process of importing CSV data into a PostgreSQL database, ensuring data integrity through validation and a staging table approach.

Core Features & Use Cases

  • Safe Data Import: Uses a staging table to validate data before merging into the target table.
  • Idempotent Merging: Handles new and existing records using an UPSERT pattern.
  • Flexible Modes: Supports autonomous, interactive, and pre-flight planning modes.
  • Use Case: You have a large CSV file of customer records that needs to be imported into your customers table. This Skill will load it safely, checking for duplicates and data type issues before committing.

Quick Start

Use the db-load-csv skill to import the file '/path/to/data.csv' into the 'products' table.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 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: db-load-csv
Download link: https://github.com/GDSDN/kord-aios/archive/main.zip#db-load-csv

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 223,000+ vetted skills library on demand.