add claude-obsidian
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled

This commit is contained in:
김경종
2026-05-28 10:57:16 +09:00
parent 1b07531a45
commit 72dad72703
205 changed files with 41703 additions and 80 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "agricidaniel-claude-obsidian",
"owner": {
"name": "AgriciDaniel",
"url": "https://github.com/AgriciDaniel"
},
"metadata": {
"description": "claude-obsidian: a self-organizing AI second brain for Obsidian + Claude Code by AgriciDaniel. A persistent, compounding wiki vault of plain Markdown you own, based on Karpathy's LLM Wiki pattern.",
"version": "1.9.2"
},
"plugins": [
{
"name": "claude-obsidian",
"source": "./",
"description": "Claude + Obsidian knowledge companion. 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 (Anthropic Sept 2024 contextual retrieval pattern: BM25 + cosine rerank), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) — first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit fully closed; 50-query retrieval benchmark verified at +32pp top-1 / +41% error-reduction vs v1.6 baseline. Optional DragonScale Memory extension. Pairs with kepano/obsidian-skills (recommended) for canonical Obsidian primitives.",
"version": "1.9.2",
"author": {
"name": "AgriciDaniel",
"url": "https://github.com/AgriciDaniel"
},
"homepage": "https://github.com/AgriciDaniel/claude-obsidian",
"repository": "https://github.com/AgriciDaniel/claude-obsidian",
"license": "MIT"
}
]
}
+28
View File
@@ -0,0 +1,28 @@
{
"name": "claude-obsidian",
"version": "1.9.2",
"description": "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).",
"author": {
"name": "AgriciDaniel",
"url": "https://github.com/AgriciDaniel"
},
"license": "MIT",
"homepage": "https://github.com/AgriciDaniel/claude-obsidian",
"repository": "https://github.com/AgriciDaniel/claude-obsidian",
"keywords": [
"obsidian",
"knowledge-base",
"wiki",
"memory",
"notetaker",
"second-brain",
"vault",
"markdown",
"cross-project",
"llm-wiki",
"karpathy",
"pkm",
"canvas",
"visual"
]
}