mindbase
01Plugin Claude Code
MindBase: Karpathy's LLM-Wiki pattern, no terminal required.
Plugin Claude Code
MindBase: Karpathy's LLM-Wiki pattern, no terminal required.
Instructions file
Claude Code instructions for frankchu91/mindbase-llm-wiki, covering mindbase — north star for claude code, product thesis (one paragraph), the 3-layer architecture (from karpathy), the 3 operations (from karpathy) and special files (from karpathy).
Plugin Claude Code
Karpathy's LLM-Wiki pattern as a Claude Code plugin. Build and maintain a persistent, AI-tended research wiki from sources, capture daily thoughts, query what you know, lint for orphans and contradictions. Operations: /mb:init, /mb:contribute, /mb:build, /mb:ask, /mb:lint, /mb:status, /mb:research, /mb:daily-brief…
MCP server Claude CodeCodexCursor +2
MCP server for MindBase — query and write to your wiki from Claude Desktop, Cursor, Windsurf, Cline, or any MCP-compatible AI client. Runs locally from the mindbase-mcp npm package.
Agent
Sub-agent dispatched by /mb:build to synthesize context.md from sources/. Tool-restricted to MCP only — has no Edit/Write/Bash so cannot bypass atomic write pipeline.
Agent
Sub-agent dispatched for substantive contributions (PDFs, URLs, long pastes). Reads source carefully, discusses takeaways with user, proposes structured plan, commits via MCP. Cannot bypass append-only contract.
Agent
Sub-agent dispatched by /mb:lint. Read-only — has Read + lint MCP tools but no Edit/Write/Bash. Surfaces orphans, contradictions, stale claims, gaps. Suggests fixes; doesn't apply them.
Agent
One-time sub-agent that runs /mb:migrate. Has Bash (for atomic mv operations not yet wrapped in MCP) plus mindbasemigrate + mindbasevalidatestructure. Should be invoked exactly once per legacy project.
Agent
Sub-agent dispatched by /mb:research. Has WebFetch + WebSearch + Read + MCP researchsave + searchwiki tools. Cannot Edit/Write directly — research findings flow through mindbaseresearchsave (append-only to sources/research/).
Command
Query the MindBase wiki — cited answer using hybrid search + graph expansion. Usage: /mb:ask [-p ] [--all-projects].
Command
Rebuild context.md for a project from sources/. Usage: /mb:build [-p ] [project-id].
Command
Add a thought, source, or paste. Use --project/-p to target another project without switching current. Usage: /mb:contribute [-p ] [--mode daily|concept|daily+concept].
Command
Generate today's brief from sources/contributors/. Usage: /mb:daily-brief [-p ] [project-id] [--date YYYY-MM-DD].
Command
Export a project to a portable bundle. Usage: /mb:export [-p ] [target].
Command
Scaffold a new MindBase project (v2 layout). Usage: /mb:init [template] [-- mission ...].
Command
Run health check on a project — orphans, contradictions, stale claims, gaps, suggested cross-links. Usage: /mb:lint [-p ] [project-id].
Command
Explicitly load a project's context into session (overrides SessionStart hook). Usage: /mb:load [project-id].
Command
Convert a legacy MindBase project (wiki/-based) to the v2 layout. Usage: /mb:migrate [--project ] [--all] [--dry-run].
Command
Create a new project with template choice — interactive flow. Usage: /mb:new-project [template].
Command
Deep research on a topic — web + existing wiki + synthesis → sources/research/. Usage: /mb:research [-p ].
Command
Dashboard for a project — line counts, last build, contributors, file totals. Usage: /mb:status [-p ] [project-id].
Hook
Runs when a session starts on startup, clear and compact, running an inline shell check. From frankchu91/mindbase-llm-wiki.
Skill Claude CodeCodex
Maintain a persistent AI-tended research wiki. Activates when the user wants to ingest a source (PDF, URL, article, paste), capture a thought, build the wiki context, query what's already known, lint for orphans/contradictions, or maintain page conventions. Phrases include "add this to my wiki", "today I decided…"…