entity-descriptions

Style guide for DescriptionShort templates in data/worlds/mansion.rec .

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "entity-descriptions" with this command: npx skills add frizzle-chan/mudd/frizzle-chan-mudd-entity-descriptions

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ruff-formatter

No summary provided by upstream source.

Repository SourceNeeds Review
General

discord-markdown

No summary provided by upstream source.

Repository SourceNeeds Review
General

postgres-migrations

No summary provided by upstream source.

Repository SourceNeeds Review
General

discord-py

No summary provided by upstream source.

Repository SourceNeeds Review