second-brain (NicholasSpisak) — Summary
Second Brain is an LLM-maintained personal knowledge base built on Andrej Karpathy's "LLM Wiki" pattern: you drop raw sources (articles, papers, notes, transcripts) into a raw/ folder, an AI agent reads them, writes structured wiki pages, creates cross-references, and maintains an index — while you browse the results in Obsidian. It ships as four Agent Skills (/second-brain, /second-brain-ingest, /second-brain-query, /second-brain-lint) installable via npx skills add. The vault structure is opinionated: wiki/sources/ (one summary per source), wiki/entities/, wiki/concepts/, wiki/synthesis/, and wiki/index.md. At 355 GitHub stars with no license (all rights reserved), it is a clean personal knowledge management (PKM) tool distinct from coding-focused agent harnesses.
differs_from_seeds: No direct seed equivalent. Unlike all seeds (which are coding-workflow tools), second-brain is a personal knowledge management system. The closest seed architecturally is agent-os (Archetype 4 — markdown scaffold that the agent writes and maintains) but second-brain has a richer taxonomy, an Obsidian integration, and a semi-structured wiki schema with wikilinks. Compared to ccmemory (structured Neo4j graph), second-brain is entirely flat-file markdown with no graph database — but it ships cross-reference links ([[wikilinks]]) that form an implicit graph navigable in Obsidian.