angular▌
33 indexed skills · max 10 per page
angular-best-practices-primeng
alfredoperez/angular-best-practices · Productivity
PrimeNG rules for component imports, table performance, and theming. Use with the core angular-best-practices skill for comprehensive Angular coverage.
angular-developer
angular/angular · Productivity
Always analyze the project's Angular version before providing guidance, as best practices and available features can vary significantly between versions. If creating a new project with Angular CLI, do not specify a version unless prompted by the user.
angular-best-practices-signalstore
alfredoperez/angular-best-practices · Productivity
NgRx SignalStore rules for signal-based local and feature state management. Use with the core angular-best-practices skill for comprehensive Angular coverage.
angular-rxjs-patterns
thebushidocollective/han · Productivity
Master RxJS in Angular for handling async operations, data streams, and reactive programming patterns.
angular-architect
jeffallan/claude-skills · Productivity
Angular 17+ standalone components, signals, NgRx state management, and enterprise application architecture. \n \n Generates standalone components with OnPush change detection, signals for reactive state, and computed properties; includes RxJS subscription management with takeUntilDestroyed \n Configures NgRx store with actions, reducers, selectors, and effects; verifies store hydration and action flow via Redux DevTools \n Implements advanced routing with lazy loading, guards, and resolvers for
angular-best-practices-ngrx
alfredoperez/angular-best-practices · Productivity
NgRx state management rules for global state with actions, reducers, effects, and selectors. Use with the core angular-best-practices skill for comprehensive Angular coverage.
angular-best-practices-material
alfredoperez/angular-best-practices · Productivity
Angular Material and CDK rules for component usage, theming, and testing. Use with the core angular-best-practices skill for comprehensive Angular coverage.
angular-best-practices
alfredoperez/angular-best-practices · Productivity
Comprehensive style guide for performant, maintainable Angular 17+ applications using signals and modern APIs. \n \n Covers TypeScript strictness, standalone components with OnPush detection, signal-based reactivity with input() , output() , and computed() , and control flow syntax ( @if , @for , @switch ) \n Includes RxJS patterns, performance optimization (route resolvers, lazy loading, @defer ), testing with component harnesses, and architecture guidelines \n Optional library-specific add-ons
angular-forms
analogjs/angular-skills · Productivity
Signal-based reactive forms for Angular v21+ with automatic two-way binding and schema-based validation. \n \n Provides type-safe form creation using writable signals as the single source of truth, with automatic field state management for validation, interaction, and availability \n Includes built-in validators (required, email, min, max, pattern) plus custom, cross-field, and async HTTP validation with conditional logic \n Supports dynamic arrays, nested objects, hidden/disabled/readonly field
angular-tooling
analogjs/angular-skills · Productivity
Angular CLI and development tools for v20+ project setup, code generation, building, testing, and configuration. \n \n Covers project creation, component/service/directive/pipe generation, and schematic-based code scaffolding with inline templates and change detection options \n Includes development server configuration, production builds with budgets and hashing, and bundle analysis via stats-json output \n Supports unit and e2e testing, linting with auto-fix, and environment-based file replace