What problem does it solve? Infrahub's auto-generated sidebar navigation lists every schema node under its namespace, which becomes cluttered and disorganized as projects grow. This Skill produces custom menu YAML files that group node types into logical hierarchies with labels and icons, while avoiding the duplicate sidebar entries that occur when custom and auto-generated menus overlap. ## Core Features & Use Cases - Menu YAML Generation: Produces valid menu files with the required apiVersion, kind: Menu, and spec.data structure, including nested children under the children.data wrapper. - Hierarchy and Icon Guidance: Supports group headers, unlimited nesting depth, and Material Design Icons (mdi:) selection for infrastructure node types. - Schema Integration Advice: Includes registration comments for .infrahub.yml and guidance to set include_in_menu: false on referenced schema nodes to prevent duplicate sidebar entries. - Use Case: A network engineer modeling devices, locations, and organizations in Infrahub asks for a sidebar menu grouping them under 'Device Management' and 'Locations' headers; the Skill outputs a ready-to-register menu file with correct kinds and icons. ## Quick Start Ask the assistant to create an Infrahub sidebar menu that groups your schema node types into the hierarchy you describe, for example devices under an Infrastructure header and sites under Locations.