angular-standalone

Instalación
CLI
npx skills add https://github.com/oguzhan18/angular-ecosystem-skills --skill angular-standalone

Instala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.

Última actualización 6/14/2026

Angular Ecosystem Skills

A comprehensive collection of Angular ecosystem skills for AI assistants, providing API changes, best practices, and references for Angular development.

Overview

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

Structure

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

Skill Structure

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

Skills Included

Core Angular

  • Angular Signals
  • Angular Router
  • Angular Forms
  • Angular HttpClient
  • Angular Testing
  • Angular Animations
  • Angular Pipes
  • Angular Directives

State Management & Data

  • NgRx
  • RxJS
  • TanStack Query
  • Angular Resource

UI Libraries

  • Angular Material
  • Angular CDK
  • ng-bootstrap
  • Tailwind CSS

Advanced Topics

  • SSR & Hydration
  • Zoneless Change Detection
  • Standalone Components
  • Deferrable Views
  • Control Flow Syntax
  • PWA

Development Tools

  • Angular CLI
  • Nx Monorepo
  • Jest
  • Cypress

Modern Features

  • Signal Forms
  • DestroyRef
  • Http Interceptors
  • Route Guards & Resolvers

Usage

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

Requirements

  • 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

Contributing

Contributions are welcome. Please ensure:

  1. Follow the existing skill structure
  2. Include references to official documentation
  3. Provide source links for API changes
  4. Keep code examples up to date

License

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.

Author

Resources