second-brain-lint
๐ฏSkillfrom nicholasspisak/second-brain
Health-check a Second Brain wiki โ verifies that `wiki/index.md` is consistent with the actual pages, scans for broken `[[wikilinks]]` after renames, and reports which files need updating. Recommended after every ~10 ingests (or monthly) and before any major query or synthesis work.
Same repository
nicholasspisak/second-brain(4 items)
Installation
npx vibeindex add nicholasspisak/second-brain --skill second-brain-lintnpx skills add nicholasspisak/second-brain --skill second-brain-lint~/.claude/skills/second-brain-lint/SKILL.mdSKILL.md
More from this repository3
Guided wizard that sets up a new Second Brain vault โ an LLM-maintained personal knowledge base on Andrej Karpathy's LLM Wiki pattern. Drop articles/papers/notes into `raw/`, and the LLM compiles them into structured `wiki/` pages (sources, entities, concepts, synthesis) with cross-references and an index you browse in Obsidian. Works with Claude Code, Codex, Cursor, Gemini CLI, and other Agent Skillsโcompatible agents.
Process raw sources in a Second Brain vault (`raw/` folder โ articles, papers, notes, transcripts clipped via Obsidian Web Clipper) into structured `wiki/` pages โ one summary per source under `wiki/sources/`, plus extracted `entities/`, `concepts/`, and `synthesis/` notes with bidirectional `[[wikilinks]]` and an updated `wiki/index.md` and `log.md`.
Ask questions against a Second Brain wiki โ the skill answers from the LLM-maintained `wiki/` pages (sources, entities, concepts, synthesis) and their `[[wikilinks]]`. Automatically uses `qmd` (hybrid local markdown search) when installed for fast retrieval as the vault grows; otherwise reads the wiki directly.