csv-excel-merger

Installation
SKILL.md

CSV/Excel Merger

Merge multiple CSV or Excel files with automatic column matching, deduplication, and conflict resolution.

Contents

  • Workflow — the step-by-step merge process
  • Verification — confirm the merge before handing it back
  • Special cases — encoding, compound keys, large files
  • Guidelines — quality and transparency standards
  • Example triggers
  • references/merge_strategies.md — column matching, conflict resolution, and dedup options
  • references/output_template.md — the merge-report format

Workflow

  1. Inspect the inputs. Determine file count, format (CSV / Excel / TSV), and whether the files are attached or read from disk. Read each header; identify column names, data types, and encoding (UTF-8, Latin-1). Note the candidate primary key.

  2. Plan the merge. Match columns across files to one unified schema, choose a conflict-resolution rule, and pick a deduplication strategy. See references/merge_strategies.md for the matching heuristics and the full set of options.

Installs
894
GitHub Stars
185
First Seen
Jan 24, 2026
csv-excel-merger — onewave-ai/claude-skills