By donald-ada
LLM-driven Obsidian knowledge base: auto daily logging, wiki compilation, Q&A, work review, and URL ingestion from any project directory
This skill should be used when the user asks to "compile the wiki", "process raw notes into the knowledge base", "turn raw sources into wiki articles in my Obsidian vault", "ingest this URL into the knowledge base", or wants to transform unstructured material in raw/ into structured wiki articles in the Obsidian knowledge base.
This skill should be used when the user asks to "log this to my Obsidian knowledge base", "record this in my daily note", "save this problem and solution to my knowledge base", "write this to my Obsidian daily log", or wants to capture a technical note, bug fix, insight, or solved problem into their Obsidian vault's daily note.
This skill should be used when the user asks to "health check the knowledge base", "audit my Obsidian wiki", "check the knowledge base for broken links", "find orphan articles in my Obsidian vault", "lint the wiki", or wants to detect structural issues, stale content, missing index entries, or wiki-archival candidates in the daily notes of the Obsidian knowledge base.
This skill should be used when the user asks to "look this up in my Obsidian knowledge base", "search the wiki for X", "what does my knowledge base say about X", "check my Obsidian vault for information on X", or asks any question that should be answered by searching the Obsidian wiki rather than from general knowledge.
This skill should be used when the user asks to "review my work", "summarize what I did this week/month", "generate a weekly/monthly report", "what have I been working on", or in Chinese asks to "回顾我的工作", "本周/本月做了什么", "做个周报/月报", or wants to aggregate completed tasks and noteworthy problems from daily notes across a time range or filtered by project/topic.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code and Codex plugin that connects your Obsidian knowledge base to any project session. Write daily logs, compile wiki articles, search your vault, and audit your knowledge base — all without leaving your terminal.
raw/ with the bundled Anthrosidian helper.claude-plugin/; Codex metadata lives in .codex-plugin/| Skill | Trigger Phrases |
|---|---|
daily-log | "log this to my Obsidian knowledge base", "record this in my daily note", "write this to my Obsidian daily log" |
compile-wiki | "compile the wiki", "process raw notes into the knowledge base", "ingest this URL into the knowledge base" |
qa-wiki | "look this up in my Obsidian knowledge base", "search the wiki for X", "what does my knowledge base say about X" |
health-check | "health check the knowledge base", "audit my Obsidian wiki", "find orphan articles in my Obsidian vault", "lint the wiki" |
setup | /anthrosidian:setup or "configure the anthrosidian plugin" |
Anthrosidian does not require any separate Obsidian skill package.
In Claude Code, run:
/plugin marketplace add donald-ada/anthrosidian
/anthrosidian:setup
Enter your vault path when prompted. Config is saved to ~/.claude/obsidian-vault.conf.
Required: The plugin will not activate without this config file. If the file is missing, each session will prompt you to run
/anthrosidian:setup.
The Codex plugin manifest is .codex-plugin/plugin.json. It reuses the same skills/ and hooks/ files as Claude Code, with platform-specific config paths handled inside the shared workflows.
Configure the vault from Codex with:
anthrosidian:setup
Codex config is saved to ~/.codex/obsidian-vault.conf.
your-vault/
├── daily/ Daily notes (YYYY-MM-DD.md)
├── wiki/ Compiled knowledge articles
│ └── _index.md Master index
├── raw/ Source materials
├── output/ Generated reports
├── assets/ Images and media
└── templates/
└── daily-note.md
Claude Code config file: ~/.claude/obsidian-vault.conf
Codex config file: ~/.codex/obsidian-vault.conf
VAULT_PATH="/absolute/path/to/your/vault"
This file is required. Without it, the plugin will not know where your vault is and will prompt you to run setup.
To create or update in Claude Code: /anthrosidian:setup [vault-path]
To create or update in Codex: anthrosidian:setup [vault-path]
MIT
npx claudepluginhub donald-ada/anthrosidian --plugin anthrosidianPersistent, compounding knowledge base maintained by LLMs in Obsidian — agent-first edition. Four task-oriented agents (Researcher / Advisor / Curator / Scribe) with citations, confidence, supersession, and rolling session cache. Inspired by Karpathy's LLM Wiki pattern.
LLM Wiki — persistent, compounding knowledge base inside Obsidian. Ingest, compile, query, lint, and remove knowledge base wikis. Based on Karpathy's LLM Wiki pattern.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).
Bidirectional knowledge flow between Claude Code and Obsidian — 20 MCP tools, skills, and hooks for PKM
Second Brain automation for Obsidian vaults — entity management, ingestion, compression, and sync via Claude Code skills
Build and maintain LLM-powered knowledge bases as Obsidian wikis with compile, query, lint, and evolve workflows