functional-core-imperative-shell이란?
파일을 생성하기 전에 코드를 작성하거나 리팩토링할 때 사용 - 필수 파일 분류가 있는 FCIS 패턴을 사용하여 부작용(Imperative Shell)에서 순수 비즈니스 로직(Functional Core)을 분리합니다. 출처: ed3dai/ed3d-plugins.
파일을 생성하기 전에 코드를 작성하거나 리팩토링할 때 사용 - 필수 파일 분류가 있는 FCIS 패턴을 사용하여 부작용(Imperative Shell)에서 순수 비즈니스 로직(Functional Core)을 분리합니다.
명령줄에서 functional-core-imperative-shell AI 스킬을 개발 환경에 빠르게 설치
출처: ed3dai/ed3d-plugins.
Core principle: Separate pure business logic (Functional Core) from side effects (Imperative Shell). Pure functions go in one file, I/O operations in another.
Why this matters: Pure functions are trivial to test (no mocks needed). I/O code is isolated to thin shells. Bugs become structurally impossible when business logic has no side effects.
YOU MUST add pattern comment to every file containing runtime behavior:
파일을 생성하기 전에 코드를 작성하거나 리팩토링할 때 사용 - 필수 파일 분류가 있는 FCIS 패턴을 사용하여 부작용(Imperative Shell)에서 순수 비즈니스 로직(Functional Core)을 분리합니다. 출처: ed3dai/ed3d-plugins.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/ed3dai/ed3d-plugins --skill functional-core-imperative-shell파일을 생성하기 전에 코드를 작성하거나 리팩토링할 때 사용 - 필수 파일 분류가 있는 FCIS 패턴을 사용하여 부작용(Imperative Shell)에서 순수 비즈니스 로직(Functional Core)을 분리합니다. 출처: ed3dai/ed3d-plugins.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/ed3dai/ed3d-plugins --skill functional-core-imperative-shell 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/ed3dai/ed3d-plugins