What problem does it solve?
This Skill establishes and enforces consistent technical and UI patterns for the Angular 17+ frontend of the CECOR project, ensuring maintainability, performance, and a cohesive user experience.
Core Features & Use Cases
- Coding Standards: Enforces naming conventions, i18n for UI text, and consistent file structure.
- Material Design: Promotes the use of Angular Material components for a unified look and feel.
- Form Handling: Guides the implementation of reactive forms with best practices for validation and complexity management.
- Performance Optimization: Provides guidelines for optimizing bundle size, lazy loading, and change detection.
- Use Case: A new developer joins the CECOR project and needs to create a new component. This Skill provides the exact naming conventions, translation key structure, and component implementation template to ensure their work aligns with the project's standards.
Quick Start
Use the angular-frontend skill to create a new Angular component named 'user-profile' following the project's naming conventions and i18n standards.