LLM Wiki Manager

Bootstraps a compounding markdown wiki: ingest, cross-link, log, flag disputes.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · f825d24

Ran a real bootstrap-plus-ingest end to end with the bundled scripts — init_wiki.py, a new source summary, a new concept page, index and log updates, a full hot.md rewrite — then lint_wiki.py came back clean except two expected single-use-tag notices on a 1-source wiki.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What LLM Wiki Manager does

Runs a persistent markdown wiki where raw/ holds immutable user-curated sources and the LLM owns wiki/ — writing source summaries, updating entity/concept pages, cross-linking, logging, and flagging contradictions instead of overwriting them. Triggers on 'second brain', 'research wiki', 'knowledge base', or 'Memex', and on requests to bootstrap, ingest a new source, query with citations, correct a stale claim across pages, or lint for orphans and broken links.

How to install LLM Wiki Manager

git clone https://github.com/sametbrr/llm-wiki-manager
cd llm-wiki-manager
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/llm-wiki-manager

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger LLM Wiki Manager

  • /llm-wiki-manager Bootstraps a compounding markdown wiki: ingest, cross-link, log, flag disputes.

It also activates on plain-language prompts like these:

  • Set up a second brain for tracking my research notes
  • I just read this paper, file it into my wiki and update pages
  • Audit my wiki for broken links and orphan pages

Frequently asked questions

Is the LLM Wiki Manager skill free?
Yes. The skill itself is free from sametbrr/llm-wiki-manager. SkillProof publishes the install command and an independent test verdict at no cost.
Does LLM Wiki Manager work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Ran a real bootstrap-plus-ingest end to end with the bundled scripts — init_wiki.py, a new source summary, a new concept page, index and log updates, a full hot.md rewrite — then lint_wiki.py came back clean except two expected single-use-tag notices on a 1-source wiki.
What is the LLM Wiki Manager SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install LLM Wiki Manager?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use LLM Wiki Manager with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.