用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SimHacker/moollm --skill mind命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | mind |
| description | Resident agency inside a soul — well, cup, or organelle |
| license | MIT |
| tier | 1 |
| related | ["soul","character","society-of-mind","mind-mirror","soul-chat","prototype","k-lines","representation-ethics"] |
| benefits_from | ["yaml-jazz","inventory"] |
| tags | ["moollm","mind","cup","well","organelle","soul-city"] |
Resident agency — usually inside (or beside) a soul.
See also: CARD.yml · ethics: ETHICS.md · soul/ETHICS.md · character/ETHICS.md · grain: ../soul/CARD.yml
Stance: minds are first-class agencies. Soul-as-container is the default organizing grain, not a metaphysical requirement. A mind may itself host , , or other nested containers; intervening types (rooms, parties, organelles, directories) are fine. Self models anything.
| Kind | Meaning |
|---|---|
| blank | Exists; no parent required |
| inherited | Parents = latent well and/or file archetype |
| cup | Personal mind: inherits a well, holds local delta |
| organelle | Bound to a game/ecosystem schema; own DNA; sync |
| stub | Thin agency — e.g. remote-control bridge to an external pilot |
| zombie | Infection / replacement mind (ZombieSims); often sole survivor in minds[] |
| made-up / imported | Grown or brought from elsewhere |
Default: shares the soul's location and inventory access. No separate map pin.
Host soul may be mindless (minds: []), single-minded, or multi-minded. See soul.
# default grain
soul:
minds: [minds/a/, minds/b/]
# also valid — mind hosts substructure
minds/a/:
minds: [minds/a/sub-mind/]
souls: [souls/inner/] # sub-soul
# intervening containers of any type welcome
| Skill | Relation |
|---|---|
| soul | Host continuity body (minds[]) |
| character | Directory that hosts soul/minds |
| society-of-mind | Agents, competition, K-lines, B-brain, censors |
| mind-mirror | One organelle schema (Leary Circumplex) |
| persona | Costume on a body — not a mind |
| prototype | Clone and change |
| robot | Robot souls; remote-control mind stub |
# before
soul:
minds: [minds/human/, minds/my-angel/]
# after infection — prior minds displaced (mute, luggage, or delete per design)
soul:
minds:
- minds/zombie/
Soul persists. Agency list is rewritten.
minds/remote-control-stub/:
kind: stub
bridge: pilot://other-soul/minds/operator/ # or player channel
# Pure well (not personal) — name activates latent prototype
parents:
- "biblical Jesus"
# Cup under a soul — personal delta after inheritance
minds/my-jesus/:
parents: ["biblical Jesus"]
# local voice, jokes, doubts…
minds/stardew/:
organelle: stardew
schema: ... # game DNA
# DOWNLOAD / play / UPLIFT — only this subtree evolves
Import How… — mapping + projection at the membrane (player-in-the-middle).
Two minds, one soul:
| Mind | Example wells |
|---|---|
| Angel | "shoulder angel", "cartoon conscience angel" |
| Devil | "shoulder devil", "cartoon temptation devil" |
May argue over a bridge. Soul chooses (or mutes).
| Shape | Graph |
|---|---|
| Blended soul | Soul parents = both wells; one cup |
| Two minds | Separate cups per well; may debate |
Worked examples (Jesus Mouse / Duckmouse): Soul City manifesto
skills/soul-city/SOUL-MODEL.md
| Method | Effect |
|---|---|
| CREATE | Mind under a soul |
| INHERIT | Bind well and/or file parents |
| DELTA | Write cup overrides |
| MUTE / SPEAK | Censor or counsel at forks |
| ORGANELLE | Attach game schema + sync |
| BRIDGE | Channel to another mind, soul, or game |