simhacker/moollm

naming

Big-endian file naming as semantic binding

First seen Jan 26, 2026

Installation

$ npx skills add simhacker/moollm --skill naming

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from simhacker/moollm · top by installs.

npx skills add simhacker/moollm

Browse all from simhacker/moollm

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 52
License LICENSE
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseMIT

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,521 B
  • docs README.md 1,099 B
  • docs SUMMARY.md 56 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 14 installs

SKILL.md

Naming Skill

"The filesystem is a semantic network."

This skill wraps [kernel/NAMING.yml](../../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](../../kernel/NAMING.yml) for:

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

Dovetails With

Kernel

  • [kernel/NAMING.yml](../../kernel/NAMING.yml) — definitive reference