A comprehensive collection of Angular ecosystem skills for AI assistants, providing API changes, best practices, and references for Angular development.
This repository contains structured knowledge skills covering the entire Angular ecosystem. Each skill provides:
- API changes and breaking changes for each version
- Best practices derived from official documentation
- References to official docs, issues, discussions, and releases
angular-ecosystem-skills/
├── CLAUDE.md # Development guide
├── README.md # This file
└── skills/
├── shadcn-ng/ # shadcn/angular
├── angular-material/ # Angular Material
├── angular-cdk/ # Component Dev Kit
├── angular-router/ # Router
├── angular-forms/ # Reactive/Template Forms
├── angular-http/ # HttpClient
├── angular-testing/ # Testing
├── angular-ssr/ # SSR + Hydration
├── angular-cli/ # CLI Commands
├── angular-query/ # TanStack Query
├── angular-animations/ # Animations
├── ngrx/ # NgRx
├── rxjs/ # RxJS
├── nx/ # Nx Monorepo
├── angular-signals/ # Angular Signals
├── angular-di/ # Dependency Injection
├── angular-directives/ # Directives
├── angular-pipes/ # Pipes
├── angular-performance/ # Performance
├── angular-security/ # Security
├── angular-pwa/ # PWA
├── angular-standalone/ # Standalone
├── angular-control-flow # Control Flow
├── angular-i18n/ # i18n
├── angular-zoneless/ # Zoneless
├── angular-elements/ # Elements
├── angular-bootstrap/ # ng-bootstrap
├── angular-tailwind/ # Tailwind CSS
├── angular-interceptors/ # HTTP Interceptors
├── angular-guards/ # Route Guards
├── angular-resolvers/ # Resolvers
├── angular-viewchild/ # ViewChild
├── angular-lifecycle/ # Lifecycle Hooks
├── angular-components/ # Components
├── angular-services/ # Services
├── angular-reactive/ # Reactive Programming
├── angular-schematics/ # Schematics
├── angular-jest/ # Jest Testing
├── angular-cypress/ # Cypress E2E
├── angular-signals-forms/ # Signal Forms
├── angular-deferrable/ # Deferrable Views
├── angular-signals-http/ # Signals + HTTP
├── angular-resource/ # Angular Resource
├── angular-destroyref/ # DestroyRef
└── angular-injector/ # Injector
Each skill follows a consistent structure:
skills/<name>/
├── SKILL.md # Overview with API changes + best practices
└── references/
├── docs/_INDEX.md # Official docs reference index
├── issues/_INDEX.md # GitHub issues reference index
├── discussions/_INDEX.md # GitHub discussions reference index
└── releases/_INDEX.md # Release notes reference index
- Angular Signals
- Angular Router
- Angular Forms
- Angular HttpClient
- Angular Testing
- Angular Animations
- Angular Pipes
- Angular Directives
- NgRx
- RxJS
- TanStack Query
- Angular Resource
- Angular Material
- Angular CDK
- ng-bootstrap
- Tailwind CSS
- SSR & Hydration
- Zoneless Change Detection
- Standalone Components
- Deferrable Views
- Control Flow Syntax
- PWA
- Angular CLI
- Nx Monorepo
- Jest
- Cypress
- Signal Forms
- DestroyRef
- Http Interceptors
- Route Guards & Resolvers
These skills are designed for AI assistants to provide accurate, up-to-date Angular guidance. Each skill includes:
- Version-specific API changes with source links
- Best practices from official documentation
- Code examples in TypeScript
- References to official resources
- SKILL.md must stay under 500 lines
- API Changes section: only version-specific additions and breaking changes with source links
- Best Practices section: patterns from official docs, not general knowledge
- Reference files must link back to original sources
- All code examples: TypeScript with Angular standalone components
Contributions are welcome. Please ensure:
- Follow the existing skill structure
- Include references to official documentation
- Provide source links for API changes
- Keep code examples up to date
MIT License
Copyright (c) 2026 oguzhancart
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- GitHub: oguzhan18