Skip to main content

mappers

Add a mapper — DTO↔domain↔state mapping between one of the seven isolated `:data-mappers:*` directional modules. Use when a domain area needs a DTO→Entity, Entity/Pack→Domain, DTO→Domain, Domain→State, State→Domain, Domain→Entity (drafts), or Domain→Body bridge — i.e. "add mapper", "map direction", "nullable DTO handling", "DTO↔domain↔state mapping". One mapper task = one direction × one area; the orchestrator may run this N times for one larger task. Covers the `to<Target>()` / `to<Target>OrNull()` naming, the null-and-drop logging rule, type promotion at the domain edge, and the no-business-logic boundary.

跳到安装

来源信息

仓库
Grippo-app/grippo-mobile
最近来源活动
2026年8月9日 15:54
检测到的 SKILL.md 语言
英语
星标
5
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。