ワンクリックで
wiki
Look up, record, and manage wiki content. Use when the user asks to find information, record something, or work with the wiki.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Look up, record, and manage wiki content. Use when the user asks to find information, record something, or work with the wiki.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Capture wiki-worthy knowledge from any session. Use when institutional knowledge surfaces — how systems work, setup procedures, decision rationale, troubleshooting discoveries. Calls the wiki observe script at ~/Wiki.
Write, edit, and curate wiki pages. Use when the user asks to create a page, update an existing page, convert notes into wiki content, or process pending inbox items into the wiki.
| name | wiki |
| description | Look up, record, and manage wiki content. Use when the user asks to find information, record something, or work with the wiki. |
| user-invocable | true |
| allowed-tools | ["Bash(${CLAUDE_SKILL_DIR}/scripts/*)"] |
You have access to a personal wiki. It contains wiki pages and pending
inbox items. All interaction goes through scripts at
${CLAUDE_SKILL_DIR}/scripts/.
Search first. ${CLAUDE_SKILL_DIR}/scripts/search "<query>"
returns matches across wiki pages and inbox items. Output format:
<file> | <section> | <matched line>.
Browse with toc. ${CLAUDE_SKILL_DIR}/scripts/toc lists all
wiki pages with titles and tags.
toc — page titles and tags (default)toc --depth 2 — titles + H2 section namestoc --tag infrastructure — filter by tagtoc --flat — just titles, no file pathsRead pages directly. Wiki pages are standard markdown in
content/wiki/. Read them with the Read tool.
When wiki-worthy knowledge surfaces during a task — how something works, why a decision was made, a setup procedure, a troubleshooting discovery — capture it immediately:
${CLAUDE_SKILL_DIR}/scripts/observe --title "<one-line summary>" --body "<details>"
Don't observe ephemeral state ("the NAS is down right now") or things already captured in the wiki.
All scripts are at ${CLAUDE_SKILL_DIR}/scripts/<name>.
| Script | Purpose |
|---|---|
search "<query>" | Search wiki pages and inbox |
toc [--depth N] [--tag TAG] [--flat] | List wiki pages |
observe --title "..." --body "..." | Capture a note to inbox/ |
pending [--full] [--count] | List uncurated inbox items |
archive FILENAME [--all] | Move inbox items to handled/ |
init [--path DIR] | Initialize a content repo |
status | Summary stats |
context | Compact summary |