LLM Wiki Advanced Evidence-Based Knowledge Management
Paste the following prompt into your AI chat to install this skill:
Follow https://skillhub.cn/install/skillhub.md to install @user_ceacef9a/llm-wiki-plus-ebr.
About this skill
Problem It Solves
A raw retrieval-augmented answer can mix retrieved snippets, assumptions, and unmarked inferences. LLM Wiki Advanced targets a local knowledge-base workflow where the model must classify the question, retrieve evidence, annotate confidence, and update a persistent wiki before answering.
How It Works
- Environment-aware runtime: uses local vector search when
bashandNode.jsare available, and falls back to keyword matching overwiki/cards/*.mdin cloud sessions. - Ingestion:
@wiki+ ingestparses PDF, Word, Excel, images, Markdown, and other files, writes L1 summaries towiki/index.md, creates or updates concept cards, and triggers incremental index updates in local mode. - Evidence-based reasoning: after a hit, the EBR path routes definition, causality, prediction, evaluation, or gap questions to different inference structures.
- Confidence labeling: key claims are marked
🟢 confirmed,🟡 inferred, or🔴 assumed; if nothing is found, it states the gap instead of hallucinating. - Feedback and diagnostics:
@wiki+ rememberstores user-confirmed knowledge,check-healthscans for broken links, contradictions, and missing citations, andrebuild-indexrebuilds the vector index.
Boundaries
Best for maintaining concept libraries, document corpora, research notes, and wiki-based QA. Cloud mode cannot run scripts, so vector updates require a local environment. Feedback writes require a source document or link, and unverified external claims should be confirmed before storage.
Use Cases
- Ingest product PDFs, Word files, and images into a local wiki so later answers can cite specific concept cards.
- Before answering customer questions in Cursor, retrieve the local knowledge base and label claims as confirmed, inferred, or assumed.
- Run periodic health checks to find orphaned links, contradictions, and missing citations, then generate an issue list.
- Write user-confirmed facts into the matching knowledge card and update the incremental vector index for later semantic search.
Best For
- Engineers maintaining technical docs who want to turn PDFs and Markdown into retrievable concept cards.
- Presales reps answering customer questions who need cited knowledge-base evidence and clear assumption labels.
- Knowledge managers organizing research notes who want to detect orphaned links, contradictions, and missing citations.
- Wiki engineers updating internal knowledge bases who need to store confirmed facts and refresh the index.
Related Skills
Extracts an eight-layer reasoning fingerprint from scholar texts and applies a nine-module constraint to run peer review, supervision, lecturing, or panel discussion with quantitative scores and qualitative comments.
Guides users through a nine-step failure review to analyze causes, hidden gains, and controllable improvements, producing a structured Word report.
Paste a paper abstract or passage and output a structured note with subject, methods, innovations, conclusions, and limitations or outlook.
Turn a topic or outline into a structured Markdown mind map for common visualization tools.