hoangnguyen0403/angular-forms
Build typed reactive forms with strict FormGroup typing, custom validators, and nonNullable controls in Angular. Use when implementing typed reactive forms, custom validators, or form control patterns.
npx skills add https://github.com/HoangNguyen0403/agent-skills-standard --skill angular-forms
FormGroup<T> with explicit control types — never use untyped FormGroup.See typed forms for typed FormGroup examples.
validators.ts) in the response and keep validation out of the component class.valueChanges to stores using takeUntilDestroyed().See typed forms for standalone validator examples.
fb.nonNullable.group(...) or nonNullable: true on individual controls.FormGroup<T>.Take hoangnguyen0403/angular-forms from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.