一键导入
tacit
tacit 收录了来自 sangmin7648 的 2 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Query the local tacit knowledge database (~/.tacit/) for relevant context. TRIGGER when: user asks about topics that might have been previously captured — past conversations, meetings, decisions, ideas, learnings, or any domain knowledge. Also trigger when the user's question could benefit from previously stored knowledge context, even if they don't explicitly ask for it. DO NOT TRIGGER when: purely code-editing tasks, git operations, or questions clearly unrelated to stored knowledge.
Summarize the current session and save it to the tacit knowledge base (~/.tacit/memory/). TRIGGER when: the user invokes /tacit.memorize, wants to save the current conversation to memory, or asks to record what was discussed. DO NOT TRIGGER for: querying existing knowledge (use /tacit.knowledge instead).