ワンクリックで
obsidian-wiki-query
Query the personal wiki.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Query the personal wiki.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Browser automation via agent-browser. Use when the user wants to browse, interact with, or inspect web pages.
Review agent-facing knowledge (rules, AGENTS.md, CONVENTIONS.md, README.md, domain docs) for staleness and accuracy. Use when the user asks to audit, clean, or prune knowledge. Also use when they're confused by a rule/doc that seems wrong — treat that as the starting point for a broader audit.
Reflect on session, update rules, commit with jj.
Adversarial design interview.
Ingest sources into the wiki.
Wiki health checks.
| name | obsidian-wiki-query |
| description | Query the personal wiki. |
Answer questions from the wiki at ~/Documents/wiki/. All domains welcome.
Stop when you have enough to answer.
wiki_search:0 {"query": "<keywords>", "top": 5}
Returns content[0].text (snippets) and details.paths (full paths). Snippets are match context, not summaries — read the full files.
Try multiple search terms with wiki-specific terminology (e.g., "agent swarm" not "multi-agent AI").
Manual fallback:
rg -il "<keyword>" ~/Documents/wiki/wiki/
rg -i -C 2 "<phrase>" ~/Documents/wiki/wiki/
Pages use [[wiki-link]] cross-references. Read linked pages — the link graph surfaces context the initial search missed.
Answer with [[wiki links]] citations. If valuable, ask user about saving to wiki/analysis/<slug>.md.
| Directory | Content |
|---|---|
wiki/concepts/ | Definitions, properties, comparisons |
wiki/entities/ | People, orgs, tools, models |
wiki/sources/ | Source summaries |
wiki/synthesis/ | High-level overviews spanning sources |
wiki/analysis/ | Filed-back answers, comparisons |
If nothing relevant found, say so. Don't fabricate.