Back to list
SimHacker

naming

by SimHacker

MOOLLM

8🍴 2📅 Jan 24, 2026

SKILL.md


Naming Skill

"The filesystem is a semantic network."

This skill wraps kernel/NAMING.yml.

Core Pattern

TYPE-VARIANT.ext
PartMeaningExamples
TYPECategory/rolecat, staff, ROOM
VARIANTSpecific instanceterpie, marieke
extFile type.yml, .md

Examples

pub/
├── ROOM.yml            # Type only — the pub itself
├── cat-terpie.yml      # Type-variant
├── cat-stroopwafel.yml
├── staff-marieke.yml
└── menu-strains.yml    # Menu type, strains variant

Sorting Advantage

ls *.yml | sort
# cat-stroopwafel.yml
# cat-terpie.yml
# menu-strains.yml
# ROOM.yml
# staff-marieke.yml

Categories cluster. Finding "all cats" → cat-*.yml

Special Filenames

NamePurpose
ROOM.ymlRoom definition
CHARACTER.ymlCharacter definition
SKILL.mdSkill specification
README.mdHuman landing page
INDEX.ymlRegistry

Canonical Forms

See kernel/NAMING.yml for:

  • Full naming rules
  • Big-endian rationale
  • Minsky K-line connection

Dovetails With

Kernel

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon