effector-fsd
Installation
SKILL.md
Effector + Feature-Sliced Design Skill
Purpose
Use this skill for project structure in applications that combine Feature-Sliced Design with the Effector ecosystem.
This skill answers:
- where code belongs in
app,pages,widgets,features,entities,shared - how Effector models are split by ownership
- where Farfetched queries/mutations/contracts/barriers live
- how Atomic Router routes and protected routes are placed
- how Next.js
app/pagesframework folders coexist with FSD layers - how public APIs,
@xcross-imports, and import boundaries work - how to review and lint FSD architecture with Steiger
Use effector-ecosystem alongside this skill for exact Effector/Farfetched/React/Next.js API usage. This skill owns placement and structure; effector-ecosystem owns reactive code semantics.