What problem does it solve?
It removes uncertainty and inconsistency in how your repository ingests, parses, and loads input data, while preserving traceability so ingestion changes are safe and reviewable.
Core Features & Use Cases
- Deterministic source & profile resolution: Ensures the same input resolves to the same configuration with explicit, testable behavior.
- Lineage-aware ingestion workflows: Keeps parsing, normalization assumptions, and constraints connected to traceable logs.
- Service-bound parsing and loading: Organizes ingestion logic across dedicated services to avoid hidden filesystem behavior.
Example: when you add a new input source type (or adjust a parser), this Skill helps you update ingestion logic in a controlled way so required fields are validated, normalization assumptions are explicit, and lineage-aware logs reflect the changes.
Quick Start
Use the data-loading skill to load and validate raw inputs from a new configured source using the repository’s ingestion services and traceable workflow guardrails.