A comprehensive performance guide that covers the critical Angular optimization patterns you should actually prioritize. It ranks techniques by impact, from change detection strategies (signals, OnPush, zoneless) to eliminating async waterfalls and bundle optimization through lazy loading. The examples are concrete and show both correct and incorrect patterns side by side, which makes code review straightforward. Use this when you're writing new components, refactoring existing code, or configuring SSR and need to know whether you're fixing something that matters or bikeshedding. The priority rankings are honest about what moves the needle versus what's just cleanup work.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill angular-best-practices