What problem does it solve? Maintaining consistent, modern Angular code across a large team is difficult, especially with Angular 21's shift to Signals, new control flow syntax, and project-specific UI patterns. This Skill ensures every generated component follows the project's non-negotiable architectural rules. ## Core Features & Use Cases - Signals-First Reactivity: Enforces input(), output(), signal(), and computed() instead of legacy decorators. - Modern Syntax Rules: Mandates built-in control flow (@if, @for, @defer), OnPush change detection, and separate template/style files. - Project-Specific UI & i18n: Requires the matButton directive variants, Tailwind-first styling, and the translate pipe for all user-facing text. - Use Case: When asking an AI to scaffold a new feature component, this Skill guarantees the output uses Signals, strict typing, Zod validation, and the correct Angular Material 21 patterns without manual correction. ## Quick Start Generate a new presentational component for displaying a farmer profile following the Angular conventions skill.