This skill keeps Claude up to date on Angular's signal-based reactivity system introduced in version 16 and refined through version 19. It covers the core APIs like signal(), computed(), and effect(), plus newer additions like linkedSignal(), the Resource API for async data, and signal inputs that replace the old @Input() decorator. The guidance is solid on common pitfalls like using computed() instead of effect() for derived state and cleaning up subscriptions properly. If you're working on Angular apps that use signals or migrating from the old zone-based change detection, this gives Claude the context it needs to write modern, reactive Angular code without falling back to outdated patterns.
npx skills add https://github.com/oguzhan18/angular-ecosystem-skills --skill angular-signals