What problem does it solve? Agents and contracts often need the on-disk path of an installed skill package, but hosts install it in unpredictable locations. Searching the filesystem wastes turns and can surface unrelated files; this Skill answers the question exactly by running a script that lives inside the installation itself. ## Core Features & Use Cases - Full layout map: Prints the skills root, sibling directories (agents, prompts, commands, hooks), and per-skill SKILL.md, references, and scripts paths. - Single-skill lookup: The --skill flag narrows output to one skill for mission blocks, exiting 1 with the list of installed skills on an unknown name. - Machine-readable output: The --json flag emits the same report as parseable JSON for programmatic consumers. - Use Case: A dispatcher building a mission block needs the Skills: line path; it runs layout.py --skill odd-memory and embeds the printed path instead of searching the repository. ## Quick Start Run the layout.py script inside this skill's scripts directory to print where the package is installed and what each skill contains.