What problem does it solve?
This Skill keeps your characters’ wiki pages synchronized with newly ingested chapters, so you can track who appears when and how characters relate over time without manual page editing.
Core Features & Use Cases
- Chapter-to-character appearance updates: Updates each affected character page under wiki/characters/<book-slug>/ with new chapter appearances and an updated timestamp.
- Graph edge maintenance for appearance history: Ensures each character has the correct appears_in linkage back to processed chapters.
- Inter-character relationship registration: Registers appears_with edges for character pairs that interact in the chapter text (without guessing beyond what the text states).
- Batch and incremental operation: Supports updating after a specific chapter or across all chapters for a book.
- Workspace safety & idempotence: Performs all mutations via the centralized _lumina/scripts/wiki.mjs tooling and avoids direct edits to edges.jsonl.
Quick Start
Ask the agent to update character pages after you ingest chapter 4 for a given book by specifying the book slug and chapter number (e.g., “update character profiles after chapter 4 of great-gatsby”).