What problem does it solve? Angular applications often suffer from slow rendering, bloated bundles, and inefficient change detection. This Skill provides a prioritized, rule-based guide that helps you write, review, and refactor Angular code to eliminate performance bottlenecks. ## Core Features & Use Cases - Prioritized Rule Set: Eight ranked categories covering change detection (Signals, OnPush, zoneless), async waterfalls, bundle optimization, rendering, SSR/hydration, templates, state management, and memory cleanup. - Correct vs. Wrong Code Patterns: Each rule includes side-by-side TypeScript and template examples showing the anti-pattern and the optimized approach. - Review Checklists: Ready-to-use checklists for new components, performance reviews, and SSR configuration. - Use Case: When reviewing a slow Angular dashboard, apply the rules to convert components to OnPush with signals, lazy-load routes, defer heavy charts with @defer, and configure incremental hydration for SSR. ## Quick Start Review my Angular component using the angular-best-practices skill and suggest performance improvements.