aurora-project-structure
Installation
SKILL.md
When to Use
- User asks "where is..." or "where should I put..."
- User needs to understand the project organization
- User asks about naming conventions
- User needs to navigate between layers (Aurora, Fuse, Apps)
- User is new to Aurora Angular architecture
Critical Patterns
Layer Responsibilities
| Layer | Path | Responsibility | Can Modify? |
|---|---|---|---|
| @fuse | src/@fuse/ |
Fuse template library (animations, core components, services) | NO (template) |
| @aurora | src/@aurora/ |
Aurora framework (reusable components, modules, services) | Exceptionally |
| Apps | src/app/modules/admin/apps/ |
Business domain modules (generated + custom) | YES (handlers) |
Related skills