一键导入
memorix-sessions
Use when resuming work, preparing handoff context, binding an HTTP control-plane project, or deciding whether session_start is useful.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when resuming work, preparing handoff context, binding an HTTP control-plane project, or deciding whether session_start is useful.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when Claude Code needs Memorix shared memory, reasoning, Git Memory, mini-skills, session handoff, orchestration coordination, or integration troubleshooting.
Use when the task depends on commit history, what changed, when a fix shipped, or linking engineering evidence to reasoning memory.
Use when prior workspace context, past decisions, solved bugs, handoff state, or durable project knowledge would help a coding task.
Use when durable project knowledge, gotchas, workflows, or repeated fixes should become reusable agent guidance instead of ordinary memory.
Use when a main agent needs Memorix to coordinate explicit subagent work through tasks, handoffs, messages, file locks, or the orchestrate CLI.
Use when a technical decision, trade-off, rejected alternative, architecture rationale, or design risk should be recorded or recovered.
基于 SOC 职业分类
| name | memorix-sessions |
| description | Use when resuming work, preparing handoff context, binding an HTTP control-plane project, or deciding whether session_start is useful. |
memorix_session_start is optional. Use it when session semantics help; do not make memory-only work heavier than needed.
| Situation | Prefer | CLI fallback |
|---|---|---|
| Resume a prior long-running task | memorix_session_start | memorix session start --agent <name> |
| HTTP control plane needs project binding | memorix_session_start with projectRoot | memorix session start --projectRoot <absolute-path> |
| Need recent handoff/session summaries | memorix_session_context | memorix session context |
| End a real working session | memorix_session_end | memorix session end --sessionId <id> --summary "<summary>" |
| Need explicit subagent coordination identity | memorix_session_start with joinTeam: true | memorix session start --joinTeam --agentType <agent> |
projectRoot when available.projectRoot is a detection anchor; Git identity is the final project identity.memorix orchestrate.