LLM-powered wiki that compounds knowledge across conversations. Three-tier pipeline (raw → wiki → output) with typed relationships, confidence tracking, and multi-agent coordination.
Synthesize wiki pages into a document, or promote outputs to wiki. Use when user says "compile", "summarize wiki", "create report", "promote output", "synthesize".
Process source material from raw/ into wiki pages. Use when user says "ingest", "process raw", "compile sources", "add to wiki", or when stash shows unprocessed files.
Run health checks on the wiki knowledge graph. Use when user says "check wiki health", "lint wiki", "find wiki issues", "vibe check", "graph health".
Answer a question using the wiki knowledge base. Use when user asks a question and wants an answer grounded in their wiki, or says "ask wiki", "what does my wiki say about".
How to assign `high`, `medium`, or `low` confidence to wiki pages.
Uses power tools
Uses Bash, Write, or Edit tools
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.
a three-tier knowledge pipeline for AI agents
Raw sources go in, compiled wiki pages come out, generated artifacts build on top. The knowledge doesn't decay — it compounds.
npm install -g brainmaxxing
brainmaxxing setup
The setup wizard walks you through 4 steps:
.wiki/ per repo), or both (default)~/.brainmaxxing/wikifts (BM25, no download, default) or hybrid (BM25 + ~2GB vector model)brainmaxxing into ~/.claude.jsonAdds /wiki:* slash commands on top of the MCP tools. Run each command separately — pasting all at once breaks /plugin since it takes the whole line as arguments:
/plugin marketplace add ShahriarBijoy/brainmaxxing
/plugin install brainmaxxing@brainmaxxing
Then restart Claude Code so the plugin loads.
Prefer the UI? Run /plugin and use the Marketplaces and Discover tabs.
/mcp
You should see brainmaxxing listed as connected. If not, restart Claude Code.
Just talk to Claude — it calls the MCP tools for you:
You: dump ~/papers/attention-is-all-you-need.pdf into my wiki
You: cook a page about the transformer architecture from that paper
You: lookup "attention mechanism"
You: what does my wiki currently contain?
You: check the health of my knowledge graph
Or use the plugin's workflow commands:
/wiki:setup # interactive walkthrough
/wiki:research RLHF # full pipeline: web search → raw → wiki → output
/wiki:ingest # process anything sitting in raw/
/wiki:query "what do I know about reward hacking?"
/wiki:lint # graph health check with fix suggestions
/wiki:compile # synthesize wiki pages into an output document
Auto-starts with the MCP server at http://localhost:6969 (force graph, page browser, graph health). To launch standalone:
brainmaxxing web
14 tools across three tiers. All data-only — no internal LLM calls, no API key needed. The host agent does its own reasoning.
| Tool | What it does |
|---|---|
recall | Read a wiki page by slug |
cook | Create/update a page with typed relationships |
lookup | Search pages (BM25 via FTS5, or hybrid BM25 + qmd vector ranking) |
shelf | List all pages |
inventory | Full manifest with metadata and relationships |
vibes | Graph health check: orphans, contradictions, broken links |
yap | Append to the operation log |
tidy | Regenerate the index page |
status | System health across all three tiers |
| Tool | What it does |
|---|---|
dump | Add a file to raw/ for later processing |
stash | List raw files with processing status |
| Tool | What it does |
|---|---|
drop | Write a generated artifact to output/ |
receipts | List outputs with citation and promotion status |
glow_up | Promote an output to a full wiki page |
All tools accept scope: "auto" (default), "global", "project", or "all".
| Skill | Workflow |
|---|---|
/wiki:setup | Interactive setup wizard |
/wiki:research | Full pipeline: web search → raw/ → wiki/ → output/ |
/wiki:ingest | Process raw/ files into wiki/ pages |
/wiki:query | Answer questions from wiki/, save to output/ |
/wiki:lint | Graph health check with fix suggestions |
/wiki:compile | Synthesize wiki/ pages into output/ documents |
Three folders:
your-wiki/
raw/ ← Dump anything here. PDFs, articles, notes.
wiki/ ← Compiled knowledge. Agent-organized, interconnected.
output/ ← Generated artifacts. Reports, answers, analyses.
The agent reads from raw/, writes structured pages to wiki/ with typed semantic relationships, and generates research outputs that cite wiki pages. When an output is good enough, it gets promoted back into the wiki with glow_up.
npx claudepluginhub shahriarbijoy/brainmaxxing --plugin brainmaxxingPersonal LLM-managed wiki: ingest sources, cross-reference pages, query with citations, and lint your markdown knowledge base
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.
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.
Karpathy LLM Wiki 知识库 — Ingest / Query / Lint 三操作维护个人 LLM 知识体系
LLM-maintained knowledge base skill — structured wiki with Obsidian, milestone-based source clustering, proactive write-back, and autonomous lint