Theme Angular Material components using mat.theme(), mat.<component>-overrides(), and scoped selectors. Use when theming Material components, adding global theming in styles.scss, or applying component-level overrides. Always look up tokens from the official…
Review recently changed code against project architecture conventions. Use when the user asks to review code, check conventions, audit recent changes, or says "review", "check my code", "does this follow conventions", or after finishing a multi-file…
Create NgRx Signal Stores using withState, withComputed, withMethods, withHooks, and rxMethod. Use when building signal-based state management, adding reactive side effects with rxMethod, or integrating dialogs/async flows into stores. Triggers on Signal…