What problem does it solve? Catalog indexes used by the context manager for fast routing can become stale as memory, diary, and skills content changes. This Skill manually rebuilds those catalog indexes on demand, with state-aware skipping so unchanged sources are not regenerated unnecessarily. ## Core Features & Use Cases - State-aware regeneration: Rebuilds only catalogs whose source content changed since the last run, with memory and diary catalogs always processed. - Flexible flags: Supports --force to bypass skip logic, --dry-run to preview without side effects, and --only to selectively regenerate specific catalogs (memory, banks, diary, skills). - Isolated failure handling: A failing generator does not block others, and missing source directories or corrupt state files are handled gracefully. - Use Case: After editing several memory files, run the skill with --only memory to rebuild just the memory catalog so the context manager routes against fresh entries. ## Quick Start Ask the assistant to refresh the catalogs, optionally specifying flags such as a dry run or limiting regeneration to the memory and diary catalogs.