| name | angular-developer |
| description | Use only when working in Angular projects — components, signals, forms, DI, routing, SSR, accessibility, tests, and CLI tooling. |
Angular Developer Guidelines
Adapted from ECC's angular-developer skill (MIT).
When to Activate
- Working in any Angular project or codebase
- Creating or scaffolding a new Angular project, application, or library
- Generating components, services, directives, pipes, guards, or resolvers
- Implementing reactivity with Angular Signals,
linkedSignal, or resource
- Working with Angular forms (signal forms, reactive forms, or template-driven)
- Setting up dependency injection, routing, lazy loading, or route guards
- Adding accessibility (ARIA), animations, or component styling
- Writing or debugging Angular-specific tests (unit, component harness, E2E)
- Configuring Angular CLI tooling or the Angular MCP server
See REFERENCE.md for full component, reactivity, forms, DI, routing, styling, testing, and tooling references, as well as anti-patterns and related skills.