@alfredoperez/angular-best-practices-signalstore
>-
No skills found in this collection.
SKILL.md
| name | angular-best-practices-signalstore |
| description | >- |
| license | MIT |
| tags | [angular, ngrx-signals, signalstore, state-management] |
| globs | **/*.ts, **/*.store.ts |
Angular SignalStore Best Practices
NgRx SignalStore rules for signal-based local and feature state management. Use with the core angular-best-practices skill for comprehensive Angular coverage.
Links
When to Apply
- Creating or modifying SignalStore-based state management
- Integrating RxJS side effects with
rxMethod - Managing collections with
withEntities
Rules
| Rule | Impact | Description |
|---|---|---|
| Use rxMethod for RxJS Integration | MEDIUM | Debounce, switchMap, and other RxJS operators in stores |
| Use SignalStore for Shared State | HIGH | Signal-based reactivity without full NgRx overhead |
| Use withComputed for Derived State | MEDIUM | Centralized memoized derivation logic |
| Use withEntities for Collections | MEDIUM | O(1) lookups and standardized CRUD operations |
Install
Install from skills.sh/alfredoperez/angular-best-practices:
- Core skill: angular-best-practices
- This add-on: angular-best-practices-signalstore
Loading...
Select a file to preview
Analyzing security...
Checking scan reports and verification data.
Bill of Materials
Everything this skill can do — files, network, commands, and more.
No demos yet. To add one, ask your AI agent: "Submit a demo for @alfredoperez/angular-best-practices-signalstore" — or upload via the API.
To add a demo, ask your AI agent: "Submit a demo for @alfredoperez/angular-best-practices-signalstore"
No eval data yet. Eval results are published via the SkillSafe API.