obsidian-mind
NewAn Obsidian vault that gives AI coding agents persistent memory. Claude Code, Codex CLI, Gemini CLI.
Summary
This skill connects Claude Code to an Obsidian vault, providing persistent memory for AI coding agents.
- It enables Claude to store and retrieve context across sessions, making it ideal for long-running projects where maintaining state and recalling past decisions is critical.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/obsidian-mind.md
@obsidian-mindUse Cases
Usage Examples
/obsidian-mind save 'The database schema uses PostgreSQL with a users table and an orders table.'
/obsidian-mind recall 'What was the decision about using Redis for caching?'
/obsidian-mind list 'Show me all notes tagged with #architecture'
Security Audits
Frequently Asked Questions
What is obsidian-mind?
This skill connects Claude Code to an Obsidian vault, providing persistent memory for AI coding agents. It enables Claude to store and retrieve context across sessions, making it ideal for long-running projects where maintaining state and recalling past decisions is critical.
How to install obsidian-mind?
To install obsidian-mind: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/obsidian-mind.md. Finally, @obsidian-mind in Claude Code.
What is obsidian-mind best for?
obsidian-mind is a agent categorized under General. It is designed for: agent. Created by breferrari.
What can I use obsidian-mind for?
obsidian-mind is useful for: Store project decisions and rationale so Claude remembers them in future sessions.; Save code snippets, architecture notes, and debugging logs for later retrieval.; Maintain a running list of TODOs and task statuses across multiple coding sessions.; Record API endpoints, configuration details, and environment setup steps for quick reference.; Capture user preferences and workflow patterns to personalize Claude's behavior over time.; Sync notes between Claude Code and your Obsidian vault for seamless knowledge management..