Obsidian Mind is an Obsidian vault template that gives AI coding agents persistent memory across sessions.
The problem it solves is that AI coding agents start each session with no context about your goals, decisions, or patterns, forcing you to re-explain the same information repeatedly. Obsidian Mind addresses this by creating a self-organizing vault that automatically captures notes, creates links, builds indexes, and tracks performance metrics from agent conversations. The agent can reference prior sessions and build on accumulated knowledge, turning isolated interactions into a compounding knowledge base. The tool works with Claude Code, Codex CLI, and Gemini CLI through the same hooks and commands.
Installation is straightforward: use the ShardMind package manager with a wizard that personalizes the vault based on your name, organization, and goals, or clone it directly as a GitHub template. The vault requires Obsidian 1.12 or later with the CLI enabled. While the tool functions with basic grep and Obsidian CLI search, it recommends enabling QMD for semantic search, which significantly improves the agent's ability to retrieve relevant context from past conversations. The vault is designed for developers and teams using AI agents for coding work who want to maintain continuity across multiple sessions and build institutional knowledge.
Development activity shows consistent engagement with the project. The codebase is actively maintained with regular commits addressing functionality and user experience. The project includes internationalization support across multiple languages, indicating attention to accessibility for a broader user base. Documentation is comprehensive, covering installation methods, quick-start workflows, and configuration options, suggesting the maintainers prioritize clarity for new users. The ShardMind integration demonstrates a thoughtful approach to package management and upgrades, with the architecture designed to remain functional even if the package manager layer is removed.