What problem does it solve? Contributors to the KamiKakushi incremental RPG codebase hit unfamiliar jargon (rungs, kura, nengu, koku, banzuke, fingerprints) and risk hardcoding stale balance values or building against superseded canon. This Skill decodes the domain vocabulary and points every fact at its single authoritative source file. ## Core Features & Use Cases - Domain math decoder: Explains the pacing model (7 tiers, 8 rungs, phases), combat formulas (win-rate lenses, stances, durability), and the three-noun economy (coin, rice, koku) with pointers to the owning source files. - Canon and visual-language map: Summarizes the 1780 Edo-era setting essentials and the locked Andon Steel visual language, directing readers to the story bible and ui-design.md rather than duplicating capped canon. - Full project glossary: Defines every term other kami-* skills rely on, including ADR/PH/TST/AC/FB/HD/HR numbering, SIM-OWNED SEED, golden pin, blind pass, diverge, and herdr. - Use Case: An agent about to touch balance code encounters "rungThreshold" in an old comment; loading this Skill reveals rung progression is now an authored requirement list and names the exact files to read. ## Quick Start Load the kami-domain-reference skill and explain what the rung progression model and the koku currency mean before I modify the combat balance constants.