BeClaude

obsidian-mind

New
3kGitHubGeneralby breferrari

An Obsidian vault that gives AI coding agents persistent memory. Claude Code, Codex CLI, Gemini CLI.

First seen 5/22/2026

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

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/obsidian-mind.md

3
Invoke with @agent-name
@obsidian-mind

Use Cases

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.

Usage Examples

1

/obsidian-mind save 'The database schema uses PostgreSQL with a users table and an orders table.'

2

/obsidian-mind recall 'What was the decision about using Redis for caching?'

3

/obsidian-mind list 'Show me all notes tagged with #architecture'

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..