This is a comprehensive system for building and maintaining a personal wiki knowledge base using LLMs.
The LLM Wiki pattern differs from traditional RAG:
This system provides 5 skills for wiki management:
Initialize a new wiki with:
Note: Source files should be stored externally (e.g., in project's raw/ folder) - the wiki stores summaries and analysis, not copies of source documents.
Trigger: User wants to set up a new wiki
Process new sources:
Trigger: User adds a new source or wants to process a document
Answer questions against the wiki:
Trigger: User asks questions about wiki content
Health check the wiki:
Trigger: User wants to maintain or clean up the wiki
Manage wiki schema:
Trigger: User wants to update wiki rules or structure
Select the appropriate sub-skill based on the operation:
When initialized, the wiki follows this structure:
wiki/
├── entities/ # Entity pages
├── concepts/ # Concept pages
├── sources/ # Source summaries
├── syntheses/ # Cross-source syntheses
├── comparisons/ # Comparison analyses
├── overviews/ # Overview pages
├── schema/CLAUDE.md # Wiki conventions
├── index.md # Content catalog
└── log.md # Operation log
# Source files should be stored in the project root's raw/ folder (or similar external location)
## [YYYY-MM-DD] operation | Title共 1 个版本