From shared-memory
Audit sharedMemory health using the memory_audit MCP tool. Find and report zombie, orphan, duplicate, stale, or expired entries across project-specific and general memories.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shared-memory:memory-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `memory_audit` for read-only memory hygiene checks across all entry types.
Use memory_audit for read-only memory hygiene checks across all entry types.
staleMs: optional positive age threshold in milliseconds (entries older than this are flagged as stale).expiresAt timestampAudit does not mutate the store. Report findings first. Only use write tools after explicit cleanup authorization. Both project and general entries are audited using the same criteria.
Success returns { ok: true, zombies, orphans, duplicates, stale, expired, counts } — grouped by issue type with details and severity.
npx claudepluginhub pruthuraj/sharedmemory --plugin shared-memoryGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.