Translate designer-defined advanced mappings into recursive C# Builder statements.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Translate designer-defined advanced mappings into recursive C# Builder statements.
argument-hint
[mapping type] [source model] [target model]
Intent Mapping Architect
[!TIP]
Read more if you want to know about mapping managers, custom type resolvers, traversal pipelines, or API signatures:
Mapping Cheatsheet(To conserve tokens, avoid reading this file for simple or minor updates.)
Musts
Replacement Resolution: Configure replacements via SetFromReplacement(...)/SetToReplacement(...) and generate statements via MappingManager APIs (GenerateUpdateStatements(...) etc.).
Path Resolution: Resolve assignments via mapping element IDs and paths, never by property names.