samuraigpt/llm-wiki-agent

A personal knowledge base that builds and maintains itself. Drop in sources — Claude (or Codex/Gemini) reads them, extracts knowledge, and maintains a...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 22 minutes ago
Added to GitGenius on September 19th, 2026
Created on April 21st, 2023
Open Issues & Pull Requests: 4 (+0)
GitHub issues: Enabled
Number of forks: 407
Total Stargazers: 3,543 (+0)
Total Subscribers: 34 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 24.7 hours
Mean response time: 89.5 days
90th percentile: 421.6 days
Tracked items: 27

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 99 days
Stale 30+ days: 2
Stale 90+ days: 2

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

LLM Wiki Agent is a knowledge base automation tool that builds and maintains a structured wiki from source documents using Claude, Codex, or Gemini as the underlying agent.

The tool solves the problem of knowledge fragmentation by automating wiki construction. Instead of manually organizing notes, you drop source documents into a folder and the agent reads them, extracts key entities and concepts, and builds an interlinked markdown wiki. The wiki grows richer with each new source, with cross-references and synthesis already in place. The agent detects contradictions between sources at ingest time and maintains a knowledge graph showing relationships between pages.

The tool suits researchers building references over time, readers working through books chapter by chapter, and anyone maintaining a personal knowledge base who wants structure without manual curation. It works with diverse file formats including markdown, PDF, DOCX, PPTX, XLSX, HTML, TXT, CSV, JSON, XML, RST, and EPUB, converting non-markdown files automatically at ingest. The project positions itself against traditional knowledge tools that require you to search your own notes, instead delivering a synthesized wiki that compounds over time with entity pages for people and organizations, concept pages for key ideas, a living overview that updates with each ingest, contradiction flags, and lint reports identifying orphan pages and data gaps.

The project shows active development with multiple specialized features being maintained. The codebase includes slash commands specific to Claude Code alongside natural language triggers that work across all supported agents. The tool integrates with a knowledge graph visualization that uses community detection to cluster related topics. The project maintains documentation of use cases spanning research, book reading, and personal knowledge management, suggesting ongoing refinement based on real usage patterns.