Skip to main content
Run any Skill in Manus
with one click

zero-grammar

Stars0
Forks0
UpdatedApril 12, 2026 at 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.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly