ワンクリックで
vault-ingest
Classify raw content and route it to the appropriate knowledge base location
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Classify raw content and route it to the appropriate knowledge base location
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | vault-ingest |
| description | Classify raw content and route it to the appropriate knowledge base location |
| allowed-tools | ["vault_create_entry","vault_search","vault_link","vault_kanban","decision_log","ask_user"] |
Analyze raw input and route to the right location in the knowledge base.
Determine what this is:
If the input contains multiple distinct concepts, extract each as a separate atomic entry.
vault_search(query: "{key phrases from input}") — if a similar entry exists, suggest updating it instead of creating a new one. Use ask_user to confirm.
vault_create_entry(entry_type: "{classified_type}", ...) for each extracted concept.
For decisions, also create a decision graph node:
decision_log(node_type: "decision", title: "...", confidence: ...)
vault_link(link_type: "parent")vault_link(link_type: "related")vault_kanban(action: "add", ...)Report: files created with paths, topics linked, action items added.
Run a quality audit on the knowledge base
Log a daily work check-in — records what was accomplished and syncs to task board
Manually refresh the knowledge base dashboard
Audit and clean up knowledge base state — archive completed work, fix inconsistencies
Process a meeting transcript — extract decisions, action items, and key discussion points into structured vault entries
View, update, review, or create OKR cycles