add template

This commit is contained in:
김경종
2026-04-17 10:35:09 +09:00
parent 5c308e14b2
commit e8f6208df1
41 changed files with 1133 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
description = "Answer a question from the vault using wiki-first retrieval."
prompt = """
다음 질문에 대해 내 볼트에서 답하라:
{{args}}
탐색 규칙:
1. 먼저 아래 인덱스를 보고 관련 범위를 좁힌다.
2. `wiki/` 페이지를 우선적으로 탐색한다.
3. `wiki/`로 충분하지 않을 때만 `raw/`를 본다.
4. 답변은 사실, 해석, 추가 탐색 필요 항목을 구분해서 쓴다.
5. 마지막에 참고한 핵심 파일 경로를 짧게 남긴다.
현재 인덱스:
@{wiki/index.md}
가능하면 `llm-wiki-operator` skill과 `vault-researcher` agent를 활용하라.
"""