angular-modernization
Audited by Runlayer on Feb 23, 2026
Malicious tool definition detected
Tool: SKILL.md Description: --- name: angular-modernization description: Modernizes Angular code such as components and directives to follow best practices using both automatic CLI migrations and Bitwarden-specific patterns. YOU must use this skill when someone requests modernizing Angular code.
Malicious tool definition detected
Tool: migration-patterns.md Description: # Angular Migration Patterns Reference ## Table of Contents - [Component Architecture](#component-architecture) - [Dependency Injection](#dependency-injection) - [Reactivity Patterns](#reactivity-patterns) - [Template Syntax](#template-syntax) - [Type Safety](#type-safety) ## Component Architecture ### Standalone Components Angular defaults to standalone components. Components should omit `standalone: true`, and any component specifying `standalone: false