About
This skill provides a standardized architecture for handling large-scale data imports and historical tracking within Claude Code environments. It leverages a BaseImporter class to automate file parsing, type detection, and validation for CSV and XLSX files. Beyond ingestion, it implements a sophisticated change-detection engine that maintains data integrity through a three-tier history model: detailed change logs, individual entity snapshots, and aggregate organizational snapshots. It is particularly useful for developers building enterprise-grade applications that require strict audit trails and the ability to track state changes over time.