원클릭으로
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 |