This one teaches Claude about Angular's @defer syntax for lazy loading components, which landed in Angular 17. It covers the main triggers like viewport, interaction, and hover, so you can defer loading heavy charts until they scroll into view or modals until someone clicks a button. The examples are straightforward and show the placeholder pattern you'll actually use. It's a narrow skill, but if you're building Angular apps with performance concerns or working with component libraries that need conditional loading, it gives Claude the right syntax patterns without having to paste documentation every time.
npx skills add https://github.com/oguzhan18/angular-ecosystem-skills --skill angular-deferrable