Creates a mapper between an entity and a DTO (MapStruct or custom converter). Use this skill when a mapper/converter between entity and DTO needs to be created, either standalone or as part of a larger task (e.g. after DTO creation, during CRUD setup).
$npx -y skills add amplicode/spring-skills --skill mapper-creatorInstalls into the current project.
Run `npx skills use "https://github.com/amplicode/spring-skills" --skill "amplicode/spring-skills/mapper-creator"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/amplicode/spring-skills" that are relevant to the current task. Run `npx skills add "https://github.com/amplicode/spring-skills"` and select the relevant skills, then follow their instructions.