What problem does it solve?
This Skill solves the problem of maintaining a durable, self-updating knowledge base by integrating new raw sources into an organized wiki over time instead of regenerating answers from scratch each turn.
Core Features & Use Cases
- Incremental ingest with coherence: Read the wiki schema and current state, summarize new sources into
wiki/sources/, and update related entities, concepts, and analyses while preserving cross-references.
- Persistent indexing and auditability: Maintain
index.md as the catalog of what exists and append structured activity entries to log.md to track create, ingest, query artifacts, lint passes, and archives.
- Schema-driven maintenance: Use
AGENTS.md as the workflow and frontmatter contract, including link style, taxonomy, thresholds, and conflict handling, to prevent drift and duplicate pages.
Quick Start
Ask the assistant to ingest the attached document into your LLM wiki at the specified wiki root, updating summaries, relevant entities, and the index with an append-only log entry.