wiki-knowledge-base

LLM-powered personal wiki knowledge base system. Use this when user wants to build and maintain a persistent wiki using LLMs following the LLM Wiki pattern (karpathy/442a6bf555914893e9891c11519de94f). This system implements: wiki initialization (two-layer architecture - wiki content and schema), source ingestion with cross-reference maintenance, querying with synthesis and citations, health checking (lint), and schema management. Source files are stored externally (e.g., in project's raw/ folder), not copied into the wiki. Perfect for: personal knowledge management, research wikis, reading companions, team knowledge bases. Triggers on: wiki knowledge base, LLM wiki, personal wiki, build wiki, knowledge management, or any mention of organizing accumulated knowledge with an LLM.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "wiki-knowledge-base" with this command: npx skills add 1knownothing/llm-wiki-skills

Wiki Knowledge Base - Master Skill

This is a comprehensive system for building and maintaining a personal wiki knowledge base using LLMs.

What This System Does

The LLM Wiki pattern differs from traditional RAG:

  • RAG: LLM retrieves relevant chunks at query time, rediscovering knowledge from scratch
  • Wiki: LLM incrementally builds and maintains a persistent wiki with cross-references already in place

Core Operations

This system provides 5 skills for wiki management:

1. wiki-init

Initialize a new wiki with:

  • Two-layer architecture (wiki content, schema)
  • Directory structure for entities, concepts, sources, syntheses
  • Initial index.md and log.md
  • CLAUDE.md schema with conventions

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

2. wiki-ingest

Process new sources:

  • Read and analyze source documents
  • Create source summary pages
  • Update entity and concept pages
  • Flag contradictions with existing claims
  • Update index.md and log.md

Trigger: User adds a new source or wants to process a document

3. wiki-query

Answer questions against the wiki:

  • Search index.md first
  • Read relevant pages
  • Synthesize answers with citations
  • Support multiple output formats (markdown, tables, slides)
  • File valuable answers back to wiki

Trigger: User asks questions about wiki content

4. wiki-lint

Health check the wiki:

  • Find contradictions between pages
  • Identify stale claims superseded by new sources
  • Find orphan pages with no inbound links
  • Detect missing pages for important concepts
  • Identify missing cross-references
  • Suggest data gaps to fill

Trigger: User wants to maintain or clean up the wiki

5. wiki-maintain

Manage wiki schema:

  • Update CLAUDE.md conventions
  • Modify page templates
  • Refine workflows
  • Add new page types

Trigger: User wants to update wiki rules or structure

Usage

Select the appropriate sub-skill based on the operation:

  • New wiki? → wiki-init
  • Adding content? → wiki-ingest
  • Asking questions? → wiki-query
  • Checking quality? → wiki-lint
  • Updating rules? → wiki-maintain

Directory Structure

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)

Key Concepts

  • index.md: Content-oriented catalog, updated on every ingest
  • log.md: Chronological record with format ## [YYYY-MM-DD] operation | Title
  • CLAUDE.md: Schema defining conventions and workflows
  • Cross-references: Always use [[wiki/page]] link format

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Batch Content Factory

Multi-platform content production line. Automates the entire workflow from topic research to content creation. Suitable for self-media operators producing hi...

Registry SourceRecently Updated
Research

Fund Analyzer Pro

[何时使用]当用户需要基金深度分析时;当用户说"分析这个基金""基金对比""基金诊断""基金经理分析"时;当检测到基金代码/基金名称/投顾策略时触发。整合天天基金 API+ 且慢 MCP,提供单一基金分析/基金比较/基金诊断/持仓诊断/基金经理/机会分析/投资方式/报告信号八大模块。新增信号监控提醒功能(sign...

Registry SourceRecently Updated
Research

FN Portrait Toolkit

Financial report footnote extraction and analysis tool for Chinese A-share listed companies. Use when: (1) User wants to extract financial note data from ann...

Registry SourceRecently Updated
Research

流式AI检索问答技能

通用流式AI检索问答技能 — 为任意行业应用提供四步流式分析交互界面。 触发场景:用户输入关键词 → AI自动执行:理解意图 → 检索知识库 → 流式生成 → 来源标记 → 完整回答。 当需要实现以下任意场景时激活: (1) AI搜索框 / 智能咨询组件重构 (2) 知识库问答(医疗/法律/金融/教育等垂直领域)...

Registry SourceRecently Updated