This one kicks in whenever you're building Angular components, covering everything from the @Component decorator to inputs, outputs, and design patterns. It's current with Angular 21 and pushes you toward standalone components with signal-based inputs, which is the modern approach. You'll get patterns for content projection, change detection strategy, view encapsulation, and host bindings. The examples are clean and show the new input/output APIs that replaced the old decorator style. If you're still writing Angular components the pre-signals way or forget the syntax for ng-content slots, this will course-correct you fast. Solid reference for keeping your component architecture consistent.
npx skills add https://github.com/oguzhan18/angular-ecosystem-skills --skill angular-components