Agent skill
naming
Big-endian file naming as semantic binding
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/naming-simhacker-moollm
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?