npx skills add https://github.com/oguzhan18/angular-ecosystem-skills --skill angular-standaloneInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
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:
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
These skills are designed for AI assistants to provide accurate, up-to-date Angular guidance. Each skill includes:
Contributions are welcome. Please ensure:
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.