What problem does it solve? When working in a DIVA ERP workspace with dozens of installed skills, collaborators struggle to know which skill covers a given task, what each skill does, and which conventions apply. This Skill acts as the interactive entry point of the DIVA devkit, answering questions like "what can you do?", "which skill handles X?", or "explain skill Y" without reading raw catalog files into context. ## Core Features & Use Cases - Panoramic overview: Lists all skills grouped by workflow (analyze, create, modify, files, isam, validate, test_doc, migrate, reference) via the overview mode of query_catalog.py. - Detailed skill sheets: Shows description, when-to-use, scripts, references, related skills, prerequisites, and checkpoint counts for a specific skill via detail <name>. - Keyword search and filtering: Case-insensitive search across names, descriptions, and metadata, plus filtering by workflow id or verb (e.g., generating, reading). - Invocation discipline: Enforces three rules for the whole devkit: skill documentation is the authoritative source for conventions, DIVA skills take priority over improvised shell commands, and invoking a skill means executing its instructions rather than just displaying them. - Use Case: A developer asks "which skill should I use to add a field to an existing entity?" — run query_catalog.py search "ajout champ" and present modifying-diva-entity as the matching orchestrator. ## Quick Start Ask the assistant which DIVA skill handles your task, and it will run query_catalog.py with the appropriate mode to answer from the catalog.