원클릭으로
refresh-wiki
Regenerate wikis in the wikis/ directory. Use when asked to update, manage, or refresh the contents of the wiki from new content.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Regenerate wikis in the wikis/ directory. Use when asked to update, manage, or refresh the contents of the wiki from new content.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Set up Oz scheduled agents that run enrich-notes-loop-cloud and refresh-wiki-cloud against an Obsidian Sync vault. Use when asked to set up knowledge base automations in the cloud.
Enrich a single note with topic tags, source attribution, and links to related notes. Use when asked to enrich, tag, or add metadata to a note.
Enrich every un-enriched note in the vault by running enrich-note over each one. Use to bulk-enrich the vault or auto-tag notes unattended ("while I sleep").
Run enrich-notes-loop unattended in a cloud sandbox against an Obsidian Sync vault, syncing before and after. Use for scheduled cloud runs.
Run refresh-wiki unattended in a cloud sandbox against an Obsidian Sync vault, syncing before and after. Use for scheduled cloud runs.
| name | refresh-wiki |
| description | Regenerate wikis in the wikis/ directory. Use when asked to update, manage, or refresh the contents of the wiki from new content. |
Maintain every llm-wiki under wikis/, following Karpathy's knowledge-base pattern: raw notes elsewhere in the vault are immutable sources; wikis/ is the maintained synthesis layer. Each wiki is a directory with its own AGENTS.md, index.md, overview.md, log.md, and source/synthesis subdirectories.
For each wiki, do four steps:
Read that wiki's AGENTS.md and index.md first. Its local schema always wins over anything here.
Look for new or changed notes in the vault that fit the wiki's scope — its AGENTS.md and existing source pages tell you what belongs. If it's ambiguous whether a note belongs, skip it and record the ambiguity in log.md rather than guessing.
For each new source: create or update its summary page, update the relevant concept/person/organization pages, update index.md counts and catalog entries, and append to log.md. Only touch overview.md for durable synthesis changes.
A light pass per touched wiki: unresolved wikilinks, orphan pages, stale claims, duplicated concepts, missing source back-links. Fix the easy ones; log the rest as follow-up questions.
Never edit notes outside wikis/ — raw sources are read-only.