angular-migration
Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applications, planning framework migrations, or modernizing legacy Angular code.
Install
git clone https://github.com/wshobson/agents /tmp/agents && ln -s /tmp/agents/plugins/framework-migration/skills/angular-migration ~/.claude/skills/angular-migration
From README
Angular Migration Master AngularJS to Angular migration, including hybrid apps, component conversion, dependency injection changes, and routing migration. When to Use This Skill Migrating AngularJS (1.x) applications to Angular (2+) Running hybrid AngularJS/Angular applications Converting directives to components Modernizing dependency injection Migrating routing systems Updating to latest Angular versions Implementing Angular best practices Migration Strategies Big Bang (Complete Rewrite) Rewrite entire app in Angular Parallel development Switch over at once Best for: Small apps, green field projects Incremental (Hybrid Approach) Run AngularJS and Angular side-by-side Migrate feature by feature ngUpgrade for interop Best for: Large apps, continuous delivery Vertical Slice Migrate one feature completely New features in Angular, maintain old in AngularJS Gradually replace Best for: Medium apps, distinct features Hybrid App Component Migration AngularJS Controller → Angular Component...
More from this repo
python-packaging
Used to create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to...
ai-debt-detector
Use after generating code, after accepting AI suggestions, or when reviewing AI-written modules.
market-sizing-analysis
Calculate TAM/SAM/SOM for market opportunities using top-down, bottom-up, and value theory methodologies.
