frankchu91

23 mods across 1 repository, 89 stars between them.

mindbase

01

frankchu91/mindbase-llm-wiki

Plugin Claude Code

MindBase: Karpathy's LLM-Wiki pattern, no terminal required.

89 7d ago A tokens not measured original MIT

frankchu91/mindbase-llm-wiki

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).

89 7d ago A 3,400 tokens original MIT

mb

03

frankchu91/mindbase-llm-wiki

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…

89 7d ago A tokens not measured original MIT

mb

04

frankchu91/mindbase-llm-wiki

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.

89 7d ago A tokens not measured original MIT

builder

05

frankchu91/mindbase-llm-wiki

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.

89 7d ago A 39 tokens original MIT

contributor

06

frankchu91/mindbase-llm-wiki

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.

89 7d ago A 43 tokens original MIT

curator

07

frankchu91/mindbase-llm-wiki

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.

89 7d ago A 49 tokens original MIT

migrator

08

frankchu91/mindbase-llm-wiki

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.

89 7d ago A 48 tokens original MIT

researcher

09

frankchu91/mindbase-llm-wiki

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/).

89 7d ago A 54 tokens original MIT

ask

10

frankchu91/mindbase-llm-wiki

Command

Query the MindBase wiki — cited answer using hybrid search + graph expansion. Usage: /mb:ask [-p ] [--all-projects].

89 7d ago A 36 tokens original MIT

build

11

frankchu91/mindbase-llm-wiki

Command

Rebuild context.md for a project from sources/. Usage: /mb:build [-p ] [project-id].

89 7d ago A 26 tokens original MIT

contribute

12

frankchu91/mindbase-llm-wiki

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].

89 7d ago A 53 tokens original MIT

daily-brief

13

frankchu91/mindbase-llm-wiki

Command

Generate today's brief from sources/contributors/. Usage: /mb:daily-brief [-p ] [project-id] [--date YYYY-MM-DD].

89 7d ago A 33 tokens original MIT

init

15

frankchu91/mindbase-llm-wiki

Command

Scaffold a new MindBase project (v2 layout). Usage: /mb:init [template] [-- mission ...].

89 7d ago A 28 tokens original MIT

lint

16

frankchu91/mindbase-llm-wiki

Command

Run health check on a project — orphans, contradictions, stale claims, gaps, suggested cross-links. Usage: /mb:lint [-p ] [project-id].

89 7d ago A 37 tokens original MIT

load

17

frankchu91/mindbase-llm-wiki

Command

Explicitly load a project's context into session (overrides SessionStart hook). Usage: /mb:load [project-id].

89 7d ago A 25 tokens original MIT

migrate

18

frankchu91/mindbase-llm-wiki

Command

Convert a legacy MindBase project (wiki/-based) to the v2 layout. Usage: /mb:migrate [--project ] [--all] [--dry-run].

89 7d ago A 38 tokens original MIT

new-project

19

frankchu91/mindbase-llm-wiki

Command

Create a new project with template choice — interactive flow. Usage: /mb:new-project [template].

89 7d ago A 20 tokens original MIT

research

20

frankchu91/mindbase-llm-wiki

Command

Deep research on a topic — web + existing wiki + synthesis → sources/research/. Usage: /mb:research [-p ].

89 7d ago A 32 tokens original MIT

status

21

frankchu91/mindbase-llm-wiki

Command

Dashboard for a project — line counts, last build, contributors, file totals. Usage: /mb:status [-p ] [project-id].

89 7d ago A 32 tokens original MIT

SessionStart

22

frankchu91/mindbase-llm-wiki

Hook

Runs when a session starts on startup, clear and compact, running an inline shell check. From frankchu91/mindbase-llm-wiki.

89 7d ago A tokens not measured copy · 72% MIT

mindbase

23

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…"…

89 7d ago A 105 tokens original MIT