This one's essential if you're working with RxJS in Angular. It covers the 8.x API changes, including the improved TypeScript types and Signal interop helpers. The best practices section is solid: proper use of flattening operators (switchMap vs mergeMap vs concatMap), the takeUntil pattern for subscriptions, and when to use AsyncPipe over manual subscriptions. The examples are straightforward and show real scenarios like search debouncing and form submission handling. It also pushes the modern Angular pattern of using Signals for UI state and RxJS for events, which is the direction the framework is heading. Good reference for both daily work and code reviews.
npx skills add https://github.com/oguzhan18/angular-ecosystem-skills --skill rxjs