# Soul City

> Liminal place prototype — rooms, shops, tools, objects; souls walk here

- Skill: `simhacker/soul-city` (Agent Skill, multi-file: 21 files)
- Install (CLI): `npx skillmds@latest add simhacker/soul-city`
- Raw SKILL.md: https://api.skillmd.com/api/skills/simhacker/soul-city/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: SimHacker (https://skillmd.com/u/simhacker)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/simhacker/soul-city

---


# Soul City

Reusable **place** prototype — rooms, roads, shops, tools, objects, plazas,
vehicles. Souls walk here ([soul](../soul/)).

Human entry: [SOUL-MODEL.md](SOUL-MODEL.md)

## Grain

```text
skills/soul/               ← continuity body (0+ minds; free-form)
skills/soul-city/          ← place (rooms, shops, tools, …)
    ↓ INSTANTIATE / COMPOSE
instance map               ← concrete rooms, roads, plazas, shops
    ↓ inhabit
soul + mind[] + character  ← bridges to other games OK
```

## Contents

- **Rooms, roads, maps, plazas** — spatial index
- **Shops, tools, objects** — city affordances
- **Vehicles** — movable inhabitables
- **Souls** — citizens and visitors; each authors its mind graph
- **Parties** — multi-soul travel

## Cross-game

Souls may bridge to characters, personas, and minds in other games. Each game
keeps its own organization. [incarnation](../incarnation/) — grant and author architectures.

## Instances

| Instance | Role |
|----------|------|
| [`examples/characters/robin/`](examples/characters/robin/) | Worked SOUL-MODEL character — body, persona, soul, three minds |
| [`examples/adventure-4/`](../../examples/adventure-4/) | Bootstrap walkable seed |
| [`examples/soul-city/`](../../examples/soul-city/) | Sims-citizen seed |
| [MicropolisCore](https://github.com/SimHacker/MicropolisCore) | Product compose |
| [WWSFF catalogs/soul-city](https://github.com/SimHacker/WillWrightShowForFood/tree/main/catalogs/soul-city) | Platform catalog |

## Public entry

[SOUL-MODEL.md](https://github.com/SimHacker/moollm/blob/main/skills/soul-city/SOUL-MODEL.md)

## Part of MOOLLM

[README](../../README.md) · [skills/](../) · [INDEX.yml](../INDEX.yml)

