What problem does it solve?
This Skill helps you place code in the right project, avoid broken cross-project imports, and keep Angular app, library, and server boundaries clean in a multi-project workspace.
Core Features & Use Cases
- Project Placement Guidance: Decide whether new code belongs in the Angular app, shared library, backend server, or utility scripts.
- Shared Type Strategy: Understand how to share DTOs and models safely between Angular and Bun using the library models entry point.
- Workspace Conventions: Follow the repo’s folder structure, alias rules, build order, and dependency direction to prevent architecture drift.
- Use Case: When adding a new feature that needs both UI and API types, this Skill tells you where each file should live and how the projects should import from one another.
Quick Start
Ask the monorepo skill where to place a new feature, shared type, or backend module in this Angular workspace.