This helps Claude work with Angular's zoneless change detection mode, which ditches zone.js in favor of signals and explicit reactivity. It covers the provideZonelessChangeDetection setup, signal and computed usage, and handling async operations without automatic change detection. The skill is focused on Angular 19+ where zoneless is stable, though it's been experimental since v17. If you're migrating an existing Angular app off zone.js or starting fresh with signals, this gives Claude the patterns for making components reactive without the zone overhead. It's a narrower skill but essential if you're going all in on Angular's new reactivity model.
npx skills add https://github.com/oguzhan18/angular-ecosystem-skills --skill angular-zoneless