effector-fsd

effector-fsd is a skill for Codex from demark-pro/skills. It costs 63 tokens per session (2,990 once invoked), scanned A, original, MIT.

A guide for organizing Effector applications with Feature-Sliced Design, a way to divide code by responsibility and ownership. It covers where models, user-interface code, data operations, routes, and shared code belong.

In plain words
What is it for?
Use it to design or review project structure, move existing code into clearer layers, place Effector and Farfetched operations, organize Atomic Router routes, and check the structure with Steiger.
Why use it?
It reduces confusion about where code should live and helps keep imports and layer boundaries consistent as the application grows.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to design or review project structure, move existing code into…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/demark-pro/skills/effector-fsd
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add demark-pro/skills --skill effector-fsd
Clone the repo
git clone --depth 1 https://github.com/demark-pro/skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for effector-fsd

README.md
[![agentmods](https://agentmods.dev/badge/skills/demark-pro/skills/effector-fsd.svg)](https://agentmods.dev/skills/demark-pro/skills/effector-fsd)
Your own site
<a href="https://agentmods.dev/skills/demark-pro/skills/effector-fsd"><img src="https://agentmods.dev/badge/skills/demark-pro/skills/effector-fsd.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,990 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00063 $0.02990
Opus 5 $0.00032 $0.01495
Sonnet 5 $0.00013 $0.00598
Haiku 4.5 $0.00006 $0.00299

Measured 7d ago against content hash 43984dbff9a8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

effector-fsd scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (templates/steiger.config.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/effector-fsd/SKILL.md · 437 lines

How it starts

The opening of the file, as written. The whole thing — 437 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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/pages framework folders coexist with FSD layers
  • how public APIs, @x cross-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.

Activation triggers

Use this skill when the user asks about:

  • FSD, Feature-Sliced Design, layers, slices, segments, public API
  • where to place model, ui, api, lib, route.ts, contracts, mappers, forms, queries, mutations, barriers, widgets, providers, or adapters
  • refactoring src/api, src/components, src/store, src/hooks, src/utils into FSD
  • protected routes/auth flow placement
  • Next.js + FSD folder conflicts
  • import boundary violations, direct imports, cross-imports, @x
  • Steiger or FSD linting
  • reviewing an Effector project for architecture boundaries

First response behavior

When the user asks a placement question, answer with:

  1. The layer/slice/segment where the code belongs.
  2. The reason in FSD terms: responsibility, dependency direction, ownership.
  3. The Effector-specific boundary: which model owns the event/store/query/mutation/route.
  4. A small folder tree or import example.
  5. Anti-patterns to avoid.

When the question is mostly about exact Effector/Farfetched API syntax, defer to effector-ecosystem but keep placement guidance here.

Full audit mode

When the user asks for a full FSD/Effector architecture audit, do not only check import direction and folder names. Also inspect ownership of cross-cutting Effector flows:

Read the full file on GitHub · 437 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 437 lines · 63 tokens per session scan A 43984dbff9a8

Subscribe to this mod's changes

effector-fsd is a skill published in the GitHub repository demark-pro/skills (5 stars, last pushed 2mo ago), licensed MIT. It adds 63 tokens to every session and 2,990 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

baoyu-markdown-to-html

Converts Markdown to styled HTML with WeChat-compatible themes. Supports code highlighting, math, Mermaid (rendered to PNG via headless Chrome), PlantUML, footnotes, alerts, infographics, and optional bottom citations for external links. Use when user asks for "markdown to html", "convert md to html", "md 转 html"…

JimLiu/baoyu-skills · 94 tokens

extract-design-system

Extract design primitives from a public website and generate starter token files for your project.

arvindrk/extract-design-system · 20 tokens

cesiumjs-camera

CesiumJS camera control - Camera, flyTo, lookAt, setView, ScreenSpaceCameraController, CameraEventAggregator, flight animation. Use when positioning the camera, creating flyTo animations, constraining user navigation, tracking entities, or converting between screen and world coordinates.

CesiumGS/cesiumjs-skills · 61 tokens

cesiumjs-custom-shader

CustomShader authoring — vertexShaderText and fragmentShaderText against VertexInput, FragmentInput, FeatureIds, Metadata, czmmodelMaterial. Use when reading EXTmeshfeatures or EXTstructuralmetadata property textures/tables, vertex displacement, or shading VoxelPrimitive.

CesiumGS/cesiumjs-skills · 61 tokens

cesiumjs-primitives

CesiumJS primitives and geometry - Primitive, GeometryInstance, Appearance, BufferPrimitive collections, GeoJsonPrimitive, Billboard/Label/PointPrimitive collections, built-in geometry shapes, ground primitives, classification. Use when rendering performance-critical static or vector geometry, loading GeoJSON without…

CesiumGS/cesiumjs-skills · 76 tokens

cesiumjs-time-properties

CesiumJS time, properties, and animation - Clock, JulianDate, TimeInterval, Property, SampledProperty, CallbackProperty, PathMode, interval and sampled path materials, interpolation, splines, CZML temporal data. Use when making entity attributes or path materials time-dynamic, configuring the simulation clock…

CesiumGS/cesiumjs-skills · 84 tokens