What problem does it solve?
Code repositories often lack a durable, navigable knowledge layer that remains coherent as code evolves. This skill guides IDEs/agents to transform raw source data into a structured Wiki stored under docs/wiki, while preserving the original code as the truth and enforcing a schema-driven workflow.
Core Features & Use Cases
- Build a three-layer knowledge architecture: Raw (source code), Wiki (LLM-managed pages under docs/wiki), and Schema (AGENTS.md and schema.md) to keep governance.
- Ingest modules to produce module pages with summaries, interfaces, dependencies, and related files; update index.md and inter-page references; log actions to log.md.
- Support querying with linked pages, cross-references, and updated consistency; lint checks to identify contradictions and stale content; incremental updates on code changes.
Quick Start
Point the agent at your repository and run ingest to bootstrap the wiki skeleton and index structure.