From lore
Set up Lore, enable or disable background session capture, or check the current capture status. Use when the user asks to set up Lore, turn on auto-capture, enable background capture, disable capture, or check whether Lore is capturing sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lore:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the bundled `lore-local` MCP server to check the current capture state and surface the appropriate action — either the consent text (if capture hasn't been configured yet) or the current status (if it has).
Use the bundled lore-local MCP server to check the current capture state and surface the appropriate action — either the consent text (if capture hasn't been configured yet) or the current status (if it has).
Use this skill when the user asks to:
lore-local MCP tool lore_setup with no arguments.lore_consent on the user's behalf.Do not reinterpret or soften the consent text — surface it as returned. The text is self-contained.
Consent text (user hasn't enabled capture yet, or previously skipped):
Read the returned text aloud and offer to call lore_consent with approve: true to enable capture or approve: false to skip. On unsupported platforms, only offer the skip path.
Status result (capture already configured):
Read the status text and summarise it in one sentence. Always include the next action the user can take (e.g. "To disable, call lore_consent with approve: false").
lore_setup errors unexpectedly:
Tell the user that setup could not load the current state and suggest they try again. If the error mentions a corrupt file, point them to ~/Library/Application Support/tanagram/lore/plugin-state.json.Speak about "background capture", "auto-capture", or "session capture". Never say "JSONL", "MCP", or "transcript" to the user.
Creates, 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 tanagram/lore-plugin --plugin lore