From my-knowledge-base
Explain a concept tailored to the user's existing knowledge. Reads the full Knowledge Base to understand what the user already knows, then uses that context to craft a personalized explanation of ANY topic. Trigger: "/my-knowledge-base explain", "explain using my KB", "다시 설명해줘 (KB 기반)", "내가 아는 거 기반으로 설명해줘"
How this skill is triggered — by the user, by Claude, or both
Slash command
/my-knowledge-base:explainThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Explain any concept — new or existing — by using the user's Knowledge Base as context.
Explain any concept — new or existing — by using the user's Knowledge Base as context. The KB tells you what the user already knows, so you can build on that foundation.
~/.claude/my-knowledge-base/
The KB is NOT a dictionary to look up topics. The KB is a profile of the user's mind — use it to understand their starting point, then explain anything (including brand new topics) from there.
From ~/.claude/my-knowledge-base/:
index.md (category listing)You need the full picture because:
From the KB, identify:
Also check timeline logs for patterns:
Strategy:
If the topic is about Claude Code, delegate the factual research to the claude-code-guide agent.
Then apply the KB context to tailor the explanation.
Flow:
/my-knowledge-base:update instead.npx claudepluginhub namho-hong/team-offlight-claude-code-plugins --plugin my-knowledge-baseCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.