From memora
Manages persistent semantic memory across sessions: store/retrieve knowledge/TODOs/issues, hybrid semantic search, hierarchy/tags organization, and maintenance tools.
npx claudepluginhub agentic-box/memora --plugin memoraThis skill uses the workspace's default tool permissions.
Memora is the persistent memory system for this environment. Use memora MCP tools to store, search, and organize knowledge across sessions.
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.
Manages AI memories: saves decisions/patterns/facts with categories/tags, searches context, lists/deletes entries, rescans project architecture via MCP tools and /remember /forget.
Guides effective use of Forgetful semantic memory with Zettelkasten atomic principles for deciding when to query or create memories, structuring content, and scoring importance.
Share bugs, ideas, or general feedback.
Memora is the persistent memory system for this environment. Use memora MCP tools to store, search, and organize knowledge across sessions.
memory_create to save architectural decisions, patterns, preferencesmemory_hybrid_search to find relevant past workmemory_create_todo / memory_create_issue for task trackingmemory_hierarchy to browse organized memoriesmemory_create - Store a new memory (auto-deduplicates, suggests hierarchy)memory_create_todo - Create a TODO with priority (high/medium/low)memory_create_issue - Create an issue with severity (critical/major/minor)memory_create_section - Create organizational headersmemory_create_batch - Bulk create multiple memoriesmemory_hybrid_search - Best search: combines keyword + semantic (use this by default)memory_semantic_search - Pure vector similarity searchmemory_list - List/filter by tags, dates, metadatamemory_list_compact - Lightweight listing (id, preview, tags only)memory_hierarchy - View memories in section/subsection treememory_tags - List allowed tagsmemory_tag_hierarchy - View tag namespace treememory_link - Create typed relationships between memoriesmemory_clusters - Detect related memory clustersmemory_find_duplicates - Find and review potential duplicates (LLM-powered)memory_merge - Merge two memories togethermemory_insights - Get activity summary, stale items, patternsmemory_stats - Database statisticsmemory_boost - Increase a memory's importance rankingmemory_export_graph - Export as interactive HTML fileUse hierarchical tags with / separators:
memora/knowledge - General knowledgememora/todos - Task itemsmemora/issues - Bug/issue trackingmemora/auto-capture - Auto-captured contentmemora/sections - Organizational headersproject-name/topic - Project-specific tagssection, subsection, project)When MEMORA_AUTO_CAPTURE=true is set, the PostToolUse hook automatically captures: