// summary
Obsidian Mind is an Obsidian knowledge base template designed specifically for Claude Code, aiming to solve the problem of AI long-term memory loss through automated conversation hooks and structured storage. It ensures that Claude has access to the complete context at the start of every session by automatically linking work notes, decision records, meeting minutes, and performance evidence into a knowledge graph. The system supports daily workflow management through natural language interaction and can automatically generate performance evaluation briefs and project summaries.
// technical analysis
Obsidian Mind is a knowledge management architecture designed specifically for Claude Code, aiming to solve the problem of AI session context loss by transforming Obsidian vaults into long-term memory banks for Claude. The project adopts a 'Vault-first' design philosophy, utilizing lifecycle hooks and subagents to automatically handle note categorization, linking, indexing, and performance tracking, ensuring that the AI can maintain a coherent working state across sessions. Its core value lies in transforming daily conversations into a traceable knowledge graph through structured folder organization and automated metadata management, thereby significantly improving developer efficiency in project management, performance evaluation, and incident response.
// key highlights
// use cases
// getting started
First, clone this repository locally and open it as an Obsidian vault, ensuring that Claude Code and Obsidian 1.12+ are installed. Run the claude command in the root directory of the repository to start a session, and configure your core goals in brain/North Star.md. Subsequently, you can communicate with Claude using natural language and utilize commands like /standup or /dump to begin recording your workflow.