claude-obsidian
Self-organizing AI second brain for Obsidian + Claude Code. Drop any source and Claude reads, links, and files it into one connected knowledge graph of plain Markdown you own. AI note-taking, personal knowledge management (PKM), and an open-source Notion alternative. Based on Karpathy's LLM Wiki pattern.
File Explorer
- marketplace.json
- plugin.json
- claude-obsidian.mdc
- bug_report.md
- feature_request.md
- test.yml
- copilot-instructions.md
- FUNDING.yml
- pull_request_template.md
- claude-obsidian.md
- verifier.md
- wiki-ingest.md
- wiki-lint.md
- knowledge-loop.svg
- product-vault-boundary.svg
- graph-view.png
- wiki-map-view.png
- cover.png
- setup-dragonscale.sh
- setup-mode.sh
- setup-multi-agent.sh
- setup-retrieve.sh
- setup-vault.sh
- __init__.py
- __main__.py
- capture.py
- checkpoint.py
- cli.py
- contracts.py
- extensions.py
- gates.py
- hook_adapter.py
- json_utils.py
- ledgers.py
- legacy_lock.py
- lint_engine.py
- mode_config.py
- package_validation.py
- paths.py
- release.py
- transaction.py
- url_safety.py
- vault_ops.py
- adapters.json
- capabilities.json
- product-contract.json
- public-marketplace.json
- release-allowlist.json
- compound-vault-guide.md
- dragonscale-guide.md
- install-guide.md
- methodology-modes-guide.md
- windows-wsl.md
- app.json
- .manifest.json
- .gitkeep
- Source-grounded notes.md
- Example Maintainer.md
- What supports source-grounded notes.md
- Example Source.md
- hot.md
- index.md
- log.md
- overview.md
- .claude-obsidian.json
- .gitignore
- hooks.json
- README.md
- allocate-address.sh
- bm25-index.py
- boundary-score.py
- claude-obsidian.py
- contextual-prefix.py
- detect-transport.sh
- rerank.py
- retrieve.py
- tiling-check.py
- wiki-lock.sh
- wiki-mode.py
- program.md
- SKILL.md
- canvas-spec.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- css-snippets.md
- frontmatter.md
- git-setup.md
- install-modes.md
- mcp-setup.md
- modes.md
- operation-transactions.md
- plugins.md
- provenance.md
- rest-api.md
- SKILL.md
- SKILL.md
- fold-template.md
- SKILL.md
- SKILL.md
- SKILL.md
- atomic-template.md
- moc-template.md
- area-template.md
- project-template.md
- resource-template.md
- atomic-template.md
- SKILL.md
- SKILL.md
- SKILL.md
- vault-colors.css
- app.json
- appearance.json
- graph.json
- .manifest.json
- .gitkeep
- hot.md
- index.md
- log.md
- overview.md
- .gitignore
- sample.md
- sample.pdf
- capabilities.json
- product-contract.json
- SKILL.md
- ingest-source.md
- query-evidence.md
- query-index.md
- scenarios.json
- lint-allowlist.json
- picture.txt
- Alpha.md
- Beta.md
- Empty Section Page.md
- Missing Frontmatter.md
- Orphan.md
- Shared.md
- Shared.md
- index.md
- legacy-manifest.json
- README.md
- custom-app.json
- excalidraw-manifest.json
- test_allocate_address.sh
- test_benchmark_tools.py
- test_bm25_index.py
- test_boundary_score.py
- test_capture.py
- test_checkpoint.py
- test_cli_approval.py
- test_cli_mode.py
- test_concurrent_write.sh
- test_contextual_prefix.py
- test_contracts.py
- test_detect_transport.py
- test_distribution_vaults.py
- test_extensions.py
- test_gates.py
- test_hooks.py
- test_installed_tree_boundary.py
- test_knowledge_contracts.py
- test_ledgers.py
- test_legacy_lock.py
- test_lint_engine.py
- test_package_validation.py
- test_paths.py
- test_release.py
- test_retrieve.py
- test_setup_multi_agent.py
- test_setup_retrieve.py
- test_setup_vault.py
- test_setup_wrappers.py
- test_tiling_check.py
- test_transaction.py
- test_vault_ops.py
- test_vault_root_separation.py
- test_wiki_lock.sh
- test_wiki_mode.py
- test_windows_compat.py
- .gitattributes
- .gitignore
- AGENTS.md
- ATTRIBUTION.md
- CHANGELOG.md
- CITATION.cff
- CODE_OF_CONDUCT.md
- CODEOWNERS
- CONTRIBUTING.md
- GEMINI.md
- LICENSE
- Makefile
- PRIVACY.md
- README.md
- RELEASE_MANIFEST.json
- SECURITY.md
- SHA256SUMS
- WIKI.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Release Timeline
Actively Maintained- 2026-09-10 Claude Obsidian v2.2.0 - Backlog Triage
- 2026-08-25 Claude Obsidian v2.1.1 - Legacy Migration Safety
- 2026-07-31 Claude Obsidian v2.1.0 - Native Windows Compatibility
- 2026-07-29 Claude Obsidian v2.0.0 — Reliability and Evidence Refoundation
- 2026-05-28 v1.9.2: Compound Vault, Methodology Modes, and the Thinking Framework
- 2026-04-24 v1.6
- 2026-04-10 v1.4.3
- 2026-04-09 v1.4.2
- 2026-04-08 v1.4.1: Fix plugin install command syntax
- 2026-04-08 v1.4.0: Audit Fixes, Multi-Agent Compatibility, Bases Dashboard
Command Glossary
Commands referenced in this DOCs, explained below.
claude
View Details ▼
claude
An agent-based coding tool that understands your code base and helps you code faster through natural language commands.
claude prompt
Execute with prompt:
claude update
Update `claude`:
claude mcp list
Get the list of specified MCP servers:
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
python3
View Details ▼
python3
This command is an alias of `python`.
tldr python
View documentation for the original command:
