From lore
Capture domain knowledge into the lore. Use when domain knowledge surfaces in conversation — business rules, entity definitions, architectural decisions, or domain context that should persist.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lore:captureThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Capture domain knowledge into the lore knowledge base.
Capture domain knowledge into the lore knowledge base.
Identify the knowledge. Either:
$ARGUMENTS if the user provided a knowledge statementClassify the knowledge. Determine where it belongs:
If it's a lore entry, determine:
verified if directly stated by the user, inferred if derived from code or context"human:brainstorming", "codebase:path/to/file")Check for existing entries. Use lore_search to see if this knowledge already exists. If it does:
lore_write to overwrite with the new contentGenerate search keys. Before calling lore_write, generate 5-10 search keys for the entry: synonyms for key terms, alternative phrasings of the main concept, and 2-3 questions this entry would answer. Pass these as the search_keys parameter.
Write the entry. Use lore_write with all required fields including search_keys. Present the written entry to the user for confirmation.
If it's NOT a lore entry, explain where it should go instead:
verifiedinferredCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub leviosa-medical/lore --plugin lore