paniolo-zustand-best-practices
Installation
SKILL.md
Requires: file-read, terminal (linting/testing). No network access needed.
Preconditions
- Read the store file before editing.
- Check rules for repo-wide constraints.
Defaults (proceed without asking)
- Apply all key rules below; edit the file already open or mentioned.
- Always ask: which store file if not specified and cannot be inferred.
Key rules
- Always use selectors — never subscribe to the whole store; select only the fields needed. basic-selector-pattern