Schema Mapper
Maps every source column to its target field, documents the transformation logic, and calls out any column that has nowhere to go.
Overview
Schema Mapper documents column-level mappings when you're integrating a new data source, designing an ETL or dbt transformation, auditing a migration, or onboarding a new analyst who needs to know where columns come from.
What it covers
- Collects the full source and target schema: column names, types, nullability, and descriptions.
- Maps each target column to its source column(s), recording direct mappings and derived mappings separately.
- Documents the exact transformation for every derived mapping, such as a type cast or a coalesce.
- Flags target columns with no source and source columns with no target, and records a decision for each gap.
- Produces a full column-by-column mapping document for review before implementation.
Part of Data Analytics Skills
This is one of 31 skills in the Data Analytics Skills library, in the Documentation & Knowledge group.
Installation
- Clone the repo once:
git clone https://github.com/nimrodfisher/data-analytics-skills.git - Copy just this skill:
cp -r data-analytics-skills/02-documentation-knowledge/schema-mapper ~/.claude/skills/(or~/.agents/skills/for Codex) - Ask your agent something like "map this source schema to our target model" and it activates on its own.
See the Data Analytics Skills entry for the full library.
Related assets
Frontend Design
Generates distinctive, production-grade UI that avoids generic "AI slop," with bold typography, cohesive color, and precise motion, implemented as real code.
Graphify
Turns a codebase, plus its docs, PDFs, images, and video, into a queryable knowledge graph that a coding agent can traverse instead of grepping raw files, and never guesses silently: every edge is tagged EXTRACTED, INFERRED, or AMBIGUOUS so you know what was found versus inferred.
Caveman
Makes your coding agent answer in a stripped down, high signal style that keeps every technical fact and cuts filler, saving output tokens on chat style questions.