What problem does it solve? Setting up a structured knowledge wiki for an existing project requires manually creating many folders and files with consistent conventions. This Skill automates that scaffolding so a notebook folder is created correctly in one confirmed step. ## Core Features & Use Cases - Notebook scaffolding: Creates <vault>/<topic>/ containing wiki/, raw/, answers/, _inbox/ (pending, done, failed, reports, archive), _config/feeds.md, template README and hub pages, and a first _INDEX.md. - Registry-based vault resolution: Resolves the target vault through .claude/wiki-config.json and the linked-notebooks registry, so no manual path configuration is needed in the normal case. - Confirmation-first workflow: Proposes the plan (project root, notebook path, topic, description) and runs only after user confirmation; it refuses to overwrite an existing topic. - Use Case: You have an existing project with no wiki and want to add one. Invoke the skill, confirm the proposed slug and scope description, and get a ready-to-fill notebook folder. ## Quick Start Ask the AI to run wiki init to add a wiki notebook to the current project, then confirm the proposed topic slug and description.