What problem does it solve? Manually reading books and converting their content into structured, linked knowledge notes is slow and inconsistent. This Skill automates the pipeline from raw EPUB files to atomic, cross-linked notes in a personal knowledge management vault. ## Core Features & Use Cases - EPUB to Markdown Conversion: Extracts book text and writes clean Markdown source files to the vault's raw source directory. - Structured Concept Extraction: Sends chapter chunks to the Gemini API with a strict Pydantic JSON schema to extract concepts, facts, definitions, methods, examples, and quotes. - Atomic Note Generation & Linking: Writes flat atomic notes linked to their source book, relevant Maps of Content, and related notes from the same run, then rebuilds the MOC index. - Use Case: Import a data structures textbook, process chapters 1-3, and receive dozens of tagged atomic notes automatically linked to your study MOC. ## Quick Start Run the ingestion script with your EPUB file path, optional tags, and a chapter range such as 1-3 to generate linked atomic notes in the vault.