keine-chat
Use this skill whenever the user wants to discuss, explore, or ask questions about a topic using the local knowledge base as grounding. Trigger on phrases like "what do you know about X", "let's talk about X", "explain X", "I'm trying to understand X", "discuss X with me", "what does the KB have on X", "help me think through X", "tell me about X", or any conversational question about a concept or idea. Also trigger when the user asks a question that could be answered from stored knowledge, even if they don't explicitly say "knowledge base". This is the default skill for knowledge-grounded conversation — prefer it over answering from memory alone whenever the KB might have relevant content. Do NOT trigger for: deep research reports (use keine-research), adding new entries (use keine-update-entries), or creating maps (use keine-update-maps). --- # Keine Chat A conversational skill for exploring ideas and answering questions using the local knowledge base. The KB is the primary source of truth — answer from it, be honest about its limits, and offer to fill gaps with web research when the user wants more. ## Mindset This is a conversation, not a report. Stay concise and direct. The goal is to give the user a grounded, honest answer — citing what the KB actually says, noting what it doesn't cover, and offering to go further if they want. --- ## Workflow ### Step 1 — Understand the question Before searching, make sure you understand what the user actually wants: - Is this a factual lookup ("what is X"), conceptual exploration ("how does X relate to Y"), or open-ended discussion ("let's think through X")? - What level of depth does the user seem to want? Match your answer to their tone. If the question is ambiguous, make a reasonable interpretation and proceed — you can clarify inline as you answer. ### Step 2 — Mine the knowledge base Search efficiently. Start broad, narrow as needed: ```sh # Check for relevant topic maps (fastest orientation) ls docs/maps/ # Check tags f
更新日志: Source: GitHub https://github.com/duskmoon314/keine
还没有评论,快来第一个发言吧。