What problem does it solve? Navigating a large skill repository is difficult when you need to find the right capability for devops, automation, tool integration, or monitoring tasks. This Skill acts as a navigation index for the system infrastructure layer, letting you query 50 registered skills and receive a filtered, structured list of matches. ## Core Features & Use Cases - Layer-Scoped Search: Accepts a layer name, query string, and context object, then returns only skills from that layer matching the query. - Contract-Validated I/O: Enforces a strict IO contract (input: layer, query, context; output: skill_list of name/description dicts) with rule-coded validation (LAYE-001 through LAYE-021). - Golden-Set Tested Behavior: Ships with golden test cases covering normal retrieval, missing-parameter rejection, and empty-query boundary handling. - Use Case: Ask which skills handle cron maintenance, and receive a filtered list such as cron-system-maintenance and devops with their descriptions. ## Quick Start Query the system infrastructure layer index with layer set to devops and query set to cron to list matching skills.