What problem does it solve? After running lumina install, a workspace has no wiki structure yet — directories are missing, wiki/index.md and wiki/log.md are empty, and there is no verified starting state. This Skill bootstraps the workspace into a working wiki so ingestion and querying can begin immediately. ## Core Features & Use Cases - Workspace Materialization: Reads lumina.config.yaml and manifest.json to determine active packs, then runs wiki.mjs init to create the required directory structure for core, research, and reading packs. - Seed Page Generation: Writes the catalog header with lumina:index markers into wiki/index.md and the first dated entry into wiki/log.md, respecting the configured document output language. - Lint Verification and Idempotency: Runs lint.mjs to confirm zero errors before finishing, and is safe to re-run since existing directories and user-authored content are never overwritten. - Use Case: You just ran lumina install on a fresh project. Invoke this Skill to create all wiki directories, seed the index and log pages, and get a lint-green workspace ready for /lumi-ingest. ## Quick Start Ask the assistant to initialize the wiki after running lumina install, and it will create the directory structure, seed index.md and log.md, and confirm a clean lint result.