원클릭으로
orbit-starter
orbit-starter에는 were-orbit에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
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.