Bootgs Architecture

Establishes a strict layered architecture for a bootgs project — Controller → Service → Repository → Domain, one-directional dependencies, an Interface+Impl naming convention, and a working eslint-plugin-boundaries config that enforces it mechanically. Use when structuring a bootgs backend beyond a single controller, reviewing a PR that adds a repository or service, or when "hold the layering by discipline" has already broken down once.

bootgs Updated

File contents

bootgs/skills/tree/main/skills/bootgs-architecture commit 8ca8f27034

Frequently asked questions

npx skillmds@latest add bootgs/bootgs-architecture