data-normalization

Installation
SKILL.md

Data Normalization

Define a shared, authoritative format for every primitive type in a project and produce the artifacts that enforce it: a CANONICAL_DATA_MODEL.md, field mapping tables per source, adapter / validator code, and an ADR.

Related skills: domain-language (align on naming before locking formats) · adr (record format decisions)

Scope

This skill covers:

  • Authoring or updating a CANONICAL_DATA_MODEL.md that defines the internal format for each primitive type used in the project
  • Producing field-by-field mapping tables from each external source to the canonical model
  • Generating adapter / validator code in the project's target language
  • Filing an ADR that records why these formats were chosen and what was rejected
Related skills
Installs
6
GitHub Stars
2
First Seen
Mar 26, 2026