This one activates when you're building Angular projects and need architectural guidance or code generation. It handles the full stack: components, services, routing, dependency injection, forms (with a smart preference for signal forms on newer versions), and accessibility patterns. The standout bit is how opinionated it gets about modern Angular, pushing signals and the resource API while still covering reactive and template-driven forms when you need them. It'll run ng build after generating code to catch errors immediately, which saves you from the usual copy-paste-debug cycle. Also includes solid coverage of Angular Aria for building headless accessible components like accordions and comboboxes.
npx skills add https://github.com/affaan-m/everything-claude-code --skill angular-developer