Flurryx — реактивное состояние в Angular
★ 6.7 · vibe-coding
flurryx is a Claude Code skill that assists with generating, modifying, and reviewing Angular code built on the flurryx signal-first reactive state management library. The library bridges RxJS streams into signals via `syncToStore` and `syncToKeyedStore`, and provides a `Store` builder with caching, `KeyedResourceData` for per-entity cache, slot mirroring and derivation (`mirror`, `derive`, `mirrorKeyed`), and replayable history through message channels (in-memory, localStorage, sessionStorage, composite). The skill activates when scaffolding feature modules following the facade pattern, configuring `@SkipIfCached` and `@Loading` decorators, using `httpErrorNormalizer` from `flurryx/http`, or auditing AI-generated Angular state management code for flurryx correctness.