If you're working with Angular 19's new signal-based forms API, this skill keeps Claude up to date on the syntax and patterns. It covers the basics like creating signal FormControls, adding validators with withValidators, and handling async validation. The examples are straightforward and show the import changes you need. Honestly, the skill is pretty minimal right now, mostly showing the fundamental setup rather than complex form scenarios, but it's enough to get Claude pointing you in the right direction instead of suggesting the older reactive forms patterns. Useful if you're migrating or starting fresh with signals.
npx skills add https://github.com/oguzhan18/angular-ecosystem-skills --skill angular-signals-forms