Agent skill · Databases

angular-migration

Master AngularJS to Angular migration, including hybrid apps, component conversion, dependency injection changes, and routing migration.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill angular-migration --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/angular-migration/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Angular Migration Master AngularJS to Angular migration, including hybrid apps, component conversion, dependency injection changes, and routing migration. ## Use this skill when - 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 ## Do not use this skill when - You are not migrating from AngularJS to Angular - The app is already on a modern Angular version - You need only a small UI fix without framework changes ## Instructions 1. Assess the AngularJS codebase, dependencies, and migration risks. 2. Choose a migration strategy (hybrid vs rewrite) and define milestones. 3. Set up ngUpgrade and migrate modules, components, and routing. 4. Validate with tests and plan a safe cutover. ## Safety - Avoid big-bang cutovers without rollback and staging validation. - Keep hybrid compatibility testing during incremental migration. ## Migration Strategies ### 1. Big Bang (Complete Rewrite) - Rewrite entire app in Angular - Parallel development - Switch over at once

What's inside
Steps it walks through
  1. Use this skill when
  2. Do not use this skill when
  3. Instructions
  4. Safety
  5. Migration Strategies
  6. 1. Big Bang (Complete Rewrite)
  7. 2. Incremental (Hybrid Approach)
  8. 3. Vertical Slice
  9. Hybrid App Setup
  10. Component Migration
  11. AngularJS Controller → Angular Component
  12. AngularJS Directive → Angular Component
  13. Service Migration
  14. Dependency Injection Changes
More from agentic-awesome-skills
All skills →
About this skill
What does the angular-migration skill do?

Master AngularJS to Angular migration, including hybrid apps, component conversion, dependency injection changes, and routing migration.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill angular-migration --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going