LaunchKit · 2026

Setup & Installation

npx skills add https://github.com/angular/skills --skill angular-developer
or paste the link and ask your coding assistant to install it
https://github.com/angular/skills
View on GitHub

What This Skill Does

Generates Angular components, services, routes, and other code while following Angular's style guide and architectural patterns. Covers signals-based reactivity, forms, dependency injection, routing, SSR, accessibility, animations, and testing with version-aware guidance.

It keeps Angular's version-specific best practices, CLI commands, and architectural patterns in context so you don't have to look them up or remember which APIs changed between releases.

When to use it

  • Scaffolding a new Angular project with signals-based forms and routing
  • Building accessible custom components using Angular Aria patterns
  • Setting up lazy-loaded routes with guards and data resolvers
  • Writing unit tests with Vitest and TestBed for Angular components
  • Migrating existing code to use Angular signals and linkedSignal