Skip to main content

neohaskell-module-layout

The NeoHaskell per-bounded-context FOLDER and MODULE SKELETON for an event-sourced project: the thin Core.hs barrel, Entity.hs aggregate, Event.hs ADT, per-payload Events/ files (type literally named Event), lockable vs unlockable directories, the instance Default rule, and Service.hs command registration. Use when creating a new context, deciding WHERE a file goes, what modules a context needs, or migrating a legacy fat-barrel Core.hs (testbed Cart/Stock) to the split layout (Counter starter) — 'where does this file go', 'what modules does a context need', 'show me the folder structure'. Do NOT use to write the code inside those files (the implement-* skills), to register endpoints in App.hs (wire-feature), to diagnose why neo inspect shows no domains (neo-run-and-inspect), or for the import-Core header inside a module (neohaskell-core-prelude).

跳到安装

来源信息

仓库
neohaskell/skills
最近来源活动
2026年7月1日 22:02
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。