From claude-mnemos
Long-term per-project memory via mnemos vault. Use when the user asks to search past decisions, undo operations, look up entities/concepts, see project status, or manage snapshots. Always prefer mnemos tools over guessing from chat history.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-mnemos:mnemosThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to MCP tools provided by the `mnemos` server. They expose the
You have access to MCP tools provided by the mnemos server. They expose the
project vault — long-term structured knowledge accumulated across sessions.
list_pages(type?, flavor?, limit) — browse wiki by type and flavorread_page(page_ref) — read a specific page (bare name or relative path)search_pages(query, limit) — case-insensitive substring searchget_status — vault summary (counts, snapshots, total size)get_recent_activity(limit) — recent operations (newest first)undo_operation(op_id) — undo by activity entry idcreate_snapshot(label?) — manual vault snapshotrestore_snapshot(name) — roll back vault to a snapshotdelete_snapshot(name) — remove a snapshotIf a write tool returns "daemon not reachable", instruct the user to run
mnemos daemon start --vault $MNEMOS_VAULT_ROOT and retry.
search_pages or read_pageget_recent_activity to find
the right op_id, then undo_operationget_statuscreate_snapshot with a meaningful
label so the user can roll back laterNever write to the vault directly through the filesystem. All writes must go through the daemon REST API (which is what the MCP write tools do).
npx claudepluginhub developerrop/claude-mnemosFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.