If you're building Angular 17+ apps with standalone components and signals, this generates the boilerplate and wires up the patterns you'd otherwise copy from your last project. It handles NgRx store setup with actions, reducers, and selectors, implements lazy loading with guards, and enforces OnPush change detection with proper RxJS subscription management using takeUntilDestroyed. The workflow includes verification steps like checking Redux DevTools before proceeding and running production builds to catch bundle regressions. It's opinionated about the 85% test coverage threshold and strict TypeScript, which is either exactly what you need for enterprise work or overkill for prototypes. Created by Jeff Allan, MIT licensed.
npx skills add https://github.com/jeffallan/claude-skills --skill angular-architect