query
Query the knowledge base. Searches wiki articles and synthesizes an answer with references.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Query the knowledge base. Searches wiki articles and synthesizes an answer with references.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Add a URL to the knowledge base. Clips it to raw/, then ingests it into wiki articles. One command does everything.
Process all unprocessed raw files into wiki articles. Run this after adding files to raw/.
Run a health check on the wiki. Find broken links, missing articles, inconsistencies, and suggest improvements.
SOC 職業分類に基づく
| name | query |
| description | Query the knowledge base. Searches wiki articles and synthesizes an answer with references. |
| argument-hint | <question> |
Answer the question: $ARGUMENTS
wiki/graph.json to understand the knowledge graph structure (nodes, edges, tags)wiki/index.md to find relevant articles by categorywiki/ for keywords related to the questionThe knowledge graph (wiki/graph.json) contains tags for every article. Use these to find
related content that keyword search might miss. For example, if the user asks about "how
agents verify each other", search for tags like agent-identity, pki, trust to find
relevant articles even if they don't contain those exact words.
When multiple articles share tags, they likely cover related aspects of the same topic. Follow tag clusters to build a more complete answer.