rightmemory-orchestrator
SolidUse when the user explicitly chooses full RightMemory orchestration: conditionally retrieve relevant durable Memory or live Pursuit context, then submit task-state, durable-context, and explicit-correction candidates so the unified updater can maintain both document trees.
Install
Quality Score: 79/100
Skill Content
Details
- Author
- RightL
- Repository
- RightL/RightMemory
- Created
- 2 months ago
- Last Updated
- 3 days ago
- Language
- Python
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
memory-retriever
Use when the user explicitly chooses read-only RightMemory retrieval for relevant context from earlier work, preferences, project or domain knowledge, live Pursuits, or reusable agent guidance. This skill never submits updates or modifies RightMemory.
right-memory
Manage your long-term memory powered by Hindsight
memory-retro
Orchestrator for writes into memory. Analyzes the source (the current conversation OR an external file/text passed as an argument), decides which new facts, changes, contradictions, and deprecations should be recorded in memory/, builds a diff proposal, and confirms it with the user. Only after an explicit "yes" does it call memory-write to apply changes. Triggered four ways — (1) explicit user command ("sum it up", "write down what you learned", "update memory", "/memory-retro"); (2) the agent's own initiative when meaningful new facts or contradictions surface in the dialog; (3) **mandatory auto-run from grill-me** — after a grill session completes, memory-retro always runs without re-asking the user; (4) bootstrap mode for bulk import from an external file (chat history dump, personal notes, session transcript) — fully autonomous, no dialog confirmations, all edge cases resolved by deterministic heuristics with confidence demoted to low as a signal for later review. In normal mode, never writes to memory s