Skip to main content

memto

Query dormant past sessions as expert collaborators. Use when: need to recall a past decision or debate, want to ask 'what did we conclude about X in the R38 session', or want to compare answers across multiple historical sessions.

설치로 이동

소스 정보

저장소
XHXIAIEIN/orchestrator
최근 소스 활동
2026년 4월 19일 17:48
감지된 SKILL.md 언어
영어
스타
0
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
memto
description
Query dormant past sessions as expert collaborators. Use when: need to recall a past decision or debate, want to ask 'what did we conclude about X in the R38 session', or want to compare answers across multiple historical sessions.
# memto — Session Expert Protocol memto treats past Claude Code sessions as dormant collaborators. Instead of distilling facts, you fork the original session non-destructively, ask your question in the fork, then the fork is auto-cleaned up. ## When to Use - User asks "what did we decide about X" and `.remember/` doesn't have it - Need to verify a past architectural decision (e.g., "the R38 AutoAgent boundary debate") - Want to ask the same question across N past sessions and surface disagreements ## Commands List recent sessions matching a keyword: ``` memto list [--keyword <term>] [--top 10] ``` Ask a question across matching sessions (returns JSON for agent consumption): ``` memto ask "<keyword>" --question "<your question>" --top 3 --json ``` Ask a specific session by ID: ``` memto ask --session-id <id> --question "<your question>" ``` ## Constraints - Never modify original sessions — memto forks before querying - Use `--json` when consuming output in code; omit for human-readable output - `memto ask` spawns subprocesses and may take 30-120s per session; plan accordingly - If `memto` is not installed: `npm install -g memto`
GitHub에서 보기