中文版 | English
Build a durable, compounding personal knowledge base as plain Markdown — works with Claude Code, Copilot, Codex, and any SKILL.md-compatible agent.
LLM Wiki is not software — it's a working paradigm with three-layer separation:
┌─────────────────────────────────────────────────────────────┐
│ Layer 3: Convention Layer (SCHEMA.md) │
│ Tells LLM how to maintain the wiki │
├─────────────────────────────────────────────────────────────┤
│ Layer 2: Persistent Knowledge Layer │
│ (entities/ concepts/ synthesis/ comparisons/ queries/) │
│ LLM-owned and maintained — primary workspace │
├─────────────────────────────────────────────────────────────┤
│ Layer 1: Raw Source Layer (raw/) │
│ Immutable ground truth — LLM read-only, always retained │
└─────────────────────────────────────────────────────────────┘
vs. RAG: RAG re-discovers knowledge from scratch every query. LLM Wiki accumulates knowledge over time — the knowledge network grows continuously.
install skill https://github.com/yugasun/llm-wiki-skills
/plugin marketplace add yugasun/llm-wiki-skills
/plugin install llm-wiki-skills@llm-wiki
npx skills install yugasun/llm-wiki-skills llm-wiki
llm-wiki-skills/
├── skills/llm-wiki/ # Canonical skill source
│ ├── SKILL.md # Main skill definition
│ └── scripts/ # Helper scripts
├── .claude-plugin/ # Claude Code plugin manifests
└── scripts/ # Maintenance scripts
├── sync-skill-layout.sh # Sync skill to all platform dirs
└── verify-skill-layout.sh # Validate layout integrity
Once installed, the skill enables these workflows:
| Task | Prompt Example | What Happens |
|---|---|---|
| Initialize | initialize a wiki at ~/mywiki | Creates SCHEMA.md, index.md, log.md + directory structure |
| Ingest | ingest https://example.com/article | Fetches content → saves to raw/ → synthesizes linked page |
| Query | what does my wiki say about transformers? | Searches accumulated pages, compiles answer with sources |
| Lint | lint my wiki | Checks for broken links, orphan pages, missing frontmatter |
| Orient | orient my wiki | Reads schema, index, and recent log before any operation |
Designed for Obsidian, VS Code, and plain text tools — no proprietary format lock-in.
Start a conversation with your agent and describe what you need:
initialize a personal knowledge base in ~/wiki
ingest these URLs into my wiki: https://example.com/article, https://example.com/paper
what does my wiki say about transformer architectures?
lint my wiki for broken links
what's in my wiki about [topic]?
The skill resolves wiki root in order: WIKI_PATH env > ~/.llm-wiki > current directory with required files > ~/wiki
npx-based installMIT — see LICENSE
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub yugasun/llm-wiki-skills --plugin llm-wiki-skillsBuild and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.