prisma-population

Installation
SKILL.md

Prisma Population Skill

Installation: If not already installed, add the required packages:

  • pnpm add @efesto-cloud/population (for Populate type and normalizePopulate helper)
  • pnpm add @efesto-cloud/prisma-population (for BasePrismaPopulator and PrismaInclude)

Adds Prisma population support — typed eager-loading of related records via Prisma include — to an existing entity. The entity, its DTO, and repository are assumed to already exist. This skill only patches them where needed and writes the population infrastructure.

Scope: Shape type, Populator, plus targeted patches to entity, DTO, mapper, and repository interface/implementation.

Does not: create entities or repositories from scratch, write use cases, or manage DI container wiring.


Phase 0 — Clarify Intent

Related skills
Installs
3
First Seen
14 days ago