entity-descriptions
15
总安装量
14
周安装量
#22467
全站排名
安装命令
npx skills add https://github.com/frizzle-chan/mudd --skill entity-descriptions
Agent 安装分布
opencode
13
gemini-cli
13
antigravity
13
claude-code
13
codex
13
mcpjam
12
Skill 文档
Entity Descriptions
Style guide for DescriptionShort templates in data/worlds/mansion.rec.
Style Rules
Top-level entities (no Container field):
- Full sentences: capital letter + period
- Example:
A {{ name }} sits in the middle of the room.
Container contents (has Container field):
- Capitalized fragments, no period (appear as bullet items)
- Example:
A teal {{ name }} with yellow roses in it
Examples
Top-level (full sentences)
Id: gallery_map
DescriptionShort: A rough {{ name }} hangs on the wall.
Id: lounge_chairs
DescriptionShort: Several {{ name }} are scattered around the room.
Id: library_couches
DescriptionShort: A pair of {{ name }} surround a coffee table in the center.
Container contents (capitalized fragments)
Id: foyer_flower_vase
Container: foyer_table
DescriptionShort: A teal {{ name }} with yellow roses in it
Id: foyer_plaque
Container: foyer_table
DescriptionShort: An {{ name }}
Containers with contents template
Id: foyer_table
DescriptionShort: A {{ name }} sits in the middle of the room{% if contents %}. On it:{{ contents }}{% endif %}
Rendered Output
Room descriptions render as:
You are standing in a grand entryway...
A *Wooden Table* sits in the middle of the room. On it:
- A teal *Flower Vase* with yellow roses in it
- An *Inscribed Plaque*
Validation
After editing, run:
just entities