en un clic
orbit-starter
orbit-starter contient 3 skills collectées depuis were-orbit, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Use when adding a new DDD bounded context to the Orbit API. Covers the domain/application/infrastructure folder layout, paired Prisma+Drizzle repositories, repository interfaces, the aggregate + domain event pattern, service classes, and composition.ts wiring.
Use when adding a new permission to Orbit's PBAC vocabulary. Covers declaring it in packages/shared/src/permissions.ts, gating server routes with requirePermission, gating UI with useCan, and updating system role defaults.
Use when adding a new post-commit projector that listens to domain events from the EventBus. Covers the subscribe-once pattern, the fresh-UoW write contract, error swallowing convention, and composition.ts wiring.