naming
10
总安装量
2
周安装量
#29378
全站排名
安装命令
npx skills add https://github.com/simhacker/moollm --skill naming
Agent 安装分布
mcpjam
1
claude-code
1
windsurf
1
zencoder
1
cline
1
Skill 文档
Naming Skill
“The filesystem is a semantic network.”
This skill wraps kernel/NAMING.yml.
Core Pattern
TYPE-VARIANT.ext
| Part | Meaning | Examples |
|---|---|---|
| TYPE | Category/role | cat, staff, ROOM |
| VARIANT | Specific instance | terpie, marieke |
| ext | File 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
| Name | Purpose |
|---|---|
ROOM.yml |
Room definition |
CHARACTER.yml |
Character definition |
SKILL.md |
Skill specification |
README.md |
Human landing page |
INDEX.yml |
Registry |
Canonical Forms
See kernel/NAMING.yml for:
- Full naming rules
- Big-endian rationale
- Minsky K-line connection
Dovetails With
Kernel
- kernel/NAMING.yml â definitive reference