A solid reference for modern Angular development that enforces the framework's current idioms: signals over RxJS where appropriate, standalone components with OnPush detection, and the new template syntax (@if, @for). It pushes you toward input()/output() functions instead of decorators, resource() for async data, and inject() over constructor injection. The accessibility requirements (WCAG AA compliance with focus management and ARIA) are a nice touch that many framework guides skip. Works well alongside the tailwind-ui skill from the same publisher if you're building Angular frontends. Useful when you want guardrails against legacy patterns or need to onboard someone to Angular 21 quickly.
npx skills add https://github.com/boise-state-development/agentcore-public-stack --skill angular-best-practices