From memini
Summarizes what's known about a project, area, or topic using memini's memory_recall. Useful for catching up, onboarding, or taking over work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memini:recapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
memini is a memory service. The fastest recap is the `memory_briefing` tool: it
memini is a memory service. The fastest recap is the memory_briefing tool: it
returns pinned context, durable facts, how-to procedures, and recent activity
for the namespace in one query-less call, already grouped — use it for a
"where are we" overview. Its scope_header line spells out the ancestor chain
you inherit from (e.g. Scope: acme/phoenix/api ← acme/phoenix(3) ← acme(4));
read it instead of guessing where knowledge lives. scope widens the call:
project (just this namespace), full (default: project plus inherited
ancestor/personal/link context), or everywhere (full plus a rollup of nested
sub-projects) — use everywhere when the user wants a recap spanning
sub-projects too. For a topic-specific recap, call memory_recall with a
broad query and a higher limit (10–20) and group the results by tier.
Call memory_recall once with a broad query and limit: 20. Don't make
multiple small queries — memini's RRF ranking already handles breadth. When the
recap is scoped to a known subject rather than a fuzzy topic ("catch me up on
the deployment runbook"), use memory_list with tags / metadata filters
instead — it browses that bucket without a query (see the recall skill).
Group the response into:
semantic) — durable facts about the
project that should constrain current work.procedural) — how-to steps the user will need.episodic) — what happened recently, ordered
by recency if possible.Don't include working-tier memories in a recap — those are transient by design.
When you attribute a decision or fact to memory, quote the stored content verbatim rather than paraphrasing it into something firmer than it says.
If the result set is empty, say so. Don't fabricate a recap from general
knowledge of the codebase. If memini is unreachable, report that and
suggest memini doctor rather than guessing.
npx claudepluginhub eleboucher/memini --plugin meminiSearches memini memory service for prior context, decisions, or facts relevant to the current task. Use before file edits, architectural changes, or debugging recurring issues.
PROACTIVELY query Forgetful MCP (mcp__forgetful__* tools) when starting work on any project, when user references past decisions or patterns, when implementing features that may have been solved before, or when needing context about preferences. Save important decisions, patterns, and architectural insights to memory.
Compiles accumulated development knowledge into structured wiki, summary, or lessons documents for project milestones, handovers, retrospectives, or requests like 'summarize project' or 'compile'.