This one handles Angular's ViewChild, ContentChild, and related DOM query decorators. Use it when you need to access child components, DOM elements, or projected content in your Angular components. It covers the static option timing (ngOnInit vs ngAfterViewInit), the read parameter for specifying what type to extract, and QueryList for multiple elements. The examples show real patterns like focusing inputs, accessing component methods, and working with ViewContainerRef for dynamic content. It's updated for Angular 21 and includes signal integration patterns. Honestly a solid reference if you keep forgetting when to use static true or how ContentChild differs from ViewChild for ng-content scenarios.
npx skills add https://github.com/oguzhan18/angular-ecosystem-skills --skill angular-viewchild