data-normalizer

star 2

Normalize mixed-source records into canonical field shapes before validation, indexing, and downstream processing.

Shuang-Shu By Shuang-Shu schedule Updated 2/26/2026

name: data-normalizer metadata: version: "0.0.1" author: "ShuangShu" description: Normalize mixed-source records into canonical field shapes before validation, indexing, and downstream processing.

Data Normalizer

Overview

Use this skill to map heterogeneous payloads into a canonical schema and normalized value space.

Inputs

  • Raw records from APIs/files/streams.
  • Field mapping rules and default values.

Processing

  • Normalize text and timestamps through dependency primitives.
  • Coerce simple scalar types where safe.
  • Track dropped and transformed fields.

Output Contract

  • Return normalized records.
  • Include field-level transformation summary.
  • Flag lossy transformations explicitly.
Install via CLI
npx skills add https://github.com/Shuang-Shu/skuare --skill data-normalizer
Repository Details
star Stars 2
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator