From memora
Show Memora memory status dashboard. Quick overview of memory counts, open items, recent activity, and system health.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memora:statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show a quick status overview of the Memora memory store.
Show a quick status overview of the Memora memory store.
Get statistics:
memory_stats()
Get tag distribution:
memory_tags()
Get open items count:
memory_list(tags_any=["memora/todos"], metadata_filters={"status": "open"}, limit=0)
memory_list(tags_any=["memora/issues"], metadata_filters={"status": "open"}, limit=0)
Present dashboard:
Memora Status
─────────────
Total memories: N
Open TODOs: N (H high, M medium, L low)
Open issues: N (C critical, J major, I minor)
Tags: N unique
Last created: <date>
Backend: local/cloud
Flag any concerns: stale items, unlinked orphans, missing embeddings.
npx claudepluginhub p/zpankz-memora-claude-pluginCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.