Angular
v1.1.2Advanced Angular skills for dependency injection, RxJS, and signals.
Installation
Install han binary (required for hooks to work):
curl -fsSL https://han.guru/install.sh | bashThen install this plugin:
han plugin install jutsu-angularOverview
Advanced Angular skills for dependency injection, RxJS, and signals.
Skills
This plugin provides the following skills:
- Angular Dependency Injection
- Angular Rxjs Patterns
- Angular Signals
Usage
Once enabled, Claude will automatically apply these skills when working with relevant code. The plugin provides context and expertise that Claude uses to:
- Write idiomatic code following best practices
- Suggest appropriate patterns and architectures
- Catch common mistakes and anti-patterns
- Provide framework-specific guidance
Installation
Install with npx (no installation required):
han plugin install jutsu-angular
License
Licensed under MIT - see repository for details.
Skills
angular-dependency-injection
Use when building modular Angular applications requiring dependency injection with providers, injectors, and services.
angular-rxjs-patterns
Use when handling async operations in Angular applications with observables, operators, and subjects.
angular-signals
Use when building Angular 16+ applications requiring fine-grained reactive state management and zone-less change detection.