From lore
Read from Lore by fetching a thread by ID or URL, or by listing and searching threads. Use when the user asks to open a Lore thread, find recent Lore sessions, or search Lore for a topic, author, or filepath.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lore:readThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the bundled `lore-local` MCP server to fetch or search Lore threads.
Use the bundled lore-local MCP server to fetch or search Lore threads.
You can search threads semantically with a natural-language query. Use search_threads when the user asks an open-ended question about prior discussions, decisions, or work, not just when they provide exact keywords.
th_... or a Lore URL:
Call get_thread({ thread_id }). Extract the id from the URL path if needed.search_threads({ query, limit: 10 }).search_threads({ query: question, limit: 10 }). Use this when the user asks about threads in a broad way that cannot be captured by deterministic filters. Examples:
list_threads({ limit: 10 }).lore_login on lore-local, then retry. If lore_login returns browser_open_failed, tell the user to visit the verification URL, then call lore_login_resume({ device_code }) and retry.Speak about "threads" and "shared sessions". Never say "transcript", "JSONL", or "MCP" to the user.
npx claudepluginhub tanagram/lore-plugin --plugin loreCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.