Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

zero-grammar

스타0
포크0
업데이트2026년 4월 12일 01:17

ZeroBytes-seeded deterministic grammar expansion. Makes L-Systems, shape grammars, and graph grammars infinite, parallel, and zero-storage by hashing coordinates to select production rules. Use when ZeroBytes content feels statistically plausible but semantically incoherent — cities with no urban logic, dungeons that feel random not designed, plants that look identical, quests with no narrative arc. Triggers on "zero-grammar", "deterministic L-system", "seeded grammar", "authored feel procedurally", "infinite grammar expansion", "coordinate-seeded production rules", "grammar without storing trees", "procedural city layout", "quest graph generation", "building floor plan procgen", or when a developer says their world "looks random instead of designed". The single mechanism that unlocks all grammar types is select_rule(rules, x, y, depth, world_seed) — position replaces random.choice(). Always use when content needs to feel designed, not merely probable.

설치

Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.

SKILL.md
readonly