effector-storage

Installation
SKILL.md

Effector Storage Skill

Use this skill to design, implement, and debug effector-storage integrations with predictable runtime behavior.

Workflow

  1. Classify the request:
  • adapter-choice: pick the right adapter for environment and data behavior.
  • integration: wire persist/createPersist into existing model flow.
  • contracts-errors: validate storage payloads and route failures.
  • sync-debug: investigate cross-tab/query/broadcast synchronization issues.
  • ssr-fallback: make persistence safe across browser/server runtimes.
  1. Load references progressively:
  • Start with references/core-patterns.md.
  • Add references/adapter-matrix.md when adapter selection/configuration is needed.
  • Add references/tools-and-composition.md for async, either, farcached, or composition recipes.
  • Add references/contracts-and-errors.md for contracts and error channels.
  • End with references/pitfalls-and-checklist.md before finalizing.
Related skills
Installs
16
GitHub Stars
2
First Seen
Feb 17, 2026