Code to Catalog Turn a codebase into EventCatalog documentation through a guided, evidence-based interview. Works for two situations: 1. No catalog yet — document an unfamiliar or undocumented codebase from scratch. 2. Existing catalog — reconcile the catalog with the current code (add new resources, flag drift, surface stale entries). This skill does not write catalog files itself. It produces a plan file ( ) that captures the agreed architectural model, then hands off to the skill to generate the actual documentation. How this skill works The skill runs in six phases. Follow them in order —…