Skip to main content

repository-pattern-gate

Place or check logic in ack-nestjs-boilerplate's Controller → Service → Repository shape — deciding which role owns a rule, a query, a throw, a DTO boundary, or a module registration. Use this whenever you are about to put business logic in a controller, inject DatabaseService into a service, throw a module exception from a repository, register a controller or processor inside its own feature module, add forwardRef between feature modules, or decide whether a util, decorator, guard, or processor is the right home. The failure modes here are services owning Prisma, controllers owning rules, repositories owning module exceptions, and wiring cycles that only fail at boot.

Jump to install

Source facts

Repository
andrechristikan/ack-nestjs-boilerplate
Last source activity
August 3, 2026 at 16:58
Detected SKILL.md language
English
Stars
690
Forks
232

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.