This covers Angular state management with NgRx, including the newer Signal Store API that ships in version 19. You'll want this when building Angular apps that need predictable state management with the Redux pattern. The skill highlights the shift from classic NgRx patterns to Signal Store, which cuts down boilerplate significantly while keeping the structured approach NgRx is known for. It includes practical patterns for entity management, effects, and selectors. If you're starting fresh, the examples lean toward Signal Store. If you're maintaining existing NgRx code, the entity adapter and effects patterns are still here. Good reference material with links to official docs and the GitHub repo.
npx skills add https://github.com/oguzhan18/angular-ecosystem-skills --skill ngrx