Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By nvk
Build topic-isolated Markdown wikis compiled by LLMs from ingested URLs, repos, text, or tweets. Run parallel multi-agent research, thesis investigations with verdicts, repo gap analyses, and generate outputs like summaries or guides. Query, search, lint, and maintain interconnected knowledge bases compatible with Obsidian.
npx claudepluginhub nvk/llm-wiki --plugin wikiAssess a local repo against the wiki's research body and the broader market. Gap analysis, opportunities, competitive landscape.
Compile raw sources into wiki articles. Synthesizes, cross-references, and organizes knowledge.
Ingest source material into the wiki. Accepts URLs, file paths, freeform text, or processes the inbox. Supports tweets via Grok MCP.
Run health checks on the wiki. Find broken links, missing indexes, stale content, inconsistencies, and suggest improvements.
Generate output artifacts from wiki content — summaries, reports, study guides, slide outlines, timelines, glossaries, comparisons. Outputs are filed back into the wiki.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
LLM-maintained personal wiki skills for Claude Code. Implements Karpathy's LLM Wiki pattern — persistent, compounding knowledge base for research, codebase documentation, or any long-term knowledge accumulation.
LLM-maintained knowledge base skill — structured wiki with Obsidian, milestone-based source clustering, proactive write-back, and autonomous lint
Build and maintain LLM-powered knowledge bases as Obsidian wikis with compile, query, lint, and evolve workflows
LLM-powered personal wiki — autonomous knowledge base with research-on-miss, ingestion, search, a browsable web UI, and universal data gravity. Saves and retrieves knowledge automatically whenever relevant.
Karpathy-style local-first LLM Wiki / Knowledge Compiler for Claude Code. Ingest sources, build a structured markdown knowledge base, and maintain it with AI-powered workflows.
Persistent, compounding knowledge base maintained by LLMs in Obsidian — agent-first edition. Four task-oriented agents (Researcher / Advisor / Curator / Scribe) with citations, confidence, supersession, and rolling session cache. Inspired by Karpathy's LLM Wiki pattern.
Guide the current session through research or work one tested step at a time.
__ __ __ __ __
| \ \ | \ \ | \
| ▓▓ ▓▓______ ____ __ __ __ \▓▓ ▓▓ __ \▓▓
| ▓▓ ▓▓ \ \ | \ | \ | \ \ ▓▓ / \ \
| ▓▓ ▓▓ ▓▓▓▓▓▓\▓▓▓▓\ | ▓▓ | ▓▓ | ▓▓ ▓▓ ▓▓_/ ▓▓ ▓▓
| ▓▓ ▓▓ ▓▓ | ▓▓ | ▓▓ | ▓▓ | ▓▓ | ▓▓ ▓▓ ▓▓ ▓▓| ▓▓
| ▓▓ ▓▓ ▓▓ | ▓▓ | ▓▓ | ▓▓_/ ▓▓_/ ▓▓ ▓▓ ▓▓▓▓▓▓\| ▓▓
| ▓▓ ▓▓ ▓▓ | ▓▓ | ▓▓ \▓▓ ▓▓ ▓▓ ▓▓ ▓▓ \▓▓\ ▓▓
\▓▓\▓▓\▓▓ \▓▓ \▓▓ \▓▓▓▓▓\▓▓▓▓ \▓▓\▓▓ \▓▓\▓▓
LLM-compiled knowledge bases for any AI agent. Parallel multi-agent research, thesis-driven investigation, source ingestion, wiki compilation, querying, and artifact generation. Ships as a Claude Code plugin or a portable AGENTS.md for Codex and others. Obsidian-compatible.
Research Quality & Resilience — 5 improvements backed by empirical research from the agentic AI knowledge base:
--min-time) now persists state to .research-session.json. If interrupted, resume from the last completed round instead of starting over.Claude Code (native plugin):
/install-plugin github:nvk/llm-wiki
OpenAI Codex / Any LLM Agent (idea file):
# Copy AGENTS.md into your agent's context or project root
cp AGENTS.md ~/your-project/AGENTS.md
The AGENTS.md file contains the complete wiki protocol as a single portable document — works with any LLM agent that can read/write files and search the web.
New to a topic? One command, from anywhere:
/wiki:research "gut microbiome" --new-topic --min-time 1hCreates a topic wiki, launches parallel agents, and keeps researching for an hour — drilling into subtopics each round finds. Come back to a fully compiled wiki.
/wiki:research "nutrition" --new-topic # Create wiki + research in one shot
/wiki:research "gut-brain axis" --wiki nutrition # Add more research to existing wiki
/wiki:research "fasting" --deep --min-time 2h # 8 agents, keep going for 2 hours
/wiki:research "keto" --retardmax # 10 agents, max speed, ingest everything
/wiki:research "What makes long form articles go viral?" --new-topic # Question → decompose → playbook
/wiki:thesis "fiber reduces neuroinflammation via SCFAs" # Thesis-driven: evidence for + against → verdict
/wiki:thesis "cold exposure upregulates BDNF" --min-time 1h # Deep thesis investigation
/wiki:query "How does fiber affect mood?" # Ask the wiki
/wiki:query "compare keto and mediterranean" --deep # Deep cross-referenced answer
/wiki:ingest https://example.com/article # Manually ingest a source
/wiki:ingest --inbox # Process files dropped in inbox/
/wiki:compile # Compile any unprocessed sources
/wiki:output report --topic gut-brain # Generate a report
/wiki:output slides --retardmax # Ship a rough slide deck NOW
/wiki:assess /path/to/my-app --wiki nutrition # Gap analysis: repo vs wiki vs market
/wiki:lint --fix # Clean up inconsistencies