Install
$ agentstack add skill-shimo4228-claude-harness-wiki-query ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
wiki-query — LLM wiki への出典付き問い合わせ
Obsidian Vault 内の LLM wiki に問い合わせ、出典 [[ ]] を明記した合成回答を返す。
> パターンの出自: wiki の運用モデル(LLM がメンテする markdown wiki、人間は curation と問いに集中)は Andrej Karpathy の「LLM Wiki」構想に由来する。この skill ファイル自体(query 手順・vault 固定・read-only 制約)は shimo4228 の実装。
このファイルが query 手順の正本。vault の CLAUDE.md §8-query はここに defer する。
Vault パス(固定)
VAULT="/Users/shimomoto_tatsuya/Library/Mobile Documents/iCloud~md~obsidian/Documents/Obsidian Vault"
- 概念ページ:
$VAULT/wiki/concept/.md - インデックス:
$VAULT/wiki/index.md - 構造グラフ:
$VAULT/wiki/graph.jsonld(symlink →~/MyAI_Lab/daily-research/graph.jsonld) - 原資料:
$VAULT/daily-research/,$VAULT/archive/
制約(CRITICAL)
- read-only。この skill から vault 内のいかなるファイルにも書き込まない。wiki の更新(ingest / index 再生成 / log 追記)は vault セッションの
/ingestの領域。 - iCloud dataless プレースホルダに注意: 読んだファイルの本文が空なら未ダウンロードの可能性。その旨を報告する。
手順
$VAULT/wiki/index.mdを Read し、問いに関連しそうな concept ページを特定する。- 該当 concept ページを Read する(複数可)。必要なら「言及ソース」節が指す
daily-research/ノートまで遡って Read する。 - 構造的な問い(このクラスタに属する記事は?クラスタ間の関係は?)には
wiki/graph.jsonldを、合成された理解には concept ページを使い、相互補完する。 - 出典(
[[ ]])を明記して合成回答する。claim ごとに、どの concept ページ / daily-research ノート由来かが追えること。 - wiki に該当が無ければ「未 ingest」と明言し、vault セッションで
/ingestすることを提案する(このセッションで ingest を代行しない)。
研究 repo からの利用
研究 repo(wiki↔repo 対話的還元ループの対象 repo)から呼んだ場合も手順は同一。追加の注意:
- 回答を repo の docs / ADR に取り込む際は、wiki の concept ページではなく一次出典(daily-research ノートが引く元文献)まで遡って引用する(wiki は二次合成であり drift しうる)。
- repo 側から wiki への書き戻しはしない(知識の流れは source → wiki → repo の一方向)。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: shimo4228
- Source: shimo4228/claude-harness
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.