home/categories/architecture-patterns/remorses-kimaki-cli-skills-event-sourcing-state-skill-md
architecture-patternsdevelopment

event-sourcing-state

Event-sourced application state pattern for TypeScript apps. Prefer bounded event logs plus pure derivation functions over mirrored mutable lifecycle flags. Use when state transitions are driven by events and bugs can be reproduced from a saved event stream.

remorses
maintainer
remorses
Обновлено 4/6/2026
Звёзды
971
Форки
69
quick start

Installation and usage

Event-sourced application state pattern for TypeScript apps. Prefer bounded event logs plus pure derivation functions over mirrored mutable lifecycle flags. Use when state transitions are driven by events and bugs can be reproduced from a saved event stream.

Установка
$ install --globalskills.sh
Использование

После установки вы можете использовать этот skill, выполнив следующую команду в терминале:

skills use event-sourcing-state