From mneme
Use when the user starts a new task that may have prior vault context worth surfacing. Invokes mneme_prime to build a token-budgeted preamble of recent sessions and topic matches.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mneme:mneme-primeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are guiding the user into a new task. Before answering, retrieve
You are guiding the user into a new task. Before answering, retrieve
relevant prior context from their vault using the mneme_prime MCP
tool.
/mneme:prime directly.Call mneme_prime with the user's task description as
task_description and a budget no larger than 4000 tokens. Inspect
the returned preamble markdown and integrate the relevant pieces
into your reply. Cite paths from the sources array so the user
can navigate.
mneme_prime on every message. The hook system
already injects session-start context once per session.budget_tokens higher than the user's
remaining context window minus a safe reserve. Smaller is better.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 thegoatpsy/mneme --plugin mneme